public class SaWsValue extends Object
Constructor and Description |
---|
SaWsValue()
Creates a new instance of SaWsValue.
|
SaWsValue(com.saperion.intf.SaValue value)
Creates a new instance of SaWsValue and wraps the originial SaValue.
|
Modifier and Type | Method and Description |
---|---|
DataHandler |
getBinaryValue()
Returns the binary value, if set.
|
Date |
getDateValue()
Returns the date value, if set.
|
double |
getFloatValue()
Returns the float value, if set.
|
int |
getIntValue()
Returns the integer value, if set.
|
String |
getStringValue()
Returns the string value, if set.
|
int |
getValueType()
Returns the value type.
|
boolean |
isBoolValue()
Returns the boolean value, if set.
|
void |
setBinaryValue(DataHandler value)
Sets the binary value, if set.
|
void |
setBoolValue(boolean value)
Sets the boolean value, if set.
|
void |
setDateValue(Date value)
Sets the date value, if set.
|
void |
setFloatValue(double value)
Sets the float value, if set.
|
void |
setIntValue(int value)
Sets the integer value, if set.
|
void |
setStringValue(String value)
Sets the string value, if set.
|
void |
setValueType(int value)
Sets the value type.
|
public SaWsValue()
public SaWsValue(com.saperion.intf.SaValue value)
value
- which holds the information of the backend and which will be
extracted to this beanpublic Date getDateValue()
public void setDateValue(Date value)
value
- Date valuepublic boolean isBoolValue()
public void setBoolValue(boolean value)
value
- bool valuepublic int getIntValue()
public void setIntValue(int value)
value
- int valuepublic double getFloatValue()
public void setFloatValue(double value)
value
- double valuepublic String getStringValue()
public void setStringValue(String value)
value
- string valuepublic int getValueType()
public void setValueType(int value)
value
- int valuepublic DataHandler getBinaryValue()
public void setBinaryValue(DataHandler value)
value
- binary value as a DataHandlerCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.