org.apache.qpid.console
Class SchemaStatistic

java.lang.Object
  extended by org.apache.qpid.console.SchemaStatistic

public class SchemaStatistic
extends Object


Constructor Summary
SchemaStatistic(org.apache.qpid.transport.codec.Decoder dec)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 short getType()
           
 String getUnit()
           
 void setDescription(String value)
           
 void setName(String value)
           
 void setType(short value)
           
 void setUnit(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaStatistic

public SchemaStatistic(org.apache.qpid.transport.codec.Decoder dec)
Method Detail

getDescription

public String getDescription()

getName

public String getName()

getType

public short getType()

getUnit

public String getUnit()

setDescription

public void setDescription(String value)

setName

public void setName(String value)

setType

public void setType(short value)

setUnit

public void setUnit(String value)


Licensed to the Apache Software Foundation