public class InetDevice extends Device<InetDevice,InetDeviceType>
children, comment, config, dateFrom, dateTo, deviceGroupIds, deviceType, deviceTypeId, host, identifier, orderManagerDisabled, parentId, secret, uptime, uptimeTime
entitySpecId
Constructor and Description |
---|
InetDevice() |
Modifier and Type | Method and Description |
---|---|
void |
fromInvDevice(InvDevice device) |
java.lang.String |
getConfig() |
int |
getDeviceTypeId() |
java.lang.String |
getFullTitle() |
java.lang.String |
getHost() |
java.lang.String |
getIdentifier() |
java.lang.String |
getInvConfig() |
java.util.Set<java.lang.Integer> |
getInvDeviceGroupIds() |
int |
getInvDeviceId() |
int |
getInvDeviceTypeId() |
java.lang.String |
getInvHost() |
java.lang.String |
getInvIdentifier() |
java.lang.String |
getInvTitle() |
int |
getSvlan() |
void |
setInvConfig(java.lang.String invConfig) |
void |
setInvDeviceGroupIds(java.util.Set<java.lang.Integer> invDeviceGroupIds) |
void |
setInvDeviceId(int invDeviceId) |
void |
setInvDeviceTypeId(int invDeviceTypeId) |
void |
setInvHost(java.lang.String invHost) |
void |
setInvIdentifier(java.lang.String invIdentifier) |
void |
setInvTitle(java.lang.String invTitle) |
void |
setSvlan(int svlan) |
InvDevice |
toInvDevice() |
findCodePath, generateTitle, generateTitle, getChildren, getComment, getDateFrom, getDateTo, getDeviceGroupIds, getDeviceType, getHosts, getHostsAsString, getParentId, getPassword, getSecret, getUptime, getUptimeTime, getUsername, isOrderManagerDisabled, main, setChildren, setComment, setConfig, setDateFrom, setDateTo, setDeviceGroupIds, setDeviceType, setDeviceTypeId, setHost, setIdentifier, setOrderManagerDisabled, setParentId, setPassword, setSecret, setUptime, setUptimeTime, setUsername
getEntityId, getEntityTitle, setEntityId, setEntityTitle
getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecId
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
public static final int SERV_SEARCH_MODE_LOGIN
public static final int SERV_SEARCH_MODE_INTERFACE_ON_DEVICE
public static final int SERV_SEARCH_MODE_VLAN_ON_DEVICE
public static final int SERV_SEARCH_MODE_INTERFACE_WITH_MAC
public static final int SERV_SEARCH_MODE_VLAN_ON_CHILD_DEVICE
public static final int SERV_SEARCH_MODE_MAC_ON_DEVICE
public static final int SERV_SEARCH_MODE_MAC_ON_CHILD_DEVICE
public static final int SERV_SEARCH_MODE_ADDRESS
public static final int SERV_SEARCH_MODE_ADDRESS_ON_AGENT_DEVICE
public static final int SERV_SEARCH_MODE_MAC_ON_ROOT
public static final int SERV_SEARCH_MODE_VLAN_AND_MAC_ON_PARENT_AND_CHILD_DEVICE
public static final int SERV_SEARCH_MODE_INTERFACE_WITH_VLAN
public static final int SERV_SEARCH_MODE_MAC_ON_DEVICE_AND_INTERFACE
public static final int SERV_SEARCH_MODE_MAC_ON_AGENT_AND_CHILD_DEVICE
public static final int SERV_SEARCH_MODE_LOGIN_ON_PARENT_AND_CHILD_DEVICE
public static final int SERV_SUB_SEARCH_MODE_OFF
public static final int SERV_SUB_SEARCH_MODE_MAC
public static final int SERV_SUB_SEARCH_MODE_MAC_IF_EXIST
public static final int SERV_SUB_SEARCH_MODE_ADDRESS
public static final int SERV_SUB_SEARCH_MODE_ADDRESS_IF_EXIST
public static final int SERV_SUB_SEARCH_MODE_ADDRESS_WITH_ROOT
public static final int SERV_SUB_SEARCH_MODE_ADDRESS_IF_EXIST_WITH_ROOT
public static final int SERV_DEVICE_LINK_OFF
public static final int SERV_DEVICE_LINK_ON
public static final int SERV_DEVICE_LINK_ON_CHILD
protected java.util.Set<java.lang.Integer> invDeviceGroupIds
public int getInvDeviceTypeId()
public void setInvDeviceTypeId(int invDeviceTypeId)
public java.lang.String getInvTitle()
public void setInvTitle(java.lang.String invTitle)
public int getInvDeviceId()
public void setInvDeviceId(int invDeviceId)
public java.lang.String getInvIdentifier()
public void setInvIdentifier(java.lang.String invIdentifier)
public java.lang.String getInvHost()
public void setInvHost(java.lang.String invHost)
public java.lang.String getInvConfig()
public void setInvConfig(java.lang.String invConfig)
public java.util.Set<java.lang.Integer> getInvDeviceGroupIds()
public void setInvDeviceGroupIds(java.util.Set<java.lang.Integer> invDeviceGroupIds)
public int getDeviceTypeId()
getDeviceTypeId
in class Device<InetDevice,InetDeviceType>
public java.lang.String getIdentifier()
getIdentifier
in class Device<InetDevice,InetDeviceType>
public java.lang.String getHost()
getHost
in class Device<InetDevice,InetDeviceType>
public java.lang.String getConfig()
getConfig
in class Device<InetDevice,InetDeviceType>
public InvDevice toInvDevice()
public void fromInvDevice(InvDevice device)
public java.lang.String getFullTitle()
public int getSvlan()
public void setSvlan(int svlan)