Class FieldDiff
java.lang.Object
com.polarion.alm.ws.client.types.tracker.FieldDiff
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Object[]
getAdded()
Gets the added value for this FieldDiff.getAfter()
Gets the after value for this FieldDiff.Gets the before value for this FieldDiff.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the fieldName value for this FieldDiff.Object[]
Gets the removed value for this FieldDiff.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
boolean
Gets the collection value for this FieldDiff.void
Sets the added value for this FieldDiff.void
Sets the after value for this FieldDiff.void
Sets the before value for this FieldDiff.void
setCollection
(boolean collection) Sets the collection value for this FieldDiff.void
setFieldName
(String fieldName) Sets the fieldName value for this FieldDiff.void
setRemoved
(Object[] removed) Sets the removed value for this FieldDiff.
-
Constructor Details
-
FieldDiff
public FieldDiff() -
FieldDiff
-
-
Method Details
-
getAdded
Gets the added value for this FieldDiff.- Returns:
- added
-
setAdded
Sets the added value for this FieldDiff.- Parameters:
added
-
-
getAfter
Gets the after value for this FieldDiff.- Returns:
- after
-
setAfter
Sets the after value for this FieldDiff.- Parameters:
after
-
-
getBefore
Gets the before value for this FieldDiff.- Returns:
- before
-
setBefore
Sets the before value for this FieldDiff.- Parameters:
before
-
-
isCollection
public boolean isCollection()Gets the collection value for this FieldDiff.- Returns:
- collection
-
setCollection
public void setCollection(boolean collection) Sets the collection value for this FieldDiff.- Parameters:
collection
-
-
getFieldName
Gets the fieldName value for this FieldDiff.- Returns:
- fieldName
-
setFieldName
Sets the fieldName value for this FieldDiff.- Parameters:
fieldName
-
-
getRemoved
Gets the removed value for this FieldDiff.- Returns:
- removed
-
setRemoved
Sets the removed value for this FieldDiff.- Parameters:
removed
-
-
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
-