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

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

public class CPDParameterType
extends Object
implements ICPDOptionType, Serializable

See Also:
Serialized Form

Constructor Summary
CPDParameterType(String base, String input, String display, String length, String maxlength, CPDParameterTypeRestriction restriction)
           
 
Method Summary
 String getBase()
           
 String getDisplay()
           
 String getInput()
           
 String getLength()
           
 String getMaxlength()
           
 CPDParameterTypeRestriction getRestriction()
           
 void setBase(String base)
           
 void setDisplay(String display)
           
 void setInput(String input)
           
 void setLength(String length)
           
 void setMaxlength(String maxlength)
           
 void setRestriction(CPDParameterTypeRestriction restriction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDParameterType

public CPDParameterType(String base,
                        String input,
                        String display,
                        String length,
                        String maxlength,
                        CPDParameterTypeRestriction restriction)
Method Detail

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 CPDParameterTypeRestriction getRestriction()
Specified by:
getRestriction in interface ICPDOptionType

setRestriction

public void setRestriction(CPDParameterTypeRestriction restriction)


Copyright © 2010 Jasig. All Rights Reserved.