This abstract class represents all queries. The view for each query is constructed by a metamodel which checks all classes for getter/setter methods annotated with the SetProperty and GetProperty annotations. For each getter/setter pair there is one text field displayed. All parameters and return values of the annotated methods have to be strings. These methods may throw a SetDataException if the setter parameter received from the text field is wrongly formatted. The error message of the exception will be displayed to the user. For an exmaple see Consultations.
@author michael waelti
@see SetProperty
@see GetProperty
@see Consultations
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.