public class MembershipEntityImpl extends AbstractEntityNoRevision implements MembershipEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected String |
userId |
id, isDeleted, isInserted, isUpdated| Constructor and Description |
|---|
MembershipEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getUserId() |
void |
setGroupId(String groupId) |
void |
setUserId(String userId) |
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedpublic Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getUserId()
getUserId in interface MembershipEntitypublic void setUserId(String userId)
setUserId in interface MembershipEntitypublic String getGroupId()
getGroupId in interface MembershipEntitypublic void setGroupId(String groupId)
setGroupId in interface MembershipEntityCopyright © 2017 Alfresco. All rights reserved.