@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()
The unique identifier of this entity instance.
|
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()
ReloadableEntitygetID in interface ReloadableEntity<Integer>Copyright © 2022 LYRASIS. All rights reserved.