wt.epm.retriever
Class MasterToIterationLWDependencyLink

java.lang.Object
  extended bywt.epm.retriever.LWDependencyLink
      extended bywt.epm.retriever.MasterToIterationLWDependencyLink

public class MasterToIterationLWDependencyLink
extends LWDependencyLink


Field Summary
(package private)  ObjectIdentifier iID
           
(package private)  ObjectIdentifier mID
           
 
Fields inherited from class wt.epm.retriever.LWDependencyLink
isRequired, linkCl, linkID
 
Constructor Summary
MasterToIterationLWDependencyLink(String linkClName, long linkId, String iClName, long iId, String mClName, long mId)
           
 
Method Summary
 ObjectIdentifier getIterationID()
           
 ObjectIdentifier getMasterID()
           
 
Methods inherited from class wt.epm.retriever.LWDependencyLink
equals, getLinkClass, getLinkID, isClassAssignableFromLinkClass, isRequired, setIsRequired, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mID

ObjectIdentifier mID

iID

ObjectIdentifier iID
Constructor Detail

MasterToIterationLWDependencyLink

public MasterToIterationLWDependencyLink(String linkClName,
                                         long linkId,
                                         String iClName,
                                         long iId,
                                         String mClName,
                                         long mId)
                                  throws WTException
Method Detail

getIterationID

public ObjectIdentifier getIterationID()

getMasterID

public ObjectIdentifier getMasterID()