public class GroupEntityImpl extends AbstractIdmEngineEntity 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()
Returns a representation of the object, as would be stored in the database.
|
String |
getType() |
void |
setName(String name) |
void |
setType(String type) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionpublic Object getPersistentState()
EntitygetPersistentState 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 © 2023 Flowable. All rights reserved.