Class InetDeviceType

All Implemented Interfaces:
java.io.Serializable, GuiTitlable, Idable, ListItem

public class InetDeviceType
extends DeviceType
See Also:
Serialized Form
  • Constructor Details

    • InetDeviceType

      public InetDeviceType()
    • InetDeviceType

      public InetDeviceType​(int id, java.lang.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 java.util.List<InetInterface> getInterfaceList()
    • setInterfaceList

      public void setInterfaceList​(java.util.List<InetInterface> ifaceList)