Package com.saperion.ws.wrapper
Class SaWsPropertyValue
java.lang.Object
com.saperion.ws.wrapper.SaWsPropertyValue
This class wraps the SaPropertyValue class.
- Author:
- Daniel Manzke
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of SaPropertyValueWrapper.SaWsPropertyValue
(com.saperion.intf.SaPropertyValue result) Creates a new instance of SaPropertyValueWrapper and wraps the original. -
Method Summary
Modifier and TypeMethodDescriptionint
Reads the fieldtype.getName()
Returns the name of this property.Returns the tablename for this property.Returns the value array of this property.void
setFieldType
(int fType) Sets the fieldtype.void
Sets the name of this property.void
setTablename
(String tabName) Sets the tablename for this property.void
Sets the value array of this property.
-
Constructor Details
-
SaWsPropertyValue
public SaWsPropertyValue()Creates a new instance of SaPropertyValueWrapper. -
SaWsPropertyValue
public SaWsPropertyValue(com.saperion.intf.SaPropertyValue result) Creates a new instance of SaPropertyValueWrapper and wraps the original.- Parameters:
result
- Property value
-
-
Method Details
-
getName
Returns the name of this property.- Returns:
- Propertyname
-
setName
Sets the name of this property.- Parameters:
proName
- Property name
-
getTablename
Returns the tablename for this property.- Returns:
- Tablename
-
setTablename
Sets the tablename for this property.- Parameters:
tabName
- Table name
-
getValues
Returns the value array of this property.- Returns:
- Value array
-
setValues
Sets the value array of this property.- Parameters:
vals
- Values
-
getFieldType
public int getFieldType()Reads the fieldtype.- Returns:
- Fieldtype as int
-
setFieldType
public void setFieldType(int fType) Sets the fieldtype.- Parameters:
fType
- Field type
-