| |
|
| java.lang.Object org.openharmonise.him.editors.report.rqom.Metadata
Metadata | public class Metadata (Code) | | Metadata object for report query object model.
author: Matthew Large version: $Revision: 1.1 $ |
Metadata | public Metadata(String sPath, ReportQuery reportQuery)(Code) | | Constructs a new metadata object.
Parameters: sPath - Property path |
getOperator | public String getOperator()(Code) | | Returns the m_sOperator. |
getPath | public String getPath()(Code) | | Returns the property path.
Property path |
getValue | public String getValue()(Code) | | Returns the value.
Value |
isSystemProperty | public boolean isSystemProperty()(Code) | | |
setOperator | public void setOperator(String operator)(Code) | | Parameters: operator - The m_sOperator to set. |
setPath | public void setPath(String sPath)(Code) | | Sets the property path.
Parameters: sPath - Property path |
setValue | public void setValue(String sValue)(Code) | | Sets the value.
Parameters: sValue - Value |
|
|
|