eu.reservoir.monitoring.core.table
Class DefaultTableAttribute

java.lang.Object
  extended by eu.reservoir.monitoring.core.table.DefaultTableAttribute
All Implemented Interfaces:
TableAttribute, java.io.Serializable

public class DefaultTableAttribute
extends java.lang.Object
implements TableAttribute

A default implementation of a TableAttribute.

See Also:
Serialized Form

Constructor Summary
DefaultTableAttribute(int column, java.lang.String name, ProbeAttributeType type)
          Construct a TableAttribute.
 
Method Summary
 int getColumn()
          Get the column no for a TableAttribute.
 java.lang.String getName()
          Get the name for a TableAttribute.
 ProbeAttributeType getType()
          Get the type for a TableAttribute.
 java.lang.String toString()
          To String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultTableAttribute

public DefaultTableAttribute(int column,
                             java.lang.String name,
                             ProbeAttributeType type)
Construct a TableAttribute.

Method Detail

getColumn

public int getColumn()
Get the column no for a TableAttribute.

Specified by:
getColumn in interface TableAttribute

getName

public java.lang.String getName()
Get the name for a TableAttribute. e.g. used-memory

Specified by:
getName in interface TableAttribute

getType

public ProbeAttributeType getType()
Get the type for a TableAttribute. e.g. Integer

Specified by:
getType in interface TableAttribute

toString

public java.lang.String toString()
To String.

Overrides:
toString in class java.lang.Object


RESERVOIR Monitoring 0.6.4