@Entity public class WorkflowAction extends AbstractAuditable
| Modifier | Constructor and Description |
|---|---|
protected |
WorkflowAction() |
|
WorkflowAction(String name,
String type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getType() |
protected void |
setDescription(String description) |
protected void |
setId(Long id) |
protected void |
setName(String name) |
protected void |
setType(String type) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetIndexId, getVersion, isNew, toStringprotected void setId(Long id)
setId in class AbstractPersistable<Long>public Long getId()
getId in class AbstractPersistable<Long>public String getName()
public String getDescription()
public String getType()
protected void setName(String name)
protected void setDescription(String description)
protected void setType(String type)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.