public class TopicSubscription extends Object
$LastChangedBy$ $LastChangedDate$
| Constructor and Description |
|---|
TopicSubscription() |
TopicSubscription(String owner,
Topic topic,
Boolean subscribed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getOwner() |
Boolean |
getSubscribed() |
Topic |
getTopic() |
void |
setId(Long id) |
void |
setOwner(String owner) |
void |
setSubscribed(Boolean subscribed) |
void |
setTopic(Topic topic) |
public Long getId()
public void setId(Long id)
id - the id to setpublic String getOwner()
public void setOwner(String owner)
owner - the owner to setpublic Topic getTopic()
public Boolean getSubscribed()
public void setTopic(Topic topic)
topic - the topic to setpublic void setSubscribed(Boolean subscribed)
subscribed - the subscribed to setCopyright © 2017 Jasig, Inc.. All Rights Reserved.