org.jasig.portlet.announcements.model
Class TopicSubscription

java.lang.Object
  extended by org.jasig.portlet.announcements.model.TopicSubscription

public class TopicSubscription
extends Object

Author:
Erik A. Olsson (eolsson@uci.edu) $LastChangedBy$ $LastChangedDate$

Constructor Summary
TopicSubscription()
           
TopicSubscription(String owner, Topic topic, Boolean subscribed)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicSubscription

public TopicSubscription()

TopicSubscription

public TopicSubscription(String owner,
                         Topic topic,
                         Boolean subscribed)
Method Detail

getId

public Long getId()
Returns:
the id

setId

public void setId(Long id)
Parameters:
id - the id to set

getOwner

public String getOwner()
Returns:
the owner

setOwner

public void setOwner(String owner)
Parameters:
owner - the owner to set

getTopic

public Topic getTopic()
Returns:
the topic

getSubscribed

public Boolean getSubscribed()
Returns:
the subscribed

setTopic

public void setTopic(Topic topic)
Parameters:
topic - the topic to set

setSubscribed

public void setSubscribed(Boolean subscribed)
Parameters:
subscribed - the subscribed to set

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 Jasig, Inc.. All Rights Reserved.