Class Approval
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Approval
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApproval()Approval(String secureApprovalCommentId, EnumOptionId status, User user) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the secureApprovalCommentId value for this Approval.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the status value for this Approval.static org.apache.axis.description.TypeDescReturn type metadata objectgetUser()Gets the user value for this Approval.inthashCode()voidsetSecureApprovalCommentId(String secureApprovalCommentId) Sets the secureApprovalCommentId value for this Approval.voidsetStatus(EnumOptionId status) Sets the status value for this Approval.voidSets the user value for this Approval.
-
Constructor Details
-
Approval
public Approval() -
Approval
-
-
Method Details
-
getSecureApprovalCommentId
Gets the secureApprovalCommentId value for this Approval.- Returns:
- secureApprovalCommentId
-
setSecureApprovalCommentId
Sets the secureApprovalCommentId value for this Approval.- Parameters:
secureApprovalCommentId-
-
getStatus
Gets the status value for this Approval.- Returns:
- status
-
setStatus
Sets the status value for this Approval.- Parameters:
status-
-
getUser
Gets the user value for this Approval.- Returns:
- user
-
setUser
Sets the user value for this Approval.- Parameters:
user-
-
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
-