Package oracle.iam.certification.vo
Class CertificationTaskAction
java.lang.Object
oracle.iam.certification.vo.CertificationTaskAction
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getPhase()voidvoidsetActionComments(String actionComments) voidsetActionDate(Date actionDate) voidsetCertificationId(Long certificationId) voidsetEntityId(Long entityId) voidsetEntityType(CertificationConstants.EntityType entityType) voidvoidsetParentEntityId(Long parentEntityId) voidsetParentEntityType(CertificationConstants.EntityType parentEntityType) voidvoidsetRecipientId(Long recipientId) voidsetReviewerId(Long reviewerId) voidsetReviewerLoginName(String reviewerLoginName) voidsetReviewerType(Integer reviewerType) voidsetStatusEndDate(Date statusEndDate) voidsetTaskUid(String taskUid)
-
Constructor Details
-
CertificationTaskAction
public CertificationTaskAction()
-
-
Method Details
-
setEntityId
-
getEntityId
-
setEntityType
-
getEntityType
-
setPhase
-
getPhase
-
setReviewerType
-
getReviewerType
-
setReviewerId
-
getReviewerId
-
setTaskUid
-
getTaskUid
-
setAction
-
getAction
-
setActionComments
-
getActionComments
-
setRecipientId
-
getRecipientId
-
setActionDate
-
getActionDate
-
setParentEntityId
-
getParentEntityId
-
setParentEntityType
-
getParentEntityType
-
setStatusEndDate
-
getStatusEndDate
-
setReviewerLoginName
-
getReviewerLoginName
-
setCertificationId
-
getCertificationId
-
setId
-
getId
-