Class InetDeviceType
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
ru.bitel.bgbilling.modules.inet.common.bean.InetDeviceType
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Field Summary
Fields inherited from class ru.bitel.oss.systems.inventory.resource.common.bean.DeviceType
MGMT_TYPE_BGRADIUS, MGMT_TYPE_OTHER, MGMT_TYPE_SNMP, MGMT_TYPE_SSH, MGMT_TYPE_TELNET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleansetComment(String comment) setConfigId(int configId) setDeviceEntitySpecId(int deviceEntitySpecId) setDeviceManagerClass(String deviceManagerClass) setDeviceType(DeviceType deviceType) setId(int id) Устанавливает id объектаsetInterfaceList(List<InetInterface> ifaceList) setProtocolHandlerClass(String protocolHandlerClass) setSaHandlerClass(String saHandlerClass) setScriptId(int scriptId) setSource(boolean source) Устанавливает название (описание) объектаsetUniqueInterfaces(boolean uniqueInterfaces) Methods inherited from class ru.bitel.oss.systems.inventory.resource.common.bean.DeviceType
getActiveConfigId, getComment, getConfig, getDeviceEntitySpecId, getDeviceManagerClass, getManagmentType, getProtocolHandlerClass, getSaHandlerClass, getServiceActivationType, isSource, setActiveConfigId, setManagmentType, setServiceActivationTypeMethods 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, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
InetDeviceType
public InetDeviceType()
-
-
Method Details
-
getConfigId
public int getConfigId() -
getDeviceType
-
getInterfaceList
-
getScriptId
public int getScriptId() -
isUniqueInterfaces
public boolean isUniqueInterfaces() -
setConfigId
-
setDeviceType
-
setId
Description copied from class:IdУстанавливает id объекта -
setInterfaceList
-
setScriptId
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта -
setUniqueInterfaces
-
setDeviceEntitySpecId
- Overrides:
setDeviceEntitySpecIdin classDeviceType
-
setComment
- Overrides:
setCommentin classDeviceType
-
setSaHandlerClass
- Overrides:
setSaHandlerClassin classDeviceType
-
setProtocolHandlerClass
- Overrides:
setProtocolHandlerClassin classDeviceType
-
setDeviceManagerClass
- Overrides:
setDeviceManagerClassin classDeviceType
-
setConfig
- Overrides:
setConfigin classDeviceType
-
setSource
- Overrides:
setSourcein classDeviceType
-