@Entity public class CollectionRole extends Object implements ReloadableEntity<Integer>
| Modifier | Constructor and Description |
|---|---|
protected |
CollectionRole()
Protected constructor, create object using:
CollectionRoleService.create(Context, Collection, String, Group) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollection() |
Group |
getGroup() |
Integer |
getID() |
String |
getRoleId() |
void |
setCollection(Collection collection) |
void |
setGroup(Group group) |
void |
setRoleId(String id) |
protected CollectionRole()
CollectionRoleService.create(Context, Collection, String, Group)public void setRoleId(String id)
public String getRoleId()
public void setCollection(Collection collection)
public Collection getCollection()
public void setGroup(Group group)
public Group getGroup() throws SQLException
SQLExceptionpublic Integer getID()
getID in interface ReloadableEntity<Integer>Copyright © 2016 DuraSpace. All rights reserved.