Class ContractTariff
java.lang.Object
org.bgerp.model.base.Id
ru.bgcrm.plugin.bgbilling.proto.model.tariff.ContractTariff
- All Implemented Interfaces:
Serializable
,Id<Integer>
,PeriodSet
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getTitle()
void
setComment
(String comment) void
setContractId
(int contractId) void
setDateFrom
(Date dateFrom) void
void
void
setPosition
(int position) void
setTariffPlanId
(int tpid) void
-
Constructor Details
-
ContractTariff
public ContractTariff()
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getDateFrom
-
setDateFrom
- Specified by:
setDateFrom
in interfacePeriodSet
-
getDateTo
-
setDateTo
-
getPeriod
-
setPeriod
-
getTitle
-
setTitle
-
getComment
-
setComment
-
getPosition
public int getPosition() -
setPosition
public void setPosition(int position) -
getTariffPlanId
public int getTariffPlanId() -
setTariffPlanId
public void setTariffPlanId(int tpid)
-