Class DeviceType
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
ru.bitel.oss.kernel.entity.common.bean.Entity
ru.bitel.oss.systems.inventory.resource.common.bean.DeviceType
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- Direct Known Subclasses:
InetDeviceType
,TvDeviceType
,VoiceDeviceType
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
static int
static int
static int
static int
Fields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
boolean
isSource()
void
setActiveConfigId
(int deviceTypeConfigId) void
setComment
(String comment) void
void
setDeviceEntitySpecId
(int deviceEntitySpecId) void
setDeviceManagerClass
(String deviceManagerClass) void
setManagmentType
(int managmentType) void
setProtocolHandlerClass
(String protocolHandlerClass) void
setSaHandlerClass
(String saHandlerClass) void
setServiceActivationType
(int serviceActivationType) void
setSource
(boolean source) Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityId
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecId
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Field Details
-
MGMT_TYPE_OTHER
public static int MGMT_TYPE_OTHER -
MGMT_TYPE_SNMP
public static int MGMT_TYPE_SNMP -
MGMT_TYPE_TELNET
public static int MGMT_TYPE_TELNET -
MGMT_TYPE_SSH
public static int MGMT_TYPE_SSH -
MGMT_TYPE_BGRADIUS
public static int MGMT_TYPE_BGRADIUS
-
-
Constructor Details
-
DeviceType
public DeviceType()
-
-
Method Details
-
getServiceActivationType
public int getServiceActivationType() -
getSaHandlerClass
-
setSaHandlerClass
-
getProtocolHandlerClass
-
setProtocolHandlerClass
-
getDeviceManagerClass
-
setDeviceManagerClass
-
setServiceActivationType
public void setServiceActivationType(int serviceActivationType) -
getManagmentType
public int getManagmentType() -
setManagmentType
public void setManagmentType(int managmentType) -
getActiveConfigId
public int getActiveConfigId() -
setActiveConfigId
public void setActiveConfigId(int deviceTypeConfigId) -
getDeviceEntitySpecId
public int getDeviceEntitySpecId() -
setDeviceEntitySpecId
public void setDeviceEntitySpecId(int deviceEntitySpecId) -
getConfig
-
setConfig
-
getComment
-
setComment
-
isSource
public boolean isSource() -
setSource
public void setSource(boolean source)
-