org.camunda.bpm.engine.impl.variable.serializer
Class ValueFieldsImpl
java.lang.Object
org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
- All Implemented Interfaces:
- ValueFields
public class ValueFieldsImpl
- extends Object
- implements ValueFields
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
protected String text
text2
protected String text2
longValue
protected Long longValue
doubleValue
protected Double doubleValue
byteArrayValue
protected byte[] byteArrayValue
ValueFieldsImpl
public ValueFieldsImpl()
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.