net.sourceforge.fluxion.runcible.impl
Class DataClauseImpl

java.lang.Object
  extended by net.sourceforge.fluxion.runcible.impl.DataClauseImpl
All Implemented Interfaces:
DataClause

public class DataClauseImpl
extends java.lang.Object
implements DataClause

Javadocs go here.

Version:
1.0
Author:
Tony Burdett

Constructor Summary
DataClauseImpl()
           
 
Method Summary
 DataSelection getDataSelection()
           
 java.lang.String getVariableID()
           
 void setDataSelection(DataSelection from_range)
           
 void setVariableID(java.lang.String dataVariableID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataClauseImpl

public DataClauseImpl()
Method Detail

getVariableID

public java.lang.String getVariableID()
Specified by:
getVariableID in interface DataClause

setVariableID

public void setVariableID(java.lang.String dataVariableID)
Specified by:
setVariableID in interface DataClause

getDataSelection

public DataSelection getDataSelection()
Specified by:
getDataSelection in interface DataClause

setDataSelection

public void setDataSelection(DataSelection from_range)
Specified by:
setDataSelection in interface DataClause


Copyright © 2010. All Rights Reserved.