org.smartcomps.twister.engine.priv.core.definition.impl
Class LinkImpl

java.lang.Object
  |
  +--org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
All Implemented Interfaces:
Link

public class LinkImpl
extends java.lang.Object
implements Link

Persistent implementation of the Link interface.

See Also:
org.smartcomps.twister.engine.priv.core.Link

Constructor Summary
LinkImpl()
           
 
Method Summary
 java.lang.Long getId()
           
 org.smartcomps.twister.engine.priv.core.definition.Activity getSource()
           
 org.smartcomps.twister.engine.priv.core.definition.Activity getTarget()
           
 java.lang.String getTransitionCondition()
           
 void setId(java.lang.Long id)
           
 void setSource(org.smartcomps.twister.engine.priv.core.definition.Activity source)
           
 void setTarget(org.smartcomps.twister.engine.priv.core.definition.Activity target)
           
 void setTransitionCondition(java.lang.String transitionCondition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkImpl

public LinkImpl()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getSource

public org.smartcomps.twister.engine.priv.core.definition.Activity getSource()
Specified by:
getSource in interface Link

setSource

public void setSource(org.smartcomps.twister.engine.priv.core.definition.Activity source)
Specified by:
setSource in interface Link

getTarget

public org.smartcomps.twister.engine.priv.core.definition.Activity getTarget()
Specified by:
getTarget in interface Link

setTarget

public void setTarget(org.smartcomps.twister.engine.priv.core.definition.Activity target)
Specified by:
setTarget in interface Link

getTransitionCondition

public java.lang.String getTransitionCondition()
Specified by:
getTransitionCondition in interface Link

setTransitionCondition

public void setTransitionCondition(java.lang.String transitionCondition)
Specified by:
setTransitionCondition in interface Link


Copyright © 2003 SmartComps. All Rights Reserved.