org.ow2.jonas.webapp.jonasadmin.monitoring
Class ClusterdAttribute

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

public class ClusterdAttribute
extends Object
implements Serializable

Author:
eyindanga
See Also:
Serialized Form

Constructor Summary
ClusterdAttribute()
           
ClusterdAttribute(String name, Long value, String unit)
           
 
Method Summary
 String getName()
           
 String getUnit()
           
 Long getValue()
           
 void setName(String name)
           
 void setUnit(String unit)
           
 void setValue(Long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterdAttribute

public ClusterdAttribute()

ClusterdAttribute

public ClusterdAttribute(String name,
                         Long value,
                         String unit)
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getUnit

public String getUnit()
Returns:
the unit

setUnit

public void setUnit(String unit)
Parameters:
unit - the unit to set

getValue

public Long getValue()
Returns:
the value

setValue

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.