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
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic intstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintbooleanisSource()setActiveConfigId(int deviceTypeConfigId) setComment(String comment) setDeviceEntitySpecId(int deviceEntitySpecId) setDeviceManagerClass(String deviceManagerClass) setManagmentType(int managmentType) setProtocolHandlerClass(String protocolHandlerClass) setSaHandlerClass(String saHandlerClass) setServiceActivationType(int serviceActivationType) setSource(boolean source) Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityIdMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecIdMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, setId, setTitle, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
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
-
getActiveConfigId
public int getActiveConfigId() -
getComment
-
getConfig
-
getDeviceEntitySpecId
public int getDeviceEntitySpecId() -
getDeviceManagerClass
-
getManagmentType
public int getManagmentType() -
getProtocolHandlerClass
-
getSaHandlerClass
-
getServiceActivationType
public int getServiceActivationType() -
isSource
public boolean isSource() -
setActiveConfigId
-
setComment
-
setConfig
-
setDeviceEntitySpecId
-
setDeviceManagerClass
-
setManagmentType
-
setProtocolHandlerClass
-
setSaHandlerClass
-
setServiceActivationType
-
setSource
-