salto.batch.linker
Class AndLinker

java.lang.Object
  extended by AbstractLinker
      extended by salto.batch.linker.AndLinker

public class AndLinker
extends AbstractLinker

Class that links 2 batches by an AND link:

Author:
Etienne Loiez, Philippe Mouawad

Constructor Summary
AndLinker()
          Constructeur pour configuration
AndLinker(java.lang.String theName)
           
 
Method Summary
 java.lang.Object clone()
           
 ParentChildLinkingStrategyEnum getParentChildLinkingStrategy()
           
 void setParentChildLinkingStrategy(ParentChildLinkingStrategyEnum theParentChildLinkingStrategyEnum)
           
 void setup()
           
protected  void wasModified()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndLinker

public AndLinker()
Constructeur pour configuration


AndLinker

public AndLinker(java.lang.String theName)
Parameters:
theName - Nom du linker
Method Detail

setup

public final void setup()
See Also:
salto.batch.linker.AbstractLinker#setup()

wasModified

protected final void wasModified()
See Also:
salto.batch.linker.AbstractLinker#wasModified()

getParentChildLinkingStrategy

public ParentChildLinkingStrategyEnum getParentChildLinkingStrategy()
See Also:
salto.batch.linker.AbstractLinker#getParentChildLinkingStrategy()

setParentChildLinkingStrategy

public void setParentChildLinkingStrategy(ParentChildLinkingStrategyEnum theParentChildLinkingStrategyEnum)
See Also:
salto.batch.linker.AbstractLinker#setParentChildLinkingStrategy(salto.batch.linker.ParentChildLinkingStrategyEnum)

clone

public java.lang.Object clone()
See Also:
salto.batch.linker.AbstractLinker#clone()


Copyright © 2005-2008 Ubik-Ingenierie. All Rights Reserved.