Class GroupEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
- All Implemented Interfaces:
Serializable
,Group
,DbEntity
,HasDbRevision
- Direct Known Subclasses:
LdapGroupEntity
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
Returns a representation of the object, as would be stored in the database.int
int
getType()
void
void
void
setRevision
(int revision) void
toString()
-
Field Details
-
id
-
revision
protected int revision -
name
-
type
-
-
Constructor Details
-
GroupEntity
public GroupEntity() -
GroupEntity
-
-
Method Details
-
getPersistentState
Description copied from interface:DbEntity
Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentState
in interfaceDbEntity
-
getRevisionNext
public int getRevisionNext()- Specified by:
getRevisionNext
in interfaceHasDbRevision
-
getId
-
setId
-
getName
-
setName
-
getType
-
setType
-
getRevision
public int getRevision()- Specified by:
getRevision
in interfaceHasDbRevision
-
setRevision
public void setRevision(int revision) - Specified by:
setRevision
in interfaceHasDbRevision
-
toString
-