org.jasig.portal.portlets.portletadmin.xmlsupport
Interface ICPDOptionType

All Known Implementing Classes:
CPDParameterType, CPDPreferenceType

public interface ICPDOptionType


Method Summary
 String getBase()
           
 String getDisplay()
           
 String getInput()
           
 String getLength()
           
 String getMaxlength()
           
 ICPDOptionTypeRestriction getRestriction()
           
 void setBase(String base)
           
 void setDisplay(String display)
           
 void setInput(String input)
           
 void setLength(String length)
           
 void setMaxlength(String maxlength)
           
 

Method Detail

getBase

String getBase()

setBase

void setBase(String base)

getInput

String getInput()

setInput

void setInput(String input)

getDisplay

String getDisplay()

setDisplay

void setDisplay(String display)

getLength

String getLength()

setLength

void setLength(String length)

getMaxlength

String getMaxlength()

setMaxlength

void setMaxlength(String maxlength)

getRestriction

ICPDOptionTypeRestriction getRestriction()


Copyright © 2010 Jasig. All Rights Reserved.