@Entity public class Subscription extends Object implements ReloadableEntity<Integer>
| Modifier | Constructor and Description |
|---|---|
protected |
Subscription()
Protected constructor, create object using:
SubscribeService.subscribe(Context, EPerson, Collection) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollection() |
EPerson |
getePerson() |
Integer |
getID()
The unique identifier of this entity instance.
|
protected Subscription()
SubscribeService.subscribe(Context, EPerson, Collection)public Integer getID()
ReloadableEntitygetID in interface ReloadableEntity<Integer>public Collection getCollection()
public EPerson getePerson()
Copyright © 2022 LYRASIS. All rights reserved.