|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.layout.StructureParameter
public class StructureParameter
This class began its life as a public inner class of RDBMUserLayoutStore.
| 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 |
|---|
public StructureParameter(String name,
String value)
name - the name of the parametervalue - the value for the parameter| Method Detail |
|---|
public String getName()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||