Class TenantEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.TenantEntity
- All Implemented Interfaces:
 Serializable,Tenant,DbEntity,HasDbRevision
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()Returns a representation of the object, as would be stored in the database.intintvoidvoidvoidsetRevision(int revision) toString() 
- 
Field Details
- 
id
 - 
name
 - 
revision
protected int revision 
 - 
 - 
Constructor Details
- 
TenantEntity
public TenantEntity() - 
TenantEntity
 
 - 
 - 
Method Details
- 
getPersistentState
Description copied from interface:DbEntityReturns 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:
 getPersistentStatein interfaceDbEntity
 - 
getRevisionNext
public int getRevisionNext()- Specified by:
 getRevisionNextin interfaceHasDbRevision
 - 
getId
 - 
setId
 - 
getName
 - 
setName
 - 
getRevision
public int getRevision()- Specified by:
 getRevisionin interfaceHasDbRevision
 - 
setRevision
public void setRevision(int revision) - Specified by:
 setRevisionin interfaceHasDbRevision
 - 
toString
 
 -