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

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

    • Change

      public Change()
    • Change

      public Change(boolean creation, Calendar date, FieldDiff[] diffs, boolean empty, boolean invalid, String revision, String user)
  • 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

      public Calendar getDate()
      Gets the date value for this Change.
      Returns:
      date
    • setDate

      public void setDate(Calendar date)
      Sets the date value for this Change.
      Parameters:
      date -
    • getDiffs

      public FieldDiff[] getDiffs()
      Gets the diffs value for this Change.
      Returns:
      diffs
    • setDiffs

      public void setDiffs(FieldDiff[] diffs)
      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

      public String getRevision()
      Gets the revision value for this Change.
      Returns:
      revision
    • setRevision

      public void setRevision(String revision)
      Sets the revision value for this Change.
      Parameters:
      revision -
    • getUser

      public String getUser()
      Gets the user value for this Change.
      Returns:
      user
    • setUser

      public void setUser(String user)
      Sets the user value for this Change.
      Parameters:
      user -
    • 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