org.jasig.portal.layout
Class StructureParameter

java.lang.Object
  extended by org.jasig.portal.layout.StructureParameter

public class StructureParameter
extends Object

This class began its life as a public inner class of RDBMUserLayoutStore.

Since:
uPortal 2.5 before 2.5 this was an inner class of org.jasig.portal.RDBMUserLayoutStore.
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $

Constructor Summary
StructureParameter(String name, String value)
          Create a new StructureParameter instance representing the given name, value pair.
 
Method Summary
 String getName()
          Get the name of this parameter.
 String getValue()
          Get the value of this parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructureParameter

public StructureParameter(String name,
                          String value)
Create a new StructureParameter instance representing the given name, value pair.

Parameters:
name - the name of the parameter
value - the value for the parameter
Method Detail

getName

public String getName()
Get the name of this parameter.

Returns:
the name of this parameter.

getValue

public String getValue()
Get the value of this parameter.

Returns:
the value of the parameter.


Copyright © 2010 Jasig. All Rights Reserved.