public class

RemoteWorklog

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.RemoteWorklog
Known Direct Subclasses

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String author
private String comment
private Calendar created
private String groupLevel
private String id
private String roleLevelId
private Calendar startDate
private String timeSpent
private long timeSpentInSeconds
private static TypeDesc typeDesc
private String updateAuthor
private Calendar updated
Public Constructors
RemoteWorklog()
RemoteWorklog(String author, String comment, Calendar created, String groupLevel, String id, String roleLevelId, Calendar startDate, String timeSpent, long timeSpentInSeconds, String updateAuthor, Calendar updated)
Public Methods
synchronized 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 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 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 TypeDesc getTypeDesc()
Return type metadata object
String getUpdateAuthor()
Gets the updateAuthor value for this RemoteWorklog.
Calendar getUpdated()
Gets the updated value for this RemoteWorklog.
synchronized 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String author

private String comment

private Calendar created

private String groupLevel

private String id

private String roleLevelId

private Calendar startDate

private String timeSpent

private long timeSpentInSeconds

private static TypeDesc typeDesc

private String updateAuthor

private Calendar updated

Public Constructors

public 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)

Parameters
author
comment
created
groupLevel
id
roleLevelId
startDate
timeSpent
timeSpentInSeconds
updateAuthor
updated

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAuthor ()

Gets the author value for this RemoteWorklog.

Returns
  • author

public String getComment ()

Gets the comment value for this RemoteWorklog.

Returns
  • comment

public Calendar getCreated ()

Gets the created value for this RemoteWorklog.

Returns
  • created

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getGroupLevel ()

Gets the groupLevel value for this RemoteWorklog.

Returns
  • groupLevel

public String getId ()

Gets the id value for this RemoteWorklog.

Returns
  • id

public String getRoleLevelId ()

Gets the roleLevelId value for this RemoteWorklog.

Returns
  • roleLevelId

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public Calendar getStartDate ()

Gets the startDate value for this RemoteWorklog.

Returns
  • startDate

public String getTimeSpent ()

Gets the timeSpent value for this RemoteWorklog.

Returns
  • timeSpent

public long getTimeSpentInSeconds ()

Gets the timeSpentInSeconds value for this RemoteWorklog.

Returns
  • timeSpentInSeconds

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdateAuthor ()

Gets the updateAuthor value for this RemoteWorklog.

Returns
  • updateAuthor

public Calendar getUpdated ()

Gets the updated value for this RemoteWorklog.

Returns
  • updated

public synchronized int hashCode ()

public void setAuthor (String author)

Sets the author value for this RemoteWorklog.

Parameters
author

public void setComment (String comment)

Sets the comment value for this RemoteWorklog.

Parameters
comment

public void setCreated (Calendar created)

Sets the created value for this RemoteWorklog.

Parameters
created

public void setGroupLevel (String groupLevel)

Sets the groupLevel value for this RemoteWorklog.

Parameters
groupLevel

public void setId (String id)

Sets the id value for this RemoteWorklog.

Parameters
id

public void setRoleLevelId (String roleLevelId)

Sets the roleLevelId value for this RemoteWorklog.

Parameters
roleLevelId

public void setStartDate (Calendar startDate)

Sets the startDate value for this RemoteWorklog.

Parameters
startDate

public void setTimeSpent (String timeSpent)

Sets the timeSpent value for this RemoteWorklog.

Parameters
timeSpent

public void setTimeSpentInSeconds (long timeSpentInSeconds)

Sets the timeSpentInSeconds value for this RemoteWorklog.

Parameters
timeSpentInSeconds

public void setUpdateAuthor (String updateAuthor)

Sets the updateAuthor value for this RemoteWorklog.

Parameters
updateAuthor

public void setUpdated (Calendar updated)

Sets the updated value for this RemoteWorklog.

Parameters
updated