@Entity public class Query extends Object implements Serializable
Constructor and Description |
---|
Query() |
Query(User author,
String name,
Date creationDate,
QueryRule queryRule,
QueryRule pathDataQueryRule,
List<String> selects,
List<String> orderByList,
List<String> groupedByList,
List<QueryContext> contexts) |
Modifier and Type | Method and Description |
---|---|
User |
getAuthor() |
List<QueryContext> |
getContexts() |
Date |
getCreationDate() |
List<String> |
getGroupedByList() |
int |
getId() |
String |
getName() |
List<String> |
getOrderByList() |
QueryRule |
getPathDataQueryRule() |
QueryRule |
getQueryRule() |
List<String> |
getSelects() |
boolean |
hasContext() |
void |
setAuthor(User author) |
void |
setContexts(List<QueryContext> contexts) |
void |
setCreationDate(Date creationDate) |
void |
setGroupedByList(List<String> groupedByList) |
void |
setId(int id) |
void |
setName(String name) |
void |
setOrderByList(List<String> orderByList) |
void |
setPathDataQueryRule(QueryRule pathDataQueryRule) |
void |
setQueryRule(QueryRule queryRule) |
void |
setRules(QueryRule queryRule) |
void |
setSelects(List<String> selects) |
public int getId()
public void setId(int id)
public User getAuthor()
public void setAuthor(User author)
public String getName()
public void setName(String name)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public void setQueryRule(QueryRule queryRule)
public QueryRule getQueryRule()
public QueryRule getPathDataQueryRule()
public void setPathDataQueryRule(QueryRule pathDataQueryRule)
public void setRules(QueryRule queryRule)
public List<QueryContext> getContexts()
public void setContexts(List<QueryContext> contexts)
public boolean hasContext()
Copyright © 2017 DocDoku. All rights reserved.