Class WorkRecord
java.lang.Object
com.polarion.alm.ws.client.types.tracker.WorkRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionWorkRecord
(String comment, Date date, String id, String timeSpent, EnumOptionId type, User user, String uri, boolean unresolvable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the comment value for this WorkRecord.getDate()
Gets the date value for this WorkRecord.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetId()
Gets the id value for this WorkRecord.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the timeSpent value for this WorkRecord.getType()
Gets the type value for this WorkRecord.static org.apache.axis.description.TypeDesc
Return type metadata objectgetUri()
Gets the uri value for this WorkRecord.getUser()
Gets the user value for this WorkRecord.int
hashCode()
boolean
Gets the unresolvable value for this WorkRecord.void
setComment
(String comment) Sets the comment value for this WorkRecord.void
Sets the date value for this WorkRecord.void
Sets the id value for this WorkRecord.void
setTimeSpent
(String timeSpent) Sets the timeSpent value for this WorkRecord.void
setType
(EnumOptionId type) Sets the type value for this WorkRecord.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this WorkRecord.void
Sets the uri value for this WorkRecord.void
Sets the user value for this WorkRecord.
-
Constructor Details
-
WorkRecord
public WorkRecord() -
WorkRecord
-
-
Method Details
-
getComment
Gets the comment value for this WorkRecord.- Returns:
- comment
-
setComment
Sets the comment value for this WorkRecord.- Parameters:
comment
-
-
getDate
Gets the date value for this WorkRecord.- Returns:
- date
-
setDate
Sets the date value for this WorkRecord.- Parameters:
date
-
-
getId
Gets the id value for this WorkRecord.- Returns:
- id
-
setId
Sets the id value for this WorkRecord.- Parameters:
id
-
-
getTimeSpent
Gets the timeSpent value for this WorkRecord.- Returns:
- timeSpent
-
setTimeSpent
Sets the timeSpent value for this WorkRecord.- Parameters:
timeSpent
-
-
getType
Gets the type value for this WorkRecord.- Returns:
- type
-
setType
Sets the type value for this WorkRecord.- Parameters:
type
-
-
getUser
Gets the user value for this WorkRecord.- Returns:
- user
-
setUser
Sets the user value for this WorkRecord.- Parameters:
user
-
-
getUri
Gets the uri value for this WorkRecord.- Returns:
- uri
-
setUri
Sets the uri value for this WorkRecord.- Parameters:
uri
-
-
isUnresolvable
public boolean isUnresolvable()Gets the unresolvable value for this WorkRecord.- Returns:
- unresolvable
-
setUnresolvable
public void setUnresolvable(boolean unresolvable) Sets the unresolvable value for this WorkRecord.- Parameters:
unresolvable
-
-
equals
-
hashCode
public int hashCode() -
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
-