com.metamatrix.metadata.runtime.api
Interface GroupID

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, MetadataID, java.io.Serializable
All Known Implementing Classes:
BasicGroupID

public interface GroupID
extends MetadataID

The GroupID is the unique identifier for a Group.


Method Summary
 ModelID getModelID()
          Return the modelID that this group is part of.
 
Methods inherited from interface com.metamatrix.metadata.runtime.api.MetadataID
clone, compareTo, compareToByName, equals, getFullName, getName, getNameComponent, getNameComponents, getParentFullName, getPath, hashCode, size, toString
 

Method Detail

getModelID

ModelID getModelID()
Return the modelID that this group is part of.

Returns:
ModelID is the model the group is contained in


Copyright © 2009. All Rights Reserved.