public class SaWsPropertyValue extends Object
Constructor and Description |
---|
SaWsPropertyValue()
Creates a new instance of SaPropertyValueWrapper.
|
SaWsPropertyValue(com.saperion.intf.SaPropertyValue result)
Creates a new instance of SaPropertyValueWrapper and wraps the original.
|
Modifier and Type | Method and Description |
---|---|
int |
getFieldType()
Reads the fieldtype.
|
String |
getName()
Returns the name of this property.
|
String |
getTablename()
Returns the tablename for this property.
|
List<SaWsValue> |
getValues()
Returns the value array of this property.
|
void |
setFieldType(int fType)
Sets the fieldtype.
|
void |
setName(String proName)
Sets the name of this property.
|
void |
setTablename(String tabName)
Sets the tablename for this property.
|
void |
setValues(List<SaWsValue> vals)
Sets the value array of this property.
|
public SaWsPropertyValue()
public SaWsPropertyValue(com.saperion.intf.SaPropertyValue result)
result
- Property valuepublic String getName()
public void setName(String proName)
proName
- Property namepublic String getTablename()
public void setTablename(String tabName)
tabName
- Table namepublic List<SaWsValue> getValues()
public void setValues(List<SaWsValue> vals)
vals
- Valuespublic int getFieldType()
public void setFieldType(int fType)
fType
- Field typeCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.