com.metamatrix.metadata.runtime.api
Interface KeyID

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

public interface KeyID
extends MetadataID

The KeyID is the unique identifier for a Key.


Method Summary
 GroupID getGroupID()
          Return the group name.
 ModelID getModelID()
          Return the modelID this key is a 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

getGroupID

GroupID getGroupID()
Return the group name.

Returns:
GroupID is the group the key is contained in

getModelID

ModelID getModelID()
Return the modelID this key is a part of.

Returns:
ModelID is the model the key is contained in


Copyright © 2009. All Rights Reserved.