public class ArchivedProcessInstanceImpl extends NamedElementImpl implements ArchivedProcessInstance
| Constructor and Description |
|---|
ArchivedProcessInstanceImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getArchiveDate() |
long |
getCallerId() |
String |
getDescription() |
Date |
getEndDate() |
Date |
getLastUpdate() |
long |
getProcessDefinitionId() |
long |
getRootProcessInstanceId() |
long |
getSourceObjectId() |
Date |
getStartDate() |
long |
getStartedBy() |
String |
getState() |
int |
getStateId() |
int |
hashCode() |
void |
setArchiveDate(Date archiveDate) |
void |
setCallerId(long callerId) |
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setLastUpdate(Date lastUpdate) |
void |
setProcessDefinitionId(long processDefinitionId) |
void |
setRootProcessInstanceId(long rootProcessInstanceId) |
void |
setSourceObjectId(long processInstanceId) |
void |
setStartDate(Date startDate) |
void |
setStartedBy(long startedBy) |
void |
setState(String state) |
void |
setStateId(int stateId) |
getName, setName, toStringgetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic ArchivedProcessInstanceImpl(String name)
public String getState()
getState in interface ArchivedProcessInstancepublic void setState(String state)
public Date getStartDate()
getStartDate in interface ArchivedProcessInstancepublic long getStartedBy()
getStartedBy in interface ArchivedProcessInstancepublic Date getEndDate()
getEndDate in interface ArchivedProcessInstancepublic void setStartDate(Date startDate)
public void setStartedBy(long startedBy)
public void setEndDate(Date endDate)
public Date getArchiveDate()
getArchiveDate in interface ArchivedElementpublic void setArchiveDate(Date archiveDate)
public Date getLastUpdate()
getLastUpdate in interface ArchivedProcessInstancepublic void setLastUpdate(Date lastUpdate)
public long getProcessDefinitionId()
getProcessDefinitionId in interface ArchivedProcessInstancepublic String getDescription()
getDescription in interface ArchivedProcessInstancepublic void setDescription(String description)
public int getStateId()
getStateId in interface ArchivedProcessInstancepublic long getSourceObjectId()
getSourceObjectId in interface ArchivedProcessInstancepublic void setSourceObjectId(long processInstanceId)
public void setStateId(int stateId)
public void setProcessDefinitionId(long processDefinitionId)
public long getRootProcessInstanceId()
getRootProcessInstanceId in interface ArchivedProcessInstancepublic void setRootProcessInstanceId(long rootProcessInstanceId)
public long getCallerId()
getCallerId in interface ArchivedProcessInstancepublic void setCallerId(long callerId)
public int hashCode()
hashCode in class NamedElementImplpublic boolean equals(Object obj)
equals in class NamedElementImplCopyright © 2013 BonitaSoft. All Rights Reserved.