public class GroupEntityImpl extends AbstractEntity implements GroupEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
GroupEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getPersistentState() |
String |
getType() |
void |
setName(String name) |
void |
setType(String type) |
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionpublic Object getPersistentState()
getPersistentState in interface Entitypublic String getName()
getName in interface GroupgetName in interface GroupEntitypublic void setName(String name)
setName in interface GroupsetName in interface GroupEntitypublic String getType()
getType in interface GroupgetType in interface GroupEntitypublic void setType(String type)
setType in interface GroupsetType in interface GroupEntityCopyright © 2017 Flowable. All rights reserved.