Class DevicePortSubscription
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.oss.systems.inventory.resource.common.bean.DevicePortSubscription
- All Implemented Interfaces:
java.io.Serializable
,Idable
public class DevicePortSubscription extends Id
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DevicePortSubscription()
-
Method Summary
Modifier and Type Method Description java.util.Date
getDateFrom()
java.util.Date
getDateTo()
int
getDeviceId()
int
getPortId()
int
getSubscriberId()
java.lang.String
getSubscriberTitle()
void
setDateFrom(java.util.Date dateFrom)
void
setDateTo(java.util.Date dateTo)
void
setDeviceId(int deviceId)
void
setPortId(int portId)
void
setSubscriberId(int subscriberId)
void
setSubscriberTitle(java.lang.String subscriberTitle)
Methods inherited from class ru.bitel.common.model.Id
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
-
DevicePortSubscription
public DevicePortSubscription()
-
-
Method Details
-
getDeviceId
public int getDeviceId() -
setDeviceId
public void setDeviceId(int deviceId) -
getPortId
public int getPortId() -
setPortId
public void setPortId(int portId) -
getDateFrom
public java.util.Date getDateFrom() -
setDateFrom
public void setDateFrom(java.util.Date dateFrom) -
getDateTo
public java.util.Date getDateTo() -
setDateTo
public void setDateTo(java.util.Date dateTo) -
getSubscriberId
public int getSubscriberId() -
setSubscriberId
public void setSubscriberId(int subscriberId) -
getSubscriberTitle
public java.lang.String getSubscriberTitle() -
setSubscriberTitle
public void setSubscriberTitle(java.lang.String subscriberTitle)
-