Class CertificationTaskAction

java.lang.Object
oracle.iam.certification.vo.CertificationTaskAction
All Implemented Interfaces:
Serializable

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

    • CertificationTaskAction

      public CertificationTaskAction()
  • Method Details

    • setEntityId

      public void setEntityId(Long entityId)
    • getEntityId

      public Long getEntityId()
    • setEntityType

      public void setEntityType(CertificationConstants.EntityType entityType)
    • getEntityType

      public CertificationConstants.EntityType getEntityType()
    • setPhase

      public void setPhase(Integer state)
    • getPhase

      public Integer getPhase()
    • setReviewerType

      public void setReviewerType(Integer reviewerType)
    • getReviewerType

      public Integer getReviewerType()
    • setReviewerId

      public void setReviewerId(Long reviewerId)
    • getReviewerId

      public Long getReviewerId()
    • setTaskUid

      public void setTaskUid(String taskUid)
    • getTaskUid

      public String getTaskUid()
    • setAction

      public void setAction(Integer action)
    • getAction

      public Integer getAction()
    • setActionComments

      public void setActionComments(String actionComments)
    • getActionComments

      public String getActionComments()
    • setRecipientId

      public void setRecipientId(Long recipientId)
    • getRecipientId

      public Long getRecipientId()
    • setActionDate

      public void setActionDate(Date actionDate)
    • getActionDate

      public Date getActionDate()
    • setParentEntityId

      public void setParentEntityId(Long parentEntityId)
    • getParentEntityId

      public Long getParentEntityId()
    • setParentEntityType

      public void setParentEntityType(CertificationConstants.EntityType parentEntityType)
    • getParentEntityType

      public CertificationConstants.EntityType getParentEntityType()
    • setStatusEndDate

      public void setStatusEndDate(Date statusEndDate)
    • getStatusEndDate

      public Date getStatusEndDate()
    • setReviewerLoginName

      public void setReviewerLoginName(String reviewerLoginName)
    • getReviewerLoginName

      public String getReviewerLoginName()
    • setCertificationId

      public void setCertificationId(Long certificationId)
    • getCertificationId

      public Long getCertificationId()
    • setId

      public void setId(Long id)
    • getId

      public Long getId()