public class CertificationTaskAction
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CertificationTaskAction() |
Modifier and Type | Method and Description |
---|---|
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) |
public void setEntityId(java.lang.Long entityId)
public java.lang.Long getEntityId()
public void setEntityType(CertificationConstants.EntityType entityType)
public CertificationConstants.EntityType getEntityType()
public void setPhase(java.lang.Integer state)
public java.lang.Integer getPhase()
public void setReviewerType(java.lang.Integer reviewerType)
public java.lang.Integer getReviewerType()
public void setReviewerId(java.lang.Long reviewerId)
public java.lang.Long getReviewerId()
public void setTaskUid(java.lang.String taskUid)
public java.lang.String getTaskUid()
public void setAction(java.lang.Integer action)
public java.lang.Integer getAction()
public void setActionComments(java.lang.String actionComments)
public java.lang.String getActionComments()
public void setRecipientId(java.lang.Long recipientId)
public java.lang.Long getRecipientId()
public void setActionDate(java.util.Date actionDate)
public java.util.Date getActionDate()
public void setParentEntityId(java.lang.Long parentEntityId)
public java.lang.Long getParentEntityId()
public void setParentEntityType(CertificationConstants.EntityType parentEntityType)
public CertificationConstants.EntityType getParentEntityType()
public void setStatusEndDate(java.util.Date statusEndDate)
public java.util.Date getStatusEndDate()
public void setReviewerLoginName(java.lang.String reviewerLoginName)
public java.lang.String getReviewerLoginName()
public void setCertificationId(java.lang.Long certificationId)
public java.lang.Long getCertificationId()
public void setId(java.lang.Long id)
public java.lang.Long getId()