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
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setComment
(String comment) void
setContractId
(int contractId) void
setDateFrom
(Date dateFrom) void
void
setServiceId
(int serviceId) void
setServiceTitle
(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:
setDateFrom
in interfacePeriodSet
-
getDateTo
-
setDateTo
-
getComment
-
setComment
-