Class FieldDiff
java.lang.Object
com.polarion.alm.ws.client.types.tracker.FieldDiff
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanObject[]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.DeserializergetDeserializer(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.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()booleanGets the collection value for this FieldDiff.voidSets the added value for this FieldDiff.voidSets the after value for this FieldDiff.voidSets the before value for this FieldDiff.voidsetCollection(boolean collection) Sets the collection value for this FieldDiff.voidsetFieldName(String fieldName) Sets the fieldName value for this FieldDiff.voidsetRemoved(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
-