Package ca.phon.query.db.xml
Class XMLLazyQuery
java.lang.Object
ca.phon.query.db.xml.XMLQuery
ca.phon.query.db.xml.XMLLazyQuery
- All Implemented Interfaces:
Query
,JAXBWrapper<QueryType>
Similar to
XMLQuery
, except loading of result set data is lazy
(i.e., delayed as long as possible).-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the comments for this query.getDate()
Gets the date of creation of this query.Gets the script for this query.getTags()
Gets the tags for this query.getUUID()
Gets the UUID used to uniquely identify this query.boolean
Gets whether or not this query is starred.void
setComments
(String comments) Sets comments for this queryvoid
setDate
(LocalDateTime date) Sets the date of creation of this query.void
Sets the script for this query.void
setStarred
(boolean starred) Sets the starred status of this query.void
Sets the UUID used to uniquely identify this query.Methods inherited from class ca.phon.query.db.xml.XMLQuery
getName, getXMLObject, setName
-
Method Details
-
getUUID
Description copied from interface:Query
Gets the UUID used to uniquely identify this query. -
setUUID
Description copied from interface:Query
Sets the UUID used to uniquely identify this query. -
getDate
Description copied from interface:Query
Gets the date of creation of this query. -
setDate
Description copied from interface:Query
Sets the date of creation of this query. -
isStarred
public boolean isStarred()Description copied from interface:Query
Gets whether or not this query is starred. -
setStarred
public void setStarred(boolean starred) Description copied from interface:Query
Sets the starred status of this query.- Specified by:
setStarred
in interfaceQuery
- Overrides:
setStarred
in classXMLQuery
- Parameters:
starred
- the starred state for this query
-
getScript
Description copied from interface:Query
Gets the script for this query. -
setScript
Description copied from interface:Query
Sets the script for this query. -
getTags
Description copied from interface:Query
Gets the tags for this query. -
getComments
Description copied from interface:Query
Gets the comments for this query.- Specified by:
getComments
in interfaceQuery
- Overrides:
getComments
in classXMLQuery
- Returns:
- the list of comments
-
setComments
Description copied from interface:Query
Sets comments for this query- Specified by:
setComments
in interfaceQuery
- Overrides:
setComments
in classXMLQuery
-