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

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

    • Approval

      public Approval()
    • Approval

      public Approval(String secureApprovalCommentId, EnumOptionId status, User user)
  • Method Details

    • getSecureApprovalCommentId

      public String getSecureApprovalCommentId()
      Gets the secureApprovalCommentId value for this Approval.
      Returns:
      secureApprovalCommentId
    • setSecureApprovalCommentId

      public void setSecureApprovalCommentId(String secureApprovalCommentId)
      Sets the secureApprovalCommentId value for this Approval.
      Parameters:
      secureApprovalCommentId -
    • getStatus

      public EnumOptionId getStatus()
      Gets the status value for this Approval.
      Returns:
      status
    • setStatus

      public void setStatus(EnumOptionId status)
      Sets the status value for this Approval.
      Parameters:
      status -
    • getUser

      public User getUser()
      Gets the user value for this Approval.
      Returns:
      user
    • setUser

      public void setUser(User user)
      Sets the user value for this Approval.
      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