org.jasig.portal.portlets.portletadmin.xmlsupport
Class CPDPreference
java.lang.Object
org.jasig.portal.portlets.portletadmin.xmlsupport.CPDPreference
- All Implemented Interfaces:
- Serializable
public class CPDPreference
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CPDPreference
public CPDPreference(String modify,
String name,
String label,
String example,
String description,
List<String> defaultValues,
String units,
CPDPreferenceType type)
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.