Class MembershipEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
- All Implemented Interfaces:
Serializable
,DbEntity
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected GroupEntity
protected String
To handle a MemberhipEntity in the cache, an id is necessary.protected UserEntity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
getId()
Returns a representation of the object, as would be stored in the database.getUser()
void
setGroup
(GroupEntity group) void
void
setUser
(UserEntity user) toString()
-
Field Details
-
user
-
group
-
id
To handle a MemberhipEntity in the cache, an id is necessary. Even though it is not going to be persisted in the database.
-
-
Constructor Details
-
MembershipEntity
public MembershipEntity()
-
-
Method Details
-
getPersistentState
Description copied from interface:DbEntity
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.- Specified by:
getPersistentState
in interfaceDbEntity
-
getId
-
setId
-
getUser
-
setUser
-
getGroup
-
setGroup
-
getUserId
-
getGroupId
-
toString
-