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 Summary
ConstructorsConstructorDescriptionResultProperty
(com.saperion.intf.SaPropertyValue value, com.saperion.ngc.iform.xml.EditFieldType fieldType) Constructor. -
Method Summary
Modifier and TypeMethodDescriptioncom.saperion.ngc.iform.xml.EditFieldType
com.saperion.intf.SaPropertyValue
getValue()
boolean
-
Constructor Details
-
ResultProperty
public ResultProperty(com.saperion.intf.SaPropertyValue value, com.saperion.ngc.iform.xml.EditFieldType fieldType) Constructor.- Parameters:
value
- property valuefieldType
- field type of property
-
-
Method Details
-
getValue
public com.saperion.intf.SaPropertyValue getValue()- Returns:
- property value
-
getDisplayName
- Returns:
- property display name
-
getDatabaseFieldName
- Returns:
- property database name
-
getFieldType
public com.saperion.ngc.iform.xml.EditFieldType getFieldType()- Returns:
- field type of this property
-
isMultiValue
public boolean isMultiValue()- Returns:
- Is multivalue
-