| java.lang.Object org.jasig.portal.layout.StructureParameter
StructureParameter | public class StructureParameter (Code) | | This class began its life as a public inner class of RDBMUserLayoutStore.
version: $Revision: 35703 $ $Date: 2005-05-01 19:14:28 -0700 (Sun, 01 May 2005) $ since: uPortal 2.5 before 2.5 this was an inner class of org.jasig.portal.RDBMUserLayoutStore. |
Constructor Summary | |
public | StructureParameter(String name, String value) Create a new StructureParameter instance representing the
given name, value pair. |
StructureParameter | public StructureParameter(String name, String value)(Code) | | Create a new StructureParameter instance representing the
given name, value pair.
Parameters: name - the name of the parameter Parameters: value - the value for the parameter |
getName | public String getName()(Code) | | Get the name of this parameter.
the name of this parameter. |
getValue | public String getValue()(Code) | | Get the value of this parameter.
the value of the parameter. |
|
|