org.jasig.portlet.newsreader
Class Preference

java.lang.Object
  extended by org.jasig.portlet.newsreader.Preference

public class Preference
extends Object


Field Summary
static String CLASS_NAME
           
static String FEED_URL
           
static String FFED_NAME
           
static String MAX_STORIES
           
static String NEW_WINDOW
           
static String SHOW_TITLE
           
static String SUMMARY_VIEW_STYLE
           
 
Constructor Summary
Preference()
           
 
Method Summary
 Object getOptions()
           
 String getValue()
           
 boolean isReadOnly()
           
 void setOptions(Object options)
           
 void setReadOnly(boolean readOnly)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_STORIES

public static final String MAX_STORIES
See Also:
Constant Field Values

SUMMARY_VIEW_STYLE

public static final String SUMMARY_VIEW_STYLE
See Also:
Constant Field Values

NEW_WINDOW

public static final String NEW_WINDOW
See Also:
Constant Field Values

SHOW_TITLE

public static final String SHOW_TITLE
See Also:
Constant Field Values

CLASS_NAME

public static final String CLASS_NAME
See Also:
Constant Field Values

FFED_NAME

public static final String FFED_NAME
See Also:
Constant Field Values

FEED_URL

public static final String FEED_URL
See Also:
Constant Field Values
Constructor Detail

Preference

public Preference()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getOptions

public Object getOptions()

setOptions

public void setOptions(Object options)

isReadOnly

public boolean isReadOnly()

setReadOnly

public void setReadOnly(boolean readOnly)


Copyright © 2009-2013 Jasig. All Rights Reserved.