Class Change
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Change
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getDate()
Gets the date value for this Change.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetDiffs()
Gets the diffs value for this Change.Gets the revision value for this Change.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectgetUser()
Gets the user value for this Change.int
hashCode()
boolean
Gets the creation value for this Change.boolean
isEmpty()
Gets the empty value for this Change.boolean
Gets the invalid value for this Change.void
setCreation
(boolean creation) Sets the creation value for this Change.void
Sets the date value for this Change.void
Sets the diffs value for this Change.void
setEmpty
(boolean empty) Sets the empty value for this Change.void
setInvalid
(boolean invalid) Sets the invalid value for this Change.void
setRevision
(String revision) Sets the revision value for this Change.void
Sets the user value for this Change.
-
Constructor Details
-
Change
public Change() -
Change
-
-
Method Details
-
isCreation
public boolean isCreation()Gets the creation value for this Change.- Returns:
- creation
-
setCreation
public void setCreation(boolean creation) Sets the creation value for this Change.- Parameters:
creation
-
-
getDate
Gets the date value for this Change.- Returns:
- date
-
setDate
Sets the date value for this Change.- Parameters:
date
-
-
getDiffs
Gets the diffs value for this Change.- Returns:
- diffs
-
setDiffs
Sets the diffs value for this Change.- Parameters:
diffs
-
-
isEmpty
public boolean isEmpty()Gets the empty value for this Change.- Returns:
- empty
-
setEmpty
public void setEmpty(boolean empty) Sets the empty value for this Change.- Parameters:
empty
-
-
isInvalid
public boolean isInvalid()Gets the invalid value for this Change.- Returns:
- invalid
-
setInvalid
public void setInvalid(boolean invalid) Sets the invalid value for this Change.- Parameters:
invalid
-
-
getRevision
Gets the revision value for this Change.- Returns:
- revision
-
setRevision
Sets the revision value for this Change.- Parameters:
revision
-
-
getUser
Gets the user value for this Change.- Returns:
- user
-
setUser
Sets the user value for this Change.- Parameters:
user
-
-
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
-