Package org.jbpm.casemgmt.impl.audit
Class CaseRoleAssignmentLog
- java.lang.Object
-
- org.jbpm.casemgmt.impl.audit.CaseRoleAssignmentLog
-
- All Implemented Interfaces:
Serializable
@Entity public class CaseRoleAssignmentLog extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaseRoleAssignmentLog()CaseRoleAssignmentLog(long processInstanceId, String caseId, String roleName, org.kie.api.task.model.OrganizationalEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCaseId()StringgetEntityId()longgetId()LonggetProcessInstanceId()StringgetRoleName()intgetType()inthashCode()voidsetCaseId(String caseId)voidsetEntityId(String entityId)voidsetProcessInstanceId(long processInstanceId)voidsetRoleName(String roleName)voidsetType(int type)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
getProcessInstanceId
public Long getProcessInstanceId()
-
setProcessInstanceId
public void setProcessInstanceId(long processInstanceId)
-
getCaseId
public String getCaseId()
-
setCaseId
public void setCaseId(String caseId)
-
getRoleName
public String getRoleName()
-
setRoleName
public void setRoleName(String roleName)
-
getEntityId
public String getEntityId()
-
setEntityId
public void setEntityId(String entityId)
-
getType
public int getType()
-
setType
public void setType(int type)
-
-