Class Device
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.omega.common.bean.Device
- All Implemented Interfaces:
java.io.Serializable,Idable
public class Device extends Id
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Device() -
Method Summary
Modifier and Type Method Description intgetContractId()java.lang.StringgetHash()java.lang.StringgetKey()PeriodgetPeriod()voidsetContractId(int contractId)voidsetHash(java.lang.String hash)voidsetKey(java.lang.String key)voidsetPeriod(Period period)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
-
Device
public Device()
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getKey
public java.lang.String getKey() -
setKey
public void setKey(java.lang.String key) -
getPeriod
-
setPeriod
-
getHash
public java.lang.String getHash() -
setHash
public void setHash(java.lang.String hash)
-