Class ContractService
java.lang.Object
org.bgerp.model.base.Id
ru.bgcrm.plugin.bgbilling.proto.model.ContractService
- All Implemented Interfaces:
 Serializable,Id<Integer>,PeriodSet
- See Also:
 
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetComment(String comment) voidsetContractId(int contractId) voidsetDateFrom(Date dateFrom) voidvoidsetServiceId(int serviceId) voidsetServiceTitle(String serviceTitle)  
- 
Constructor Details
- 
ContractService
public ContractService() 
 - 
 - 
Method Details
- 
getContractId
public int getContractId() - 
setContractId
public void setContractId(int contractId)  - 
getServiceId
public int getServiceId() - 
setServiceId
public void setServiceId(int serviceId)  - 
getServiceTitle
 - 
setServiceTitle
 - 
getDateFrom
 - 
setDateFrom
- Specified by:
 setDateFromin interfacePeriodSet
 - 
getDateTo
 - 
setDateTo
 - 
getComment
 - 
setComment
 
 -