Package com.saperion.ngc.model.resultset
Class ResultProperty
- java.lang.Object
- 
- com.saperion.ngc.model.resultset.ResultProperty
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ResultProperty extends java.lang.Object implements java.io.SerializableBean that holds information about a result property. Represents a cell in a result set.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ResultProperty(com.saperion.intf.SaPropertyValue value, com.saperion.ngc.iform.xml.EditFieldType fieldType)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDatabaseFieldName()java.lang.StringgetDisplayName()com.saperion.ngc.iform.xml.EditFieldTypegetFieldType()com.saperion.intf.SaPropertyValuegetValue()booleanisMultiValue()
 
- 
- 
- 
Method Detail- 
getValuepublic com.saperion.intf.SaPropertyValue getValue() - Returns:
- property value
 
 - 
getDisplayNamepublic java.lang.String getDisplayName() - Returns:
- property display name
 
 - 
getDatabaseFieldNamepublic java.lang.String getDatabaseFieldName() - Returns:
- property database name
 
 - 
getFieldTypepublic com.saperion.ngc.iform.xml.EditFieldType getFieldType() - Returns:
- field type of this property
 
 - 
isMultiValuepublic boolean isMultiValue() - Returns:
- Is multivalue
 
 
- 
 
-