public class ValueFieldsImpl extends Object implements ValueFields
Modifier and Type | Field and Description |
---|---|
protected byte[] |
byteArrayValue |
protected Double |
doubleValue |
protected Long |
longValue |
protected String |
text |
protected String |
text2 |
Constructor and Description |
---|
ValueFieldsImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
protected String text
protected String text2
protected Long longValue
protected Double doubleValue
protected byte[] byteArrayValue
public String getTextValue()
getTextValue
in interface ValueFields
public void setTextValue(String textValue)
setTextValue
in interface ValueFields
public String getTextValue2()
getTextValue2
in interface ValueFields
public void setTextValue2(String textValue2)
setTextValue2
in interface ValueFields
public Long getLongValue()
getLongValue
in interface ValueFields
public void setLongValue(Long longValue)
setLongValue
in interface ValueFields
public Double getDoubleValue()
getDoubleValue
in interface ValueFields
public void setDoubleValue(Double doubleValue)
setDoubleValue
in interface ValueFields
public byte[] getByteArrayValue()
getByteArrayValue
in interface ValueFields
public void setByteArrayValue(byte[] bytes)
setByteArrayValue
in interface ValueFields
Copyright © 2022. All rights reserved.