Class TenantMembershipEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
- All Implemented Interfaces:
- Serializable,- DbEntity
A relationship between a tenant and an user or a group.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected GroupEntityprotected Stringprotected TenantEntityprotected UserEntity
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetGroup()getId()Returns a representation of the object, as would be stored in the database.getUser()voidsetGroup(GroupEntity group) voidvoidsetTenant(TenantEntity tenant) voidsetUser(UserEntity user) toString()
- 
Field Details- 
tenant
- 
user
- 
group
- 
id
 
- 
- 
Constructor Details- 
TenantMembershipEntitypublic TenantMembershipEntity()
 
- 
- 
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
 
- 
getId
- 
setId
- 
getUser
- 
setUser
- 
getGroup
- 
setGroup
- 
getTenantId
- 
getUserId
- 
getGroupId
- 
getTenant
- 
setTenant
- 
toString
 
-