Class FieldDiff

java.lang.Object
com.polarion.alm.ws.client.types.tracker.FieldDiff
All Implemented Interfaces:
Serializable

public class FieldDiff extends Object implements Serializable
See Also:
  • Constructor Details

    • FieldDiff

      public FieldDiff()
    • FieldDiff

      public FieldDiff(Object[] added, Object after, Object before, boolean collection, String fieldName, Object[] removed)
  • Method Details

    • getAdded

      public Object[] getAdded()
      Gets the added value for this FieldDiff.
      Returns:
      added
    • setAdded

      public void setAdded(Object[] added)
      Sets the added value for this FieldDiff.
      Parameters:
      added -
    • getAfter

      public Object getAfter()
      Gets the after value for this FieldDiff.
      Returns:
      after
    • setAfter

      public void setAfter(Object after)
      Sets the after value for this FieldDiff.
      Parameters:
      after -
    • getBefore

      public Object getBefore()
      Gets the before value for this FieldDiff.
      Returns:
      before
    • setBefore

      public void setBefore(Object before)
      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

      public String getFieldName()
      Gets the fieldName value for this FieldDiff.
      Returns:
      fieldName
    • setFieldName

      public void setFieldName(String fieldName)
      Sets the fieldName value for this FieldDiff.
      Parameters:
      fieldName -
    • getRemoved

      public Object[] getRemoved()
      Gets the removed value for this FieldDiff.
      Returns:
      removed
    • setRemoved

      public void setRemoved(Object[] removed)
      Sets the removed value for this FieldDiff.
      Parameters:
      removed -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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