@Entity public class CaseRoleAssignmentLog extends Object implements Serializable
Constructor and Description |
---|
CaseRoleAssignmentLog() |
CaseRoleAssignmentLog(long processInstanceId,
String caseId,
String roleName,
org.kie.api.task.model.OrganizationalEntity entity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCaseId() |
String |
getEntityId() |
long |
getId() |
Long |
getProcessInstanceId() |
String |
getRoleName() |
int |
getType() |
int |
hashCode() |
void |
setCaseId(String caseId) |
void |
setEntityId(String entityId) |
void |
setProcessInstanceId(long processInstanceId) |
void |
setRoleName(String roleName) |
void |
setType(int type) |
String |
toString() |
public long getId()
public Long getProcessInstanceId()
public void setProcessInstanceId(long processInstanceId)
public String getCaseId()
public void setCaseId(String caseId)
public String getRoleName()
public void setRoleName(String roleName)
public String getEntityId()
public void setEntityId(String entityId)
public int getType()
public void setType(int type)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.