Package com.saperion.ngc.model.resultset
Class ResultProperty
java.lang.Object
com.saperion.ngc.model.resultset.ResultProperty
- All Implemented Interfaces:
- Serializable
Bean that holds information about a result property. Represents a cell in a result set.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionResultProperty(com.saperion.intf.SaPropertyValue value, com.saperion.ngc.iform.xml.EditFieldType fieldType) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptioncom.saperion.ngc.iform.xml.EditFieldTypecom.saperion.intf.SaPropertyValuegetValue()boolean
- 
Constructor Details- 
ResultPropertypublic ResultProperty(com.saperion.intf.SaPropertyValue value, com.saperion.ngc.iform.xml.EditFieldType fieldType) Constructor.- Parameters:
- value- property value
- fieldType- field type of property
 
 
- 
- 
Method Details- 
getValuepublic com.saperion.intf.SaPropertyValue getValue()- Returns:
- property value
 
- 
getDisplayName- Returns:
- property display name
 
- 
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
 
 
-