Class XMLLazyQuery
java.lang.Object
ca.phon.query.db.xml.XMLQuery
ca.phon.query.db.xml.XMLLazyQuery
- All Implemented Interfaces:
Query,JAXBWrapper<QueryType>
-
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.booleanGets whether or not this query is starred.voidsetComments(String comments) Sets comments for this queryvoidsetDate(LocalDateTime date) Sets the date of creation of this query.voidSets the script for this query.voidsetStarred(boolean starred) Sets the starred status of this query.voidSets the UUID used to uniquely identify this query.Methods inherited from class ca.phon.query.db.xml.XMLQuery
getName, getXMLObject, setName
-
Method Details
-
getUUID
-
setUUID
-
getDate
-
setDate
-
isStarred
-
setStarred
public void setStarred(boolean starred) Description copied from interface:QuerySets the starred status of this query.- Specified by:
setStarredin interfaceQuery- Overrides:
setStarredin classXMLQuery- Parameters:
starred- the starred state for this query
-
getScript
-
setScript
-
getTags
-
getComments
Description copied from interface:QueryGets the comments for this query.- Specified by:
getCommentsin interfaceQuery- Overrides:
getCommentsin classXMLQuery- Returns:
- the list of comments
-
setComments
Description copied from interface:QuerySets comments for this query- Specified by:
setCommentsin interfaceQuery- Overrides:
setCommentsin classXMLQuery- Parameters:
comments-
-