Class InetDeviceType

All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class InetDeviceType extends DeviceType
See Also:
  • Constructor Details

    • InetDeviceType

      public InetDeviceType()
    • InetDeviceType

      public InetDeviceType(int id, String title)
  • Method Details

    • getDeviceType

      public DeviceType getDeviceType()
    • setDeviceType

      public void setDeviceType(DeviceType deviceType)
    • getConfigId

      public int getConfigId()
    • setConfigId

      public void setConfigId(int configId)
    • getScriptId

      public int getScriptId()
    • setScriptId

      public void setScriptId(int scriptId)
    • isUniqueInterfaces

      public boolean isUniqueInterfaces()
    • setUniqueInterfaces

      public void setUniqueInterfaces(boolean uniqueInterfaces)
    • getInterfaceList

      public List<InetInterface> getInterfaceList()
    • setInterfaceList

      public void setInterfaceList(List<InetInterface> ifaceList)