Class ContractTariffGroup
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.kernel.contract.api.common.bean.ContractTariffGroup
- All Implemented Interfaces:
java.io.Serializable
,Idable
public class ContractTariffGroup extends Id
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ContractTariffGroup()
-
Method Summary
Modifier and Type Method Description int
getContractId()
int
getTariffGroupId()
void
setContractId(int contractId)
void
setTariffGroupId(int tariffGroupId)
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ContractTariffGroup
public ContractTariffGroup()
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getTariffGroupId
public int getTariffGroupId() -
setTariffGroupId
public void setTariffGroupId(int tariffGroupId)
-