org.jasig.portlet.newsreader
Class UserDefinedNewsConfiguration

java.lang.Object
  extended by org.jasig.portlet.newsreader.NewsConfiguration
      extended by org.jasig.portlet.newsreader.UserDefinedNewsConfiguration
All Implemented Interfaces:
java.lang.Comparable<NewsConfiguration>

public class UserDefinedNewsConfiguration
extends NewsConfiguration

UserDefinedNewsConfiguration represents a user-created news configuration. There should only be one news configuration for each user-defined news definition. Since this is a one-to-one relationship, the UserDefinedNewsConfiguration doesn't need to define an extra bucket for user-specific configuration information.

Author:
Anthony Colebourne, Jen Bourey

Constructor Summary
UserDefinedNewsConfiguration()
          Default Constructor
 
Method Summary
 
Methods inherited from class org.jasig.portlet.newsreader.NewsConfiguration
compareTo, getId, getNewsDefinition, getNewsSet, isActive, isDisplayed, setActive, setDisplayed, setId, setNewsDefinition, setNewsSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDefinedNewsConfiguration

public UserDefinedNewsConfiguration()
Default Constructor



Copyright © 2009-2011 Jasig. All Rights Reserved.