org.ow2.jonas.webapp.jonasadmin.cmi
Class ClusterPropertyAttribute

java.lang.Object
  extended by org.ow2.jonas.webapp.jonasadmin.cmi.ClusterPropertyAttribute
All Implemented Interfaces:
Serializable

public class ClusterPropertyAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClusterPropertyAttribute(String name, Object value)
          Constructor using fields.
 
Method Summary
 String getName()
           
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterPropertyAttribute

public ClusterPropertyAttribute(String name,
                                Object value)
Constructor using fields.

Parameters:
name - attribute name.
value - attribute value.
Method Detail

getValue

public Object getValue()
Returns:
the value

setValue

public void setValue(Object value)
Parameters:
value - the value to set

getName

public String getName()
Returns:
the name


Copyright © 2010 OW2 Consortium. All Rights Reserved.