Class Approval
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Approval
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionApproval()
Approval
(String secureApprovalCommentId, EnumOptionId status, User user) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the secureApprovalCommentId value for this Approval.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the status value for this Approval.static org.apache.axis.description.TypeDesc
Return type metadata objectgetUser()
Gets the user value for this Approval.int
hashCode()
void
setSecureApprovalCommentId
(String secureApprovalCommentId) Sets the secureApprovalCommentId value for this Approval.void
setStatus
(EnumOptionId status) Sets the status value for this Approval.void
Sets 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
-