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
- All Implemented Interfaces:
Serializable
,Cloneable
,Idable
- Direct Known Subclasses:
Payment
Платёж договора.
Для получения типа(PaymentType) использовать справочник типов, там содержится(покрайней мери пока) название и значение редактируемости.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
Payment
public Payment() -
Payment
public Payment(int id, int userId, int contractId, int typeId, Date date, String comment, BigDecimal sum, Date timeChange)
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
toString
- Overrides:
toString
in classAbstractBalanceBean
-