org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteWorklog

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteWorklog
All Implemented Interfaces:
Serializable

public class RemoteWorklog
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteWorklog()
           
RemoteWorklog(String author, String comment, Calendar created, String groupLevel, String id, String roleLevelId, Calendar startDate, String timeSpent, long timeSpentInSeconds, String updateAuthor, Calendar updated)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthor()
          Gets the author value for this RemoteWorklog.
 String getComment()
          Gets the comment value for this RemoteWorklog.
 Calendar getCreated()
          Gets the created value for this RemoteWorklog.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGroupLevel()
          Gets the groupLevel value for this RemoteWorklog.
 String getId()
          Gets the id value for this RemoteWorklog.
 String getRoleLevelId()
          Gets the roleLevelId value for this RemoteWorklog.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Calendar getStartDate()
          Gets the startDate value for this RemoteWorklog.
 String getTimeSpent()
          Gets the timeSpent value for this RemoteWorklog.
 long getTimeSpentInSeconds()
          Gets the timeSpentInSeconds value for this RemoteWorklog.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUpdateAuthor()
          Gets the updateAuthor value for this RemoteWorklog.
 Calendar getUpdated()
          Gets the updated value for this RemoteWorklog.
 int hashCode()
           
 void setAuthor(String author)
          Sets the author value for this RemoteWorklog.
 void setComment(String comment)
          Sets the comment value for this RemoteWorklog.
 void setCreated(Calendar created)
          Sets the created value for this RemoteWorklog.
 void setGroupLevel(String groupLevel)
          Sets the groupLevel value for this RemoteWorklog.
 void setId(String id)
          Sets the id value for this RemoteWorklog.
 void setRoleLevelId(String roleLevelId)
          Sets the roleLevelId value for this RemoteWorklog.
 void setStartDate(Calendar startDate)
          Sets the startDate value for this RemoteWorklog.
 void setTimeSpent(String timeSpent)
          Sets the timeSpent value for this RemoteWorklog.
 void setTimeSpentInSeconds(long timeSpentInSeconds)
          Sets the timeSpentInSeconds value for this RemoteWorklog.
 void setUpdateAuthor(String updateAuthor)
          Sets the updateAuthor value for this RemoteWorklog.
 void setUpdated(Calendar updated)
          Sets the updated value for this RemoteWorklog.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteWorklog

public RemoteWorklog()

RemoteWorklog

public RemoteWorklog(String author,
                     String comment,
                     Calendar created,
                     String groupLevel,
                     String id,
                     String roleLevelId,
                     Calendar startDate,
                     String timeSpent,
                     long timeSpentInSeconds,
                     String updateAuthor,
                     Calendar updated)
Method Detail

getAuthor

public String getAuthor()
Gets the author value for this RemoteWorklog.

Returns:
author

setAuthor

public void setAuthor(String author)
Sets the author value for this RemoteWorklog.

Parameters:
author -

getComment

public String getComment()
Gets the comment value for this RemoteWorklog.

Returns:
comment

setComment

public void setComment(String comment)
Sets the comment value for this RemoteWorklog.

Parameters:
comment -

getCreated

public Calendar getCreated()
Gets the created value for this RemoteWorklog.

Returns:
created

setCreated

public void setCreated(Calendar created)
Sets the created value for this RemoteWorklog.

Parameters:
created -

getGroupLevel

public String getGroupLevel()
Gets the groupLevel value for this RemoteWorklog.

Returns:
groupLevel

setGroupLevel

public void setGroupLevel(String groupLevel)
Sets the groupLevel value for this RemoteWorklog.

Parameters:
groupLevel -

getId

public String getId()
Gets the id value for this RemoteWorklog.

Returns:
id

setId

public void setId(String id)
Sets the id value for this RemoteWorklog.

Parameters:
id -

getRoleLevelId

public String getRoleLevelId()
Gets the roleLevelId value for this RemoteWorklog.

Returns:
roleLevelId

setRoleLevelId

public void setRoleLevelId(String roleLevelId)
Sets the roleLevelId value for this RemoteWorklog.

Parameters:
roleLevelId -

getStartDate

public Calendar getStartDate()
Gets the startDate value for this RemoteWorklog.

Returns:
startDate

setStartDate

public void setStartDate(Calendar startDate)
Sets the startDate value for this RemoteWorklog.

Parameters:
startDate -

getTimeSpent

public String getTimeSpent()
Gets the timeSpent value for this RemoteWorklog.

Returns:
timeSpent

setTimeSpent

public void setTimeSpent(String timeSpent)
Sets the timeSpent value for this RemoteWorklog.

Parameters:
timeSpent -

getTimeSpentInSeconds

public long getTimeSpentInSeconds()
Gets the timeSpentInSeconds value for this RemoteWorklog.

Returns:
timeSpentInSeconds

setTimeSpentInSeconds

public void setTimeSpentInSeconds(long timeSpentInSeconds)
Sets the timeSpentInSeconds value for this RemoteWorklog.

Parameters:
timeSpentInSeconds -

getUpdateAuthor

public String getUpdateAuthor()
Gets the updateAuthor value for this RemoteWorklog.

Returns:
updateAuthor

setUpdateAuthor

public void setUpdateAuthor(String updateAuthor)
Sets the updateAuthor value for this RemoteWorklog.

Parameters:
updateAuthor -

getUpdated

public Calendar getUpdated()
Gets the updated value for this RemoteWorklog.

Returns:
updated

setUpdated

public void setUpdated(Calendar updated)
Sets the updated value for this RemoteWorklog.

Parameters:
updated -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.