org.opennms.netmgt.collectd
Class AttributeGroupType

java.lang.Object
  extended by org.opennms.netmgt.collectd.AttributeGroupType

public class AttributeGroupType
extends Object


Constructor Summary
AttributeGroupType(String groupName, String groupIfType)
           
 
Method Summary
 void addAttributeType(AttributeDefinition attrType)
           
 boolean equals(Object obj)
           
 SortedSet<AttributeDefinition> getAttributeTypes()
           
 String getIfType()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeGroupType

public AttributeGroupType(String groupName,
                          String groupIfType)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getIfType

public String getIfType()

getName

public String getName()

addAttributeType

public void addAttributeType(AttributeDefinition attrType)

getAttributeTypes

public SortedSet<AttributeDefinition> getAttributeTypes()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.