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
FieldsModifier and TypeFieldDescriptionprivate booleanprivate Stringprivate Stringprivate SearchRequest<?>private static final longprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetApplicableToAll(boolean applicableToAll) voidsetCannedReportName(String cannedReportName) voidsetQueryName(String queryName) voidsetSearchRequest(SearchRequest<?> searchRequest) voidMethods 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
-