java.lang.Object
de.seggebaeing.sqlanalyzer.logic.bdo.BusinessDomainObject
de.seggebaeing.sqlanalyzer.logic.bdo.SampleQuery
All Implemented Interfaces:
SQLQueryWrapper

public class SampleQuery extends BusinessDomainObject implements SQLQueryWrapper
Business domain object (BDO) representing a sample SQL query and its metadata.

Exposes observable JavaFX properties for name, description, reference SQL, prompt context, and SampleQuery.Complexity. Versioning is inherited from BusinessDomainObject and is refreshed when observed properties change (after BusinessDomainObject.registerProperties(javafx.beans.property.Property[]) is called). Implements SQLQueryWrapper.

Since:
1.0
Author:
Felix Seggebäing