Class ContractSearchParam
java.lang.Object
ru.bitel.bgbilling.kernel.contract.api.common.bean.ContractSearchParam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getPage()
boolean
boolean
boolean
boolean
setContractComment
(String contractComment) setContractId
(int contractId) setContractLabelsIds
(Set<Integer> contractLabelsIds) setContractTitle
(String contractTitle) setEntityFilter
(List<FilterEntityAttr> entityFilter) setFaceType
(int faceType) setInAllLabels
(boolean inAllLabels) setShowClosed
(boolean showClosed) setShowHidden
(boolean showHidden) setShowSubContracts
(boolean showSubContracts)
-
Constructor Details
-
ContractSearchParam
public ContractSearchParam()
-
-
Method Details
-
getContractId
public int getContractId() -
getContractTitle
-
getContractComment
-
getFaceType
public int getFaceType() -
getContractLabelsIds
-
getEntityFilter
-
isShowSubContracts
public boolean isShowSubContracts() -
isShowClosed
public boolean isShowClosed() -
isShowHidden
public boolean isShowHidden() -
isInAllLabels
public boolean isInAllLabels() -
getPage
-
setContractId
-
setContractTitle
-
setContractComment
-
setFaceType
-
setContractLabelsIds
-
setEntityFilter
-
setShowSubContracts
-
setShowClosed
-
setShowHidden
-
setInAllLabels
-
setPage
-