public class GroupEntityImpl extends Object implements GroupEntity, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected int |
revision |
protected String |
type |
Constructor and Description |
---|
GroupEntityImpl() |
GroupEntityImpl(String id) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
int |
getRevision() |
int |
getRevisionNext() |
String |
getType() |
void |
setId(String id) |
void |
setName(String name) |
void |
setRevision(int revision) |
void |
setType(String type) |
protected String id
protected int revision
protected String name
protected String type
public GroupEntityImpl()
public GroupEntityImpl(String id)
public Object getPersistentState()
Entity
getPersistentState
in interface Entity
public int getRevisionNext()
getRevisionNext
in interface HasRevision
public String getId()
public void setId(String id)
public String getName()
getName
in interface Group
getName
in interface GroupEntity
public void setName(String name)
setName
in interface Group
setName
in interface GroupEntity
public String getType()
getType
in interface Group
getType
in interface GroupEntity
public void setType(String type)
setType
in interface Group
setType
in interface GroupEntity
public int getRevision()
getRevision
in interface HasRevision
public void setRevision(int revision)
setRevision
in interface HasRevision
Copyright © 2015 Alfresco. All rights reserved.