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

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

public class CPDParameter
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CPDParameter(String modify, String name, String label, String example, String description, String defaultValue, String units, CPDParameterType type)
           
 
Method Summary
 String getDefaultValue()
           
 String getDescription()
           
 String getExample()
           
 String getLabel()
           
 String getModify()
           
 String getName()
           
 CPDParameterType getType()
           
 String getUnits()
           
 void setDefaultValue(String defaultValue)
           
 void setDescription(String description)
           
 void setExample(String example)
           
 void setLabel(String label)
           
 void setModify(String modify)
           
 void setName(String name)
           
 void setType(CPDParameterType type)
           
 void setUnits(String units)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDParameter

public CPDParameter(String modify,
                    String name,
                    String label,
                    String example,
                    String description,
                    String defaultValue,
                    String units,
                    CPDParameterType type)
Method Detail

getModify

public String getModify()

setModify

public void setModify(String modify)

getName

public String getName()

setName

public void setName(String name)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getExample

public String getExample()

setExample

public void setExample(String example)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String defaultValue)

getType

public CPDParameterType getType()

setType

public void setType(CPDParameterType type)

getUnits

public String getUnits()

setUnits

public void setUnits(String units)


Copyright © 2010 Jasig. All Rights Reserved.