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 intgetContractId()intgetTariffGroupId()voidsetContractId(int contractId)voidsetTariffGroupId(int tariffGroupId)Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toStringMethods 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)
-