Class ContractTariff
java.lang.Object
org.bgerp.model.base.Id
ru.bgcrm.plugin.bgbilling.proto.model.tariff.ContractTariff
- All Implemented Interfaces:
- Serializable,- Id<Integer>,- PeriodSet
- See Also:
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintintgetTitle()voidsetComment(String comment) voidsetContractId(int contractId) voidsetDateFrom(Date dateFrom) voidvoidvoidsetPosition(int position) voidsetTariffPlanId(int tpid) void
- 
Constructor Details- 
ContractTariffpublic ContractTariff()
 
- 
- 
Method Details- 
getContractIdpublic int getContractId()
- 
setContractIdpublic void setContractId(int contractId) 
- 
getDateFrom
- 
setDateFrom- Specified by:
- setDateFromin interface- PeriodSet
 
- 
getDateTo
- 
setDateTo
- 
getPeriod
- 
setPeriod
- 
getTitle
- 
setTitle
- 
getComment
- 
setComment
- 
getPositionpublic int getPosition()
- 
setPositionpublic void setPosition(int position) 
- 
getTariffPlanIdpublic int getTariffPlanId()
- 
setTariffPlanIdpublic void setTariffPlanId(int tpid) 
 
-