org.activiti.engine.impl.persistence.entity
类 GroupEntity
java.lang.Object
org.activiti.engine.impl.persistence.entity.GroupEntity
- 所有已实现的接口:
- Serializable, Group, HasRevision, PersistentObject
public class GroupEntity
- extends Object
- implements Group, Serializable, PersistentObject, HasRevision
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
revision
protected int revision
name
protected String name
type
protected String type
GroupEntity
public GroupEntity()
GroupEntity
public GroupEntity(String id)
getPersistentState
public Object getPersistentState()
- 从接口
PersistentObject
复制的描述
- 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.
- 指定者:
- 接口
PersistentObject
中的 getPersistentState
getRevisionNext
public int getRevisionNext()
- 指定者:
- 接口
HasRevision
中的 getRevisionNext
getId
public String getId()
- 指定者:
- 接口
Group
中的 getId
- 指定者:
- 接口
PersistentObject
中的 getId
setId
public void setId(String id)
- 指定者:
- 接口
Group
中的 setId
- 指定者:
- 接口
PersistentObject
中的 setId
getName
public String getName()
- 指定者:
- 接口
Group
中的 getName
setName
public void setName(String name)
- 指定者:
- 接口
Group
中的 setName
getType
public String getType()
- 指定者:
- 接口
Group
中的 getType
setType
public void setType(String type)
- 指定者:
- 接口
Group
中的 setType
getRevision
public int getRevision()
- 指定者:
- 接口
HasRevision
中的 getRevision
setRevision
public void setRevision(int revision)
- 指定者:
- 接口
HasRevision
中的 setRevision
Copyright © 2013 Alfresco. All rights reserved.