Class RSCMServiceDto
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.rscm.common.bean.RSCMServiceDto
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RSCMServiceDto.Builder
builder()
int
boolean
void
setInstallment
(boolean installment) void
setPaymentMode
(String paymentMode) void
setPayments
(int payments) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
RSCMServiceDto
public RSCMServiceDto()
-
-
Method Details
-
getPayments
public int getPayments() -
setPayments
public void setPayments(int payments) -
isInstallment
public boolean isInstallment() -
setInstallment
public void setInstallment(boolean installment) -
getPaymentMode
-
setPaymentMode
-
builder
-