com.ptc.core.query.report.command.common
Class BasicReportQueryCommand

java.lang.Object
  extended by com.ptc.core.command.common.bean.AbstractCommand
      extended by com.ptc.core.command.common.bean.AbstractServerCommand
          extended by com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand
              extended by com.ptc.core.query.command.common.AbstractQueryCommand
                  extended by com.ptc.core.query.report.command.common.AbstractReportQueryCommand
                      extended by 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

Field Summary
 
Fields inherited from interface com.ptc.core.command.common.bean.repository.RepositoryCommand
PAGE_MODE, RESULT_CONTAINER, RESULT_SESSION, SORT
 
Fields inherited from interface com.ptc.core.command.common.bean.repository.PageRequest
COUNT, OFFSET
 
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.
 
Methods inherited from class com.ptc.core.query.report.command.common.AbstractReportQueryCommand
getArguments, getTableModel, isGenerateTypeInstances, setArguments, setGenerateTypeInstances
 
Methods inherited from class com.ptc.core.query.command.common.AbstractQueryCommand
getCriteriaAugmentor, setCriteriaAugmentor
 
Methods inherited from class com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand
getCount, getOffset, getResultContainer, getResultSession, setCount, setOffset, setSort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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