public class GroupEntityImpl extends AbstractEntity implements GroupEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
id, isDeleted, isInserted, isUpdated, 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) |
getId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, 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 © 2016 Alfresco. All rights reserved.