public class TopicSubscription extends Object
TopicSubscription class.
$LastChangedBy$ $LastChangedDate$
| Constructor and Description |
|---|
TopicSubscription()
Constructor for TopicSubscription.
|
TopicSubscription(String owner,
Topic topic,
Boolean subscribed)
Constructor for TopicSubscription.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId()
Getter for the field
id. |
String |
getOwner()
Getter for the field
owner. |
Boolean |
getSubscribed()
Getter for the field
subscribed. |
Topic |
getTopic()
Getter for the field
topic. |
void |
setId(Long id)
Setter for the field
id. |
void |
setOwner(String owner)
Setter for the field
owner. |
void |
setSubscribed(Boolean subscribed)
Setter for the field
subscribed. |
void |
setTopic(Topic topic)
Setter for the field
topic. |
public void setOwner(String owner)
Setter for the field owner.
owner - a String object.public Boolean getSubscribed()
Getter for the field subscribed.
Boolean object.public void setTopic(Topic topic)
Setter for the field topic.
topic - a Topic object.public void setSubscribed(Boolean subscribed)
Setter for the field subscribed.
subscribed - a Boolean object.Copyright © 2023 Jasig, Inc.. All rights reserved.