@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() |
protected Subscription()
SubscribeService.subscribe(Context, EPerson, Collection)public Integer getID()
getID in interface ReloadableEntity<Integer>public Collection getCollection()
public EPerson getePerson()
Copyright © 2017 DuraSpace. All rights reserved.