Class BasicReportQueryCommand

java.lang.Object
com.ptc.core.command.common.bean.AbstractCommand
All Implemented Interfaces:
PageRequest, RepositoryCommand, 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:
  • Method Details

    • 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