org.camunda.bpm.engine.impl.variable.serializer
Class ValueFieldsImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
All Implemented Interfaces:
ValueFields

public class ValueFieldsImpl
extends Object
implements ValueFields

Author:
Thorben Lindhauer

Field Summary
protected  byte[] byteArrayValue
           
protected  Double doubleValue
           
protected  Long longValue
           
protected  String text
           
protected  String text2
           
 
Constructor Summary
ValueFieldsImpl()
           
 
Method Summary
 byte[] getByteArrayValue()
           
 Double getDoubleValue()
           
 Long getLongValue()
           
 String getName()
           
 String getTextValue()
           
 String getTextValue2()
           
 void setByteArrayValue(byte[] bytes)
           
 void setDoubleValue(Double doubleValue)
           
 void setLongValue(Long longValue)
           
 void setTextValue(String textValue)
           
 void setTextValue2(String textValue2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected String text

text2

protected String text2

longValue

protected Long longValue

doubleValue

protected Double doubleValue

byteArrayValue

protected byte[] byteArrayValue
Constructor Detail

ValueFieldsImpl

public ValueFieldsImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface ValueFields

getTextValue

public String getTextValue()
Specified by:
getTextValue in interface ValueFields

setTextValue

public void setTextValue(String textValue)
Specified by:
setTextValue in interface ValueFields

getTextValue2

public String getTextValue2()
Specified by:
getTextValue2 in interface ValueFields

setTextValue2

public void setTextValue2(String textValue2)
Specified by:
setTextValue2 in interface ValueFields

getLongValue

public Long getLongValue()
Specified by:
getLongValue in interface ValueFields

setLongValue

public void setLongValue(Long longValue)
Specified by:
setLongValue in interface ValueFields

getDoubleValue

public Double getDoubleValue()
Specified by:
getDoubleValue in interface ValueFields

setDoubleValue

public void setDoubleValue(Double doubleValue)
Specified by:
setDoubleValue in interface ValueFields

getByteArrayValue

public byte[] getByteArrayValue()
Specified by:
getByteArrayValue in interface ValueFields

setByteArrayValue

public void setByteArrayValue(byte[] bytes)
Specified by:
setByteArrayValue in interface ValueFields


Copyright © 2015 camunda services GmbH. All rights reserved.