Package ru.bitel.bgbilling.common.bean
Class SearchParam
java.lang.Object
ru.bitel.bgbilling.common.bean.SearchParam
- All Implemented Interfaces:
ContractIdable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchParam.Builder
builder()
int
Возвращает id договораgetPage()
String[]
getSort()
getType()
void
setAutopayment
(Boolean autopayment) void
setContractId
(int contractId) void
setContractTitle
(String contractTitle) void
void
setPeriod
(PeriodWithTime period) void
void
void
-
Constructor Details
-
SearchParam
public SearchParam()
-
-
Method Details
-
getContractId
public int getContractId()Description copied from interface:ContractIdable
Возвращает id договора- Specified by:
getContractId
in interfaceContractIdable
- Returns:
-
getContractTitle
-
getStatus
-
getType
-
getAutopayment
-
getPeriod
-
getSort
-
getPage
-
setContractId
public void setContractId(int contractId) -
setContractTitle
-
setStatus
-
setType
-
setAutopayment
-
setPeriod
-
setSort
-
setPage
-
builder
-