Class SaWsPropertyValue

java.lang.Object
com.saperion.ws.wrapper.SaWsPropertyValue

public class SaWsPropertyValue extends Object
This class wraps the SaPropertyValue class.
Author:
Daniel Manzke
  • 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

      public String getName()
      Returns the name of this property.
      Returns:
      Propertyname
    • setName

      public void setName(String proName)
      Sets the name of this property.
      Parameters:
      proName - Property name
    • getTablename

      public String getTablename()
      Returns the tablename for this property.
      Returns:
      Tablename
    • setTablename

      public void setTablename(String tabName)
      Sets the tablename for this property.
      Parameters:
      tabName - Table name
    • getValues

      public List<SaWsValue> getValues()
      Returns the value array of this property.
      Returns:
      Value array
    • setValues

      public void setValues(List<SaWsValue> vals)
      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