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
FieldsModifier and TypeFieldDescriptionstatic shortstatic shortstatic short - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()intintshortintintvoidsetAccountId(int accountId) voidsetContractId(int contractId) voidsetDeviceState(short deviceState) voidsetProductId(int productId) voidsetServiceSpecId(int typeId) voidsetServiceSpecTitle(String typeTitle) voidsetTimeFrom(Date timeFrom) voidtoString() 
- 
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
 
 -