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 int
getContractId()
java.lang.String
getHash()
java.lang.String
getKey()
Period
getPeriod()
void
setContractId(int contractId)
void
setHash(java.lang.String hash)
void
setKey(java.lang.String key)
void
setPeriod(Period period)
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
-
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)
-