Class TenantEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.TenantEntity
- All Implemented Interfaces:
- Serializable,- Tenant,- DbEntity,- HasDbRevision
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()getName()Returns a representation of the object, as would be stored in the database.intintvoidvoidvoidsetRevision(int revision) toString()
- 
Field Details- 
id
- 
name
- 
revisionprotected int revision
 
- 
- 
Constructor Details- 
TenantEntitypublic TenantEntity()
- 
TenantEntity
 
- 
- 
Method Details- 
getPersistentStateDescription 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 interface- DbEntity
 
- 
getRevisionNextpublic int getRevisionNext()- Specified by:
- getRevisionNextin interface- HasDbRevision
 
- 
getId
- 
setId
- 
getName
- 
setName
- 
getRevisionpublic int getRevision()- Specified by:
- getRevisionin interface- HasDbRevision
 
- 
setRevisionpublic void setRevision(int revision) - Specified by:
- setRevisionin interface- HasDbRevision
 
- 
toString
 
-