org.jasig.portal.portlets.portletadmin.xmlsupport
Class CPDPreference

java.lang.Object
  extended by org.jasig.portal.portlets.portletadmin.xmlsupport.CPDPreference
All Implemented Interfaces:
Serializable

public class CPDPreference
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CPDPreference(String modify, String name, String label, String example, String description, List<String> defaultValues, String units, CPDPreferenceType type)
           
 
Method Summary
 List<String> getDefaultValues()
           
 String getDescription()
           
 String getExample()
           
 String getLabel()
           
 String getModify()
           
 String getName()
           
 CPDPreferenceType getType()
           
 String getUnits()
           
 void setDefaultValues(List<String> defaultValue)
           
 void setDescription(String description)
           
 void setExample(String example)
           
 void setLabel(String label)
           
 void setModify(String modify)
           
 void setName(String name)
           
 void setType(CPDPreferenceType type)
           
 void setUnits(String units)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDPreference

public CPDPreference(String modify,
                     String name,
                     String label,
                     String example,
                     String description,
                     List<String> defaultValues,
                     String units,
                     CPDPreferenceType type)
Method Detail

getModify

public String getModify()

setModify

public void setModify(String modify)

getName

public String getName()

setName

public void setName(String name)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getExample

public String getExample()

setExample

public void setExample(String example)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getDefaultValues

public List<String> getDefaultValues()

setDefaultValues

public void setDefaultValues(List<String> defaultValue)

getType

public CPDPreferenceType getType()

setType

public void setType(CPDPreferenceType type)

getUnits

public String getUnits()

setUnits

public void setUnits(String units)


Copyright © 2010 Jasig. All Rights Reserved.