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
另请参见:
序列化表格

字段摘要
protected  String id
           
protected  String name
           
protected  int revision
           
protected  String type
           
 
构造方法摘要
GroupEntity()
           
GroupEntity(String id)
           
 
方法摘要
 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)
           
 
从类 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.