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,org.chenile.utils.entity.model.ChenileEntity
public class CannedReport
extends org.chenile.utils.entity.model.BaseEntity
- See Also:
-
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
-
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
-