org.jasig.portal.portlets.portletadmin.xmlsupport
Class CPDPreferenceType
java.lang.Object
org.jasig.portal.portlets.portletadmin.xmlsupport.CPDPreferenceType
- All Implemented Interfaces:
- Serializable, ICPDOptionType
public class CPDPreferenceType
- extends Object
- implements ICPDOptionType, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CPDPreferenceType
public CPDPreferenceType(String base,
String input,
String display,
String length,
String maxlength,
CPDPreferenceTypeRestriction restriction)
getBase
public String getBase()
- Specified by:
getBase in interface ICPDOptionType
setBase
public void setBase(String base)
- Specified by:
setBase in interface ICPDOptionType
getInput
public String getInput()
- Specified by:
getInput in interface ICPDOptionType
setInput
public void setInput(String input)
- Specified by:
setInput in interface ICPDOptionType
getDisplay
public String getDisplay()
- Specified by:
getDisplay in interface ICPDOptionType
setDisplay
public void setDisplay(String display)
- Specified by:
setDisplay in interface ICPDOptionType
getLength
public String getLength()
- Specified by:
getLength in interface ICPDOptionType
setLength
public void setLength(String length)
- Specified by:
setLength in interface ICPDOptionType
getMaxlength
public String getMaxlength()
- Specified by:
getMaxlength in interface ICPDOptionType
setMaxlength
public void setMaxlength(String maxlength)
- Specified by:
setMaxlength in interface ICPDOptionType
getRestriction
public CPDPreferenceTypeRestriction getRestriction()
- Specified by:
getRestriction in interface ICPDOptionType
setRestriction
public void setRestriction(CPDPreferenceTypeRestriction restriction)
Copyright © 2010 Jasig. All Rights Reserved.