ar.com.fdvs.dj.domain.entities
Class DJVariable

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.entities.DJVariable
All Implemented Interfaces:
Entity, java.io.Serializable

public class DJVariable
extends DJBaseElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
DJVariable()
           
DJVariable(java.lang.String name, java.lang.String className, DJCalculation calculation, CustomExpression expression)
           
 
Method Summary
 DJCalculation getCalculation()
           
 java.lang.String getClassName()
           
 CustomExpression getExpression()
           
 DJGroup getIncrementGroup()
           
 DJVariableIncrementType getIncrementType()
           
 CustomExpression getInitialValueExŕession()
           
 java.lang.String getName()
           
 DJGroup getResetGroup()
           
 DJVariableResetType getResetType()
           
 void setCalculation(DJCalculation calculation)
           
 void setClassName(java.lang.String className)
           
 void setExpression(CustomExpression expression)
           
 void setIncrementGroup(DJGroup incrementGroup)
           
 void setIncrementType(DJVariableIncrementType incrementType)
           
 void setInitialValueExŕession(CustomExpression initialValueExŕession)
           
 void setName(java.lang.String name)
           
 void setResetGroup(DJGroup resetGroup)
           
 void setResetType(DJVariableResetType resetType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DJVariable

public DJVariable()

DJVariable

public DJVariable(java.lang.String name,
                  java.lang.String className,
                  DJCalculation calculation,
                  CustomExpression expression)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)

getCalculation

public DJCalculation getCalculation()

setCalculation

public void setCalculation(DJCalculation calculation)

getExpression

public CustomExpression getExpression()

setExpression

public void setExpression(CustomExpression expression)

getInitialValueExŕession

public CustomExpression getInitialValueExŕession()

setInitialValueExŕession

public void setInitialValueExŕession(CustomExpression initialValueExŕession)

getResetGroup

public DJGroup getResetGroup()

setResetGroup

public void setResetGroup(DJGroup resetGroup)

setResetType

public void setResetType(DJVariableResetType resetType)

getResetType

public DJVariableResetType getResetType()

getIncrementGroup

public DJGroup getIncrementGroup()

setIncrementGroup

public void setIncrementGroup(DJGroup incrementGroup)

getIncrementType

public DJVariableIncrementType getIncrementType()

setIncrementType

public void setIncrementType(DJVariableIncrementType incrementType)


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.