net.nan21.dnet.module.ad.workflow.ds.model
Class ActVariableDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractBaseDs<ActVariable>
          extended by net.nan21.dnet.module.ad.workflow.ds.model.ActVariableDs

public class ActVariableDs
extends net.nan21.dnet.core.presenter.model.base.AbstractBaseDs<ActVariable>


Field Summary
static String fDOUBLEVALUE
           
static String fEXECUTIONID
           
static String fLONGVALUE
           
static String fNAME
           
static String fPROCESSINSTANCEID
           
static String fTEXTVALUE
           
static String fTEXTVALUE2
           
static String fTYPE
           
 
Constructor Summary
ActVariableDs()
           
ActVariableDs(ActVariable e)
           
 
Method Summary
 Float getDoubleValue()
           
 String getExecutionId()
           
 Long getLongValue()
           
 String getName()
           
 String getProcessInstanceId()
           
 String getTextValue()
           
 String getTextValue2()
           
 String getType()
           
 void setDoubleValue(Float doubleValue)
           
 void setExecutionId(String executionId)
           
 void setLongValue(Long longValue)
           
 void setName(String name)
           
 void setProcessInstanceId(String processInstanceId)
           
 void setTextValue(String textValue)
           
 void setTextValue2(String textValue2)
           
 void setType(String type)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractDsModel
_asLong_, _getEntity_, _setEntity_, get__clientRecordId__, set__clientRecordId__
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fTYPE

public static final String fTYPE
See Also:
Constant Field Values

fNAME

public static final String fNAME
See Also:
Constant Field Values

fPROCESSINSTANCEID

public static final String fPROCESSINSTANCEID
See Also:
Constant Field Values

fEXECUTIONID

public static final String fEXECUTIONID
See Also:
Constant Field Values

fDOUBLEVALUE

public static final String fDOUBLEVALUE
See Also:
Constant Field Values

fLONGVALUE

public static final String fLONGVALUE
See Also:
Constant Field Values

fTEXTVALUE

public static final String fTEXTVALUE
See Also:
Constant Field Values

fTEXTVALUE2

public static final String fTEXTVALUE2
See Also:
Constant Field Values
Constructor Detail

ActVariableDs

public ActVariableDs()

ActVariableDs

public ActVariableDs(ActVariable e)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getName

public String getName()

setName

public void setName(String name)

getProcessInstanceId

public String getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(String processInstanceId)

getExecutionId

public String getExecutionId()

setExecutionId

public void setExecutionId(String executionId)

getDoubleValue

public Float getDoubleValue()

setDoubleValue

public void setDoubleValue(Float doubleValue)

getLongValue

public Long getLongValue()

setLongValue

public void setLongValue(Long longValue)

getTextValue

public String getTextValue()

setTextValue

public void setTextValue(String textValue)

getTextValue2

public String getTextValue2()

setTextValue2

public void setTextValue2(String textValue2)


Copyright © 2012. All Rights Reserved.