org.jasig.portal.portlets.portletadmin.xmlsupport
Class CPDParameter
java.lang.Object
org.jasig.portal.portlets.portletadmin.xmlsupport.CPDParameter
- All Implemented Interfaces:
- Serializable
public class CPDParameter
- 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 |
CPDParameter
public CPDParameter(String modify,
String name,
String label,
String example,
String description,
String defaultValue,
String units,
CPDParameterType 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)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getType
public CPDParameterType getType()
setType
public void setType(CPDParameterType type)
getUnits
public String getUnits()
setUnits
public void setUnits(String units)
Copyright © 2010 Jasig. All Rights Reserved.