Class WorkRecord
java.lang.Object
com.polarion.alm.ws.client.types.tracker.WorkRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkRecord(String comment, Date date, String id, String timeSpent, EnumOptionId type, User user, String uri, boolean unresolvable) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the comment value for this WorkRecord.getDate()Gets the date value for this WorkRecord.static org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetId()Gets the id value for this WorkRecord.static org.apache.axis.encoding.SerializergetSerializer(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.TypeDescReturn type metadata objectgetUri()Gets the uri value for this WorkRecord.getUser()Gets the user value for this WorkRecord.inthashCode()booleanGets the unresolvable value for this WorkRecord.voidsetComment(String comment) Sets the comment value for this WorkRecord.voidSets the date value for this WorkRecord.voidSets the id value for this WorkRecord.voidsetTimeSpent(String timeSpent) Sets the timeSpent value for this WorkRecord.voidsetType(EnumOptionId type) Sets the type value for this WorkRecord.voidsetUnresolvable(boolean unresolvable) Sets the unresolvable value for this WorkRecord.voidSets the uri value for this WorkRecord.voidSets 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
-