org.jboss.portal.portlet.state
Class Property

java.lang.Object
  extended by org.jboss.portal.portlet.state.Property

public class Property
extends java.lang.Object

Version:
$Revision: 5950 $
Author:
Julien Viet

Field Summary
protected  java.lang.String name
          The property name.
protected  Value value
          The property value.
 
Constructor Summary
Property(java.lang.String name, Value value)
           
 
Method Summary
 java.lang.String getName()
           
 Value getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
The property name.


value

protected Value value
The property value.

Constructor Detail

Property

public Property(java.lang.String name,
                Value value)
Method Detail

getName

public java.lang.String getName()

getValue

public Value getValue()