Package pl.matsuo.core.model.report
Interface IPrintsReportParams
- All Superinterfaces:
IPeriodQueryRequestParams,IQueryRequestParams,IRequestParams,ISearchRequestParams
public interface IPrintsReportParams extends IPeriodQueryRequestParams
-
Method Summary
Modifier and Type Method Description LonggetIdPatient()LonggetIdPayer()PersongetPatient()AbstractPartygetPayer()ClassgetPrintClass()Methods inherited from interface pl.matsuo.core.params.IPeriodQueryRequestParams
getEndDate, getStartDateMethods inherited from interface pl.matsuo.core.params.IQueryRequestParams
getQueryMethods inherited from interface pl.matsuo.core.params.ISearchRequestParams
getLimit, getOffset
-
Method Details
-
getPrintClass
Class getPrintClass() -
getIdPatient
Long getIdPatient() -
getIdPayer
Long getIdPayer() -
getPatient
Person getPatient() -
getPayer
AbstractParty getPayer()
-