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 MAX_STORIES
           
static String NEW_WINDOW
           
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
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-2011 Jasig. All Rights Reserved.