Class RentsoftPayment
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdContractId
ru.bitel.bgbilling.modules.rentsoft.common.bean.RentsoftPayment
- All Implemented Interfaces:
Serializable,ContractIdable,Idable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()intintgetTxid()voidsetAmount(BigDecimal amount) voidsetComment(String comment) setContractId(int contractId) voidvoidsetProductId(int productId) voidsetStatus(int status) voidMethods inherited from class ru.bitel.common.model.IdContractId
getContractId
-
Field Details
-
STATUS_CHARGED
public static final int STATUS_CHARGED- See Also:
-
STATUS_UNCHARGED
public static final int STATUS_UNCHARGED- See Also:
-
-
Constructor Details
-
RentsoftPayment
public RentsoftPayment()
-
-
Method Details
-
setContractId
- Overrides:
setContractIdin classIdContractId
-
getTxid
-
setTxid
-
getDate
-
setDate
-
getComment
-
setComment
-
getAmount
-
setAmount
-
setStatus
public void setStatus(int status) -
getStatus
public int getStatus() -
setProductId
public void setProductId(int productId) -
getProductId
public int getProductId()
-