Class Payment
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.kernel.contract.balance.common.bean.AbstractBalanceBean
ru.bitel.bgbilling.kernel.contract.balance.common.bean.Payment
bitel.billing.server.contract.bean.Payment
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,Idable
@Deprecated public class Payment extends Payment
Deprecated.
Платеж договора, старый. Был перенесен в common. Использовать новый
Payment
Оставлен для обратной совместимости.- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Payment()
Deprecated. -
Method Summary
Methods inherited from class ru.bitel.bgbilling.kernel.contract.balance.common.bean.Payment
clone, setPaymentDate, toString
Methods inherited from class ru.bitel.bgbilling.kernel.contract.balance.common.bean.AbstractBalanceBean
getComment, getContractId, getDate, getSum, getSumma, getTimeChange, getTypeId, getUserId, setComment, setContractId, setDate, setSum, setSumma, setTimeChange, setTypeId, setUserId
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Payment
public Payment()Deprecated.
-