com.ptc.core.query.report.command.common
Class BasicReportQueryCommand
java.lang.Object
com.ptc.core.command.common.bean.AbstractCommand
com.ptc.core.command.common.bean.AbstractServerCommand
com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand
com.ptc.core.query.command.common.AbstractQueryCommand
com.ptc.core.query.report.command.common.AbstractReportQueryCommand
com.ptc.core.query.report.command.common.BasicReportQueryCommand
- All Implemented Interfaces:
- PageRequest, RepositoryCommand, com.ptc.core.command.common.Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable
public class BasicReportQueryCommand
- extends AbstractReportQueryCommand
- implements Externalizable
This class provies a query report implementation based on a QML source
attribute.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
String |
getQml()
Gets the value of the attribute: qml; String representation of the
QML. |
void |
setQml(String a_Qml)
Sets the value of the attribute: qml; String representation of the
QML. |
getQml
public String getQml()
- Gets the value of the attribute: qml; String representation of the
QML.
Supported API: true
- Returns:
- String
setQml
public void setQml(String a_Qml)
throws WTPropertyVetoException
- Sets the value of the attribute: qml; String representation of the
QML.
Supported API: true
- Parameters:
a_Qml -
- Throws:
WTPropertyVetoException