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:
java.io.Serializable,GuiTitlable,Idable,ListItem
- Direct Known Subclasses:
InetDeviceType,TvDeviceType,VoiceDeviceType
public abstract class DeviceType extends Entity
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static intMGMT_TYPE_BGRADIUSstatic intMGMT_TYPE_OTHERstatic intMGMT_TYPE_SNMPstatic intMGMT_TYPE_SSHstatic intMGMT_TYPE_TELNETFields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId -
Constructor Summary
Constructors Constructor Description DeviceType() -
Method Summary
Modifier and Type Method Description intgetActiveConfigId()java.lang.StringgetComment()java.lang.StringgetConfig()intgetDeviceEntitySpecId()java.lang.StringgetDeviceManagerClass()intgetManagmentType()java.lang.StringgetProtocolHandlerClass()java.lang.StringgetSaHandlerClass()intgetServiceActivationType()booleanisSource()voidsetActiveConfigId(int deviceTypeConfigId)voidsetComment(java.lang.String comment)voidsetConfig(java.lang.String config)voidsetDeviceEntitySpecId(int deviceEntitySpecId)voidsetDeviceManagerClass(java.lang.String deviceManagerClass)voidsetManagmentType(int managmentType)voidsetProtocolHandlerClass(java.lang.String protocolHandlerClass)voidsetSaHandlerClass(java.lang.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, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
public java.lang.String getSaHandlerClass() -
setSaHandlerClass
public void setSaHandlerClass(java.lang.String saHandlerClass) -
getProtocolHandlerClass
public java.lang.String getProtocolHandlerClass() -
setProtocolHandlerClass
public void setProtocolHandlerClass(java.lang.String protocolHandlerClass) -
getDeviceManagerClass
public java.lang.String getDeviceManagerClass() -
setDeviceManagerClass
public void setDeviceManagerClass(java.lang.String deviceManagerClass) -
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
public java.lang.String getConfig() -
setConfig
public void setConfig(java.lang.String config) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment) -
isSource
public boolean isSource() -
setSource
public void setSource(boolean source)
-