Skip navigation links


oracle.iam.certification.vo
Class CertificationTaskAction

java.lang.Object
  extended by oracle.iam.certification.vo.CertificationTaskAction

All Implemented Interfaces:
java.io.Serializable

public class CertificationTaskAction
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
CertificationTaskAction()
           

 

Method Summary
 java.lang.Integer getAction()
           
 java.lang.String getActionComments()
           
 java.util.Date getActionDate()
           
 java.lang.Long getCertificationId()
           
 java.lang.Long getEntityId()
           
 CertificationConstants.EntityType getEntityType()
           
 java.lang.Long getId()
           
 java.lang.Long getParentEntityId()
           
 CertificationConstants.EntityType getParentEntityType()
           
 java.lang.Integer getPhase()
           
 java.lang.Long getRecipientId()
           
 java.lang.Long getReviewerId()
           
 java.lang.String getReviewerLoginName()
           
 java.lang.Integer getReviewerType()
           
 java.util.Date getStatusEndDate()
           
 java.lang.String getTaskUid()
           
 void setAction(java.lang.Integer action)
           
 void setActionComments(java.lang.String actionComments)
           
 void setActionDate(java.util.Date actionDate)
           
 void setCertificationId(java.lang.Long certificationId)
           
 void setEntityId(java.lang.Long entityId)
           
 void setEntityType(CertificationConstants.EntityType entityType)
           
 void setId(java.lang.Long id)
           
 void setParentEntityId(java.lang.Long parentEntityId)
           
 void setParentEntityType(CertificationConstants.EntityType parentEntityType)
           
 void setPhase(java.lang.Integer state)
           
 void setRecipientId(java.lang.Long recipientId)
           
 void setReviewerId(java.lang.Long reviewerId)
           
 void setReviewerLoginName(java.lang.String reviewerLoginName)
           
 void setReviewerType(java.lang.Integer reviewerType)
           
 void setStatusEndDate(java.util.Date statusEndDate)
           
 void setTaskUid(java.lang.String taskUid)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CertificationTaskAction

public CertificationTaskAction()

Method Detail

setEntityId

public void setEntityId(java.lang.Long entityId)

getEntityId

public java.lang.Long getEntityId()

setEntityType

public void setEntityType(CertificationConstants.EntityType entityType)

getEntityType

public CertificationConstants.EntityType getEntityType()

setPhase

public void setPhase(java.lang.Integer state)

getPhase

public java.lang.Integer getPhase()

setReviewerType

public void setReviewerType(java.lang.Integer reviewerType)

getReviewerType

public java.lang.Integer getReviewerType()

setReviewerId

public void setReviewerId(java.lang.Long reviewerId)

getReviewerId

public java.lang.Long getReviewerId()

setTaskUid

public void setTaskUid(java.lang.String taskUid)

getTaskUid

public java.lang.String getTaskUid()

setAction

public void setAction(java.lang.Integer action)

getAction

public java.lang.Integer getAction()

setActionComments

public void setActionComments(java.lang.String actionComments)

getActionComments

public java.lang.String getActionComments()

setRecipientId

public void setRecipientId(java.lang.Long recipientId)

getRecipientId

public java.lang.Long getRecipientId()

setActionDate

public void setActionDate(java.util.Date actionDate)

getActionDate

public java.util.Date getActionDate()

setParentEntityId

public void setParentEntityId(java.lang.Long parentEntityId)

getParentEntityId

public java.lang.Long getParentEntityId()

setParentEntityType

public void setParentEntityType(CertificationConstants.EntityType parentEntityType)

getParentEntityType

public CertificationConstants.EntityType getParentEntityType()

setStatusEndDate

public void setStatusEndDate(java.util.Date statusEndDate)

getStatusEndDate

public java.util.Date getStatusEndDate()

setReviewerLoginName

public void setReviewerLoginName(java.lang.String reviewerLoginName)

getReviewerLoginName

public java.lang.String getReviewerLoginName()

setCertificationId

public void setCertificationId(java.lang.Long certificationId)

getCertificationId

public java.lang.Long getCertificationId()

setId

public void setId(java.lang.Long id)

getId

public java.lang.Long getId()

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.