IDataitempublic class ActivityDataitem extends DefaultDataitem
| Constructor | Description |
|---|---|
ActivityDataitem() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAccountable() |
Gets the accountable.
|
java.lang.String |
getAid() |
Gets the aid.
|
java.lang.String |
getBpmn() |
Gets the bpmn.
|
java.lang.String |
getChild() |
Gets the child.
|
java.util.List<java.lang.String> |
getConsultant() |
Gets the consultant.
|
java.lang.String |
getDescription() |
Gets the description.
|
java.util.List<java.lang.String> |
getHowtos() |
Gets the howtos.
|
java.util.List<java.lang.String> |
getInformed() |
Gets the informed.
|
java.lang.String |
getResponsible() |
Gets the role.
|
java.lang.String |
getResults() |
Gets the results.
|
java.util.List<ActivityDataitem> |
getSubactivities() |
Gets the subactivities.
|
java.util.List<java.lang.String> |
getSupplier() |
Gets the supplier.
|
void |
setAccountable(java.lang.String accountable) |
Sets the accountable.
|
void |
setAid(java.lang.String aid) |
Sets the aid.
|
void |
setBpmn(java.lang.String bpmn) |
Sets the bpmn.
|
void |
setChild(java.lang.String child) |
Sets the child.
|
void |
setConsultant(java.util.List<java.lang.String> consultant) |
Sets the consultant.
|
void |
setDescription(java.lang.String description) |
Sets the description.
|
void |
setHowtos(java.util.List<java.lang.String> howtos) |
Sets the howtos.
|
void |
setInformed(java.util.List<java.lang.String> informed) |
Sets the informed.
|
void |
setResponsible(java.lang.String role) |
Sets the role.
|
void |
setResults(java.lang.String results) |
Sets the results.
|
void |
setSubactivities(java.util.List<ActivityDataitem> subactivities) |
Sets the subactivities.
|
void |
setSupplier(java.util.List<java.lang.String> supplier) |
Sets the supplier.
|
containsId, equals, getCreated, getId, getId, getIds, getModified, getStatus, getTempId, getTitle, getUid, getVersion, hashCode, removeId, removeId, setCreated, setId, setIds, setModified, setStatus, setTitle, setUid, setVersion, toStringpublic java.lang.String getResponsible()
public void setResponsible(java.lang.String role)
role - the new rolepublic java.lang.String getAccountable()
public void setAccountable(java.lang.String accountable)
accountable - the new accountablepublic java.lang.String getChild()
public void setChild(java.lang.String child)
child - the new childpublic java.lang.String getBpmn()
public void setBpmn(java.lang.String bpmn)
bpmn - the new bpmnpublic java.util.List<java.lang.String> getSupplier()
public void setSupplier(java.util.List<java.lang.String> supplier)
supplier - the new supplierpublic java.util.List<java.lang.String> getConsultant()
public void setConsultant(java.util.List<java.lang.String> consultant)
consultant - the new consultantpublic java.util.List<java.lang.String> getInformed()
public void setInformed(java.util.List<java.lang.String> informed)
informed - the new informedpublic java.util.List<java.lang.String> getHowtos()
public void setHowtos(java.util.List<java.lang.String> howtos)
howtos - the new howtospublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionpublic java.lang.String getResults()
public void setResults(java.lang.String results)
results - the new resultspublic java.lang.String getAid()
public void setAid(java.lang.String aid)
aid - the new aidpublic java.util.List<ActivityDataitem> getSubactivities()
public void setSubactivities(java.util.List<ActivityDataitem> subactivities)
subactivities - the new subactivities