org.tubo.configuration.def.baseimpl
Class BaseFlowDefImpl

java.lang.Object
  extended by org.tubo.configuration.def.baseimpl.BaseDefinitionImpl
      extended by org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
          extended by org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
              extended by org.tubo.configuration.def.baseimpl.BaseFlowDefImpl
All Implemented Interfaces:
ConfigurableItemDef, Definition, FlowDef, ReferenceableItemDef

public class BaseFlowDefImpl
extends BaseReferenceableItemDefImpl
implements FlowDef

Created: Jul 6, 2005 7:52:20 PM
Last Modification Date: $Date: 2006-11-08 11:52:38 -0300 (Wed, 08 Nov 2006) $

Version:
$Revision: 58 $
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseFlowDefImpl()
           
 
Method Summary
 void add(FlowConsumeFromDef def)
           
 java.util.List getConsumeFromList()
           
 FlowNodeList getFlowNodeList()
           
 void setConsumeFromList(java.util.List consumeFromList)
           
 void setFlowNodeList(FlowNodeList flowNodeList)
           
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
getId, setId
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
getProperties, getProperty, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tubo.configuration.def.ReferenceableItemDef
getId
 
Methods inherited from interface org.tubo.configuration.def.ConfigurableItemDef
getProperties, getProperty
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

BaseFlowDefImpl

public BaseFlowDefImpl()
Method Detail

getConsumeFromList

public java.util.List getConsumeFromList()
Specified by:
getConsumeFromList in interface FlowDef

setConsumeFromList

public void setConsumeFromList(java.util.List consumeFromList)

add

public void add(FlowConsumeFromDef def)

getFlowNodeList

public FlowNodeList getFlowNodeList()
Specified by:
getFlowNodeList in interface FlowDef

setFlowNodeList

public void setFlowNodeList(FlowNodeList flowNodeList)


Copyright © 2004-2007 Tubo. All Rights Reserved.