- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
MembershipEntityImpl
public interface MembershipEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Tom Baeyens, Joram Barrez
-
Method Summary
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
java.lang.String getUserId()
-
void setUserId(java.lang.String userId)
-
java.lang.String getGroupId()
-
void setGroupId(java.lang.String groupId)