com.metamatrix.metadata.runtime.model
Class BasicProcedureID

java.lang.Object
  extended by com.metamatrix.metadata.runtime.model.BasicMetadataID
      extended by com.metamatrix.metadata.runtime.model.BasicProcedureID
All Implemented Interfaces:
MetadataID, ProcedureID, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class BasicProcedureID
extends BasicMetadataID
implements ProcedureID

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.metadata.runtime.model.BasicMetadataID
DELIMITER, FAKE_NAME, NOT_DEFINED, WILDCARD
 
Constructor Summary
BasicProcedureID(java.lang.String fullName)
          Call constructor to instantiate a BasicProcedureID object for the fully qualified name.
BasicProcedureID(java.lang.String fullName, long internalUniqueID)
          Call constructor to instantiate a BasicProcedureID object for the fully qualified name and an internal unique identifier.
 
Method Summary
 ModelID getModelID()
          Return the modelID that this procedure is part of.
 java.lang.String getModelName()
           
 void setModelID(ModelID modelID)
           
 
Methods inherited from class com.metamatrix.metadata.runtime.model.BasicMetadataID
clone, compareTo, compareToByName, computeHashCode, equals, getFullName, getName, getNameComponent, getNameComponents, getParentFullName, getPath, getUID, hashCode, hasParent, setFullName, setGroupFullName, setModelName, setName, setShortName, setUID, size, toString, updateHashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.metamatrix.metadata.runtime.api.MetadataID
clone, compareTo, compareToByName, equals, getFullName, getName, getNameComponent, getNameComponents, getParentFullName, getPath, hashCode, size, toString
 

Constructor Detail

BasicProcedureID

public BasicProcedureID(java.lang.String fullName,
                        long internalUniqueID)
Call constructor to instantiate a BasicProcedureID object for the fully qualified name and an internal unique identifier.


BasicProcedureID

public BasicProcedureID(java.lang.String fullName)
Call constructor to instantiate a BasicProcedureID object for the fully qualified name.

Method Detail

getModelID

public ModelID getModelID()
Description copied from interface: ProcedureID
Return the modelID that this procedure is part of.

Specified by:
getModelID in interface ProcedureID
Returns:
ModelID is the model the procedure is contained in

getModelName

public java.lang.String getModelName()

setModelID

public void setModelID(ModelID modelID)


Copyright © 2009. All Rights Reserved.