org.opennms.netmgt.config.collector
Class AttributeGroupType

java.lang.Object
  extended by org.opennms.netmgt.config.collector.AttributeGroupType

public class AttributeGroupType
extends Object

AttributeGroupType class.

Version:
$Id: $
Author:
ranger

Constructor Summary
AttributeGroupType(String groupName, String groupIfType)
          Constructor for AttributeGroupType.
 
Method Summary
 void addAttributeType(AttributeDefinition attrType)
          addAttributeType
 boolean equals(Object obj)
          
 SortedSet<AttributeDefinition> getAttributeTypes()
          getAttributeTypes
 String getIfType()
          getIfType
 String getName()
          getName
 int hashCode()
          hashCode
 String toString()
          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)

Constructor for AttributeGroupType.

Parameters:
groupName - a String object.
groupIfType - a String object.
Method Detail

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

hashCode

public int hashCode()

hashCode

Overrides:
hashCode in class Object
Returns:
a int.

getIfType

public String getIfType()

getIfType

Returns:
a String object.

getName

public String getName()

getName

Returns:
a String object.

addAttributeType

public void addAttributeType(AttributeDefinition attrType)

addAttributeType

Parameters:
attrType - a org.opennms.netmgt.collectd.AttributeDefinition object.

getAttributeTypes

public SortedSet<AttributeDefinition> getAttributeTypes()

getAttributeTypes

Returns:
a SortedSet object.

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.


Copyright © 2011. All Rights Reserved.