Class ContractPayment
java.lang.Object
org.bgerp.model.base.Id
ru.bgcrm.plugin.bgbilling.proto.model.balance.ContractPayment
- All Implemented Interfaces:
 Serializable,Id<Integer>
- Direct Known Subclasses:
 ContractCharge
- See Also:
 
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetDate()getSum()getType()intgetUser()intbooleanvoidsetComment(String comment) voidsetContract(String contract) voidsetContractId(int contractId) voidvoidsetEditable(boolean editable) voidsetLastChangeTime(Date lastChangeTime) voidsetSum(BigDecimal sum) voidvoidsetTypeId(int typeId) voidvoidsetUserId(int userId)  
- 
Constructor Details
- 
ContractPayment
public ContractPayment() 
 - 
 - 
Method Details
- 
getDate
 - 
setDate
 - 
getSum
 - 
setSum
 - 
getComment
 - 
setComment
 - 
getLastChangeTime
 - 
setLastChangeTime
 - 
getUserId
public int getUserId() - 
setUserId
public void setUserId(int userId)  - 
getUser
 - 
setUser
 - 
getTypeId
public int getTypeId() - 
setTypeId
public void setTypeId(int typeId)  - 
getType
 - 
setType
 - 
getContractId
public int getContractId() - 
setContractId
public void setContractId(int contractId)  - 
getContract
 - 
setContract
 - 
isEditable
public boolean isEditable() - 
setEditable
public void setEditable(boolean editable)  
 -