com.polarion.alm.tracker.model.IApprovalStruct


FIELDS
Modifiers and TypeNameDescription
String KEY_USER
String KEY_STATUS
String KEY_SECURE_APPROVAL_COMMENT_ID
String ENUM_ID_APPROVALS_STATUS
METHODS
Modifiers and TypeNameDescription
IUser getUser() The user field is read-only here, since it's primary key of this structure.
IApprovalStatusOpt getStatus()
void setStatus(IApprovalStatusOpt)
String getSecureApprovalCommentId()
void setSecureApprovalCommentId(String)

Back to Index