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:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic intstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintbooleanisSource()voidsetActiveConfigId(int deviceTypeConfigId) voidsetComment(String comment) voidvoidsetDeviceEntitySpecId(int deviceEntitySpecId) voidsetDeviceManagerClass(String deviceManagerClass) voidsetManagmentType(int managmentType) voidsetProtocolHandlerClass(String protocolHandlerClass) voidsetSaHandlerClass(String saHandlerClass) voidsetServiceActivationType(int serviceActivationType) voidsetSource(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, setTitle, toIdTitle, toStringMethods 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)
-