Class Service
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.oss.systems.inventory.service.common.bean.Service
- All Implemented Interfaces:
Serializable
,Cloneable
,Idable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic short
static short
static short
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
short
int
int
void
setAccountId
(int accountId) void
setContractId
(int contractId) void
setDeviceState
(short deviceState) void
setProductId
(int productId) void
setServiceSpecId
(int typeId) void
setServiceSpecTitle
(String typeTitle) void
setTimeFrom
(Date timeFrom) void
toString()
-
Field Details
-
STATE_REMOVED
public static short STATE_REMOVED -
STATE_DISABLED
public static short STATE_DISABLED -
STATE_ENABLED
public static short STATE_ENABLED
-
-
Constructor Details
-
Service
public Service()
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getAccountId
public int getAccountId() -
setAccountId
public void setAccountId(int accountId) -
getProductId
public int getProductId() -
setProductId
public void setProductId(int productId) -
getServiceSpecId
public int getServiceSpecId() -
setServiceSpecId
public void setServiceSpecId(int typeId) -
getServiceSpecTitle
-
setServiceSpecTitle
-
getTimeFrom
-
setTimeFrom
-
getTimeTo
-
setTimeTo
-
getDeviceState
public short getDeviceState() -
setDeviceState
public void setDeviceState(short deviceState) -
toString
-
clone
-