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

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

public class CPDParameterTypeRestriction
extends Object
implements ICPDOptionTypeRestriction, Serializable

See Also:
Serialized Form

Constructor Summary
CPDParameterTypeRestriction()
           
CPDParameterTypeRestriction(String type, String min, String max, List<CPDParameterTypeRestrictionValue> values, String defaultValue)
           
 
Method Summary
 void addValue(CPDParameterTypeRestrictionValue value)
           
 String getDefaultValue()
           
 String getMax()
           
 String getMin()
           
 String getType()
           
 List<CPDParameterTypeRestrictionValue> getValues()
           
 void setDefaultValue(String defaultValue)
           
 void setMax(String max)
           
 void setMin(String min)
           
 void setType(String type)
           
 void setValues(List<CPDParameterTypeRestrictionValue> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDParameterTypeRestriction

public CPDParameterTypeRestriction()

CPDParameterTypeRestriction

public CPDParameterTypeRestriction(String type,
                                   String min,
                                   String max,
                                   List<CPDParameterTypeRestrictionValue> values,
                                   String defaultValue)
Method Detail

getType

public String getType()
Specified by:
getType in interface ICPDOptionTypeRestriction

setType

public void setType(String type)
Specified by:
setType in interface ICPDOptionTypeRestriction

getMin

public String getMin()
Specified by:
getMin in interface ICPDOptionTypeRestriction

setMin

public void setMin(String min)
Specified by:
setMin in interface ICPDOptionTypeRestriction

getMax

public String getMax()
Specified by:
getMax in interface ICPDOptionTypeRestriction

setMax

public void setMax(String max)
Specified by:
setMax in interface ICPDOptionTypeRestriction

getValues

public List<CPDParameterTypeRestrictionValue> getValues()
Specified by:
getValues in interface ICPDOptionTypeRestriction

setValues

public void setValues(List<CPDParameterTypeRestrictionValue> values)
Specified by:
setValues in interface ICPDOptionTypeRestriction

addValue

public void addValue(CPDParameterTypeRestrictionValue value)
Specified by:
addValue in interface ICPDOptionTypeRestriction

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String defaultValue)


Copyright © 2010 Jasig. All Rights Reserved.