Package org.chenile.query.model
Class CannedReport
java.lang.Object
org.chenile.utils.entity.model.BaseEntity
org.chenile.query.model.CannedReport
- All Implemented Interfaces:
Serializable
,ChenileEntity
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private String
private String
private SearchRequest<?>
private static final long
private String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setApplicableToAll
(boolean applicableToAll) void
setCannedReportName
(String cannedReportName) void
setQueryName
(String queryName) void
setSearchRequest
(SearchRequest<?> searchRequest) void
Methods inherited from class org.chenile.utils.entity.model.BaseEntity
getCreatedBy, getCreatedTime, getId, getLastModifiedBy, getLastModifiedTime, getVersion, setCreatedBy, setCreatedTime, setId, setLastModifiedBy, setLastModifiedTime, setVersion, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
queryName
-
cannedReportName
-
searchRequest
-
userId
-
applicableToAll
private boolean applicableToAll
-
-
Constructor Details
-
CannedReport
public CannedReport()
-
-
Method Details
-
getCannedReportName
-
setCannedReportName
-
getSearchRequest
-
setSearchRequest
-
getUserId
-
setUserId
-
isApplicableToAll
public boolean isApplicableToAll() -
setApplicableToAll
public void setApplicableToAll(boolean applicableToAll) -
getQueryName
-
setQueryName
-