public class MembershipEntity extends Object implements PersistentObject, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected String |
userId |
Constructor and Description |
---|
MembershipEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId() |
String |
getId() |
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
String |
getUserId() |
void |
setGroupId(String groupId) |
void |
setId(String id) |
void |
setUserId(String userId) |
public Object getPersistentState()
PersistentObject
getPersistentState
in interface PersistentObject
public String getId()
getId
in interface PersistentObject
public void setId(String id)
setId
in interface PersistentObject
public String getUserId()
public void setUserId(String userId)
public String getGroupId()
public void setGroupId(String groupId)
Copyright © 2016 Alfresco. All rights reserved.