Class CustomerContract
java.lang.Object
ru.bitel.bgbilling.kernel.contract.api.common.bean.customer.CustomerContract
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic CustomerContract.Builderbuilder()longintgetTitle()voidsetAccount(long account) voidsetComment(String comment) voidsetContractId(int contractId) void 
- 
Constructor Details
- 
CustomerContract
public CustomerContract() 
 - 
 - 
Method Details
- 
getContractId
public int getContractId() - 
getTitle
 - 
getComment
 - 
getAccount
public long getAccount() - 
setContractId
public void setContractId(int contractId)  - 
setTitle
 - 
setComment
 - 
setAccount
public void setAccount(long account)  - 
builder
 
 -