Class ContractTariff
java.lang.Object
bitel.billing.server.contract.bean.ContractTariff
- All Implemented Interfaces:
Serializable
Deprecated.
Объект сопоставляет договору тарифный план на определенный период.
Соответствует записи из таблицы contract_tariff.
Содержит следующие поля, устанавливаемые и получаемые с помощью
get/set функций:
private int ID - код записи в таблице
private int contractID - код договора
private int tariffPlanID - код тарифного плана
private Calendar date1 - начало периода действия
private Calendar date2 - окончание
private String comment = "" - комментарий
...
private int replacedFromTariff - если запись получена через смену тарифа с
кого-то другого, то здесь сохраняется id предыдущей записи (чтобы можно было
откатить, например)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContractTariff
fromNew
(ContractTariff contractTariff) Deprecated.Deprecated.int
Deprecated.getDate1()
Deprecated.getDate2()
Deprecated.int
Deprecated.int
Deprecated.int
getId()
Deprecated.int
getPos()
Deprecated.int
Deprecated.int
Deprecated.void
setComment
(String comment) Deprecated.void
setContractId
(int contractId) Deprecated.void
Deprecated.void
Deprecated.void
setEntityId
(int entityId) Deprecated.void
setEntityMid
(int entityMid) Deprecated.void
setId
(int id) Deprecated.void
setPos
(int pos) Deprecated.void
setReplacedFromContractTariffId
(int replacedFromContractTariffId) Deprecated.void
setTariffPlanId
(int tariffPlanId) Deprecated.static ContractTariff
toNew
(ContractTariff contractTariff) Deprecated.
-
Constructor Details
-
ContractTariff
public ContractTariff()Deprecated.
-
-
Method Details
-
getEntityMid
public int getEntityMid()Deprecated. -
setEntityMid
public void setEntityMid(int entityMid) Deprecated. -
getEntityId
public int getEntityId()Deprecated. -
setEntityId
public void setEntityId(int entityId) Deprecated. -
getPos
public int getPos()Deprecated. -
setPos
public void setPos(int pos) Deprecated. -
getContractId
public int getContractId()Deprecated. -
setContractId
public void setContractId(int contractId) Deprecated. -
setTariffPlanId
public void setTariffPlanId(int tariffPlanId) Deprecated. -
setDate2
Deprecated. -
setDate1
Deprecated. -
setComment
Deprecated. -
setId
public void setId(int id) Deprecated. -
getDate1
Deprecated. -
getDate2
Deprecated. -
getTariffPlanId
public int getTariffPlanId()Deprecated. -
getComment
Deprecated. -
getId
public int getId()Deprecated. -
getReplacedFromContractTariffId
public int getReplacedFromContractTariffId()Deprecated. -
setReplacedFromContractTariffId
public void setReplacedFromContractTariffId(int replacedFromContractTariffId) Deprecated. -
toNew
Deprecated. -
fromNew
Deprecated.
-
ContractTariffDao
andContractTariff