|
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.
|