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

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

public class CPDParameterTypeRestrictionValue
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CPDParameterTypeRestrictionValue()
           
CPDParameterTypeRestrictionValue(String value, String display)
           
 
Method Summary
 String getDisplay()
           
 String getValue()
           
 void setDisplay(String display)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDParameterTypeRestrictionValue

public CPDParameterTypeRestrictionValue()

CPDParameterTypeRestrictionValue

public CPDParameterTypeRestrictionValue(String value,
                                        String display)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getDisplay

public String getDisplay()

setDisplay

public void setDisplay(String display)


Copyright © 2010 Jasig. All Rights Reserved.