Class TvAccountSpec

All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class TvAccountSpec extends Entity
See Also:
  • Constructor Details

    • TvAccountSpec

      public TvAccountSpec()
  • Method Details

    • getConfig

      public String getConfig()
    • getDeviceGroupIds

      public Set<Integer> getDeviceGroupIds()
    • getDeviceTypeIds

      public Set<Integer> getDeviceTypeIds()
    • getParentTypeIds

      public Set<Integer> getParentTypeIds()
    • isNeedDevice

      public boolean isNeedDevice()
    • isNeedIdentifier

      public boolean isNeedIdentifier()
    • isNeedInterface

      public boolean isNeedInterface()
    • isNeedLogin

      public boolean isNeedLogin()
    • isNeedMacAddress

      public boolean isNeedMacAddress()
    • isNeedPassword

      public boolean isNeedPassword()
    • isNeedPin

      public boolean isNeedPin()
    • isNeedVlan

      public boolean isNeedVlan()
    • isPersonalInterface

      public boolean isPersonalInterface()
    • isPersonalVlan

      public boolean isPersonalVlan()
    • setConfig

      public TvAccountSpec setConfig(String config)
    • setDeviceGroupIds

      public TvAccountSpec setDeviceGroupIds(Set<Integer> deviceGroupIds)
    • setDeviceTypeIds

      public TvAccountSpec setDeviceTypeIds(Set<Integer> deviceTypeIds)
    • setEntitySpecId

      public TvAccountSpec setEntitySpecId(int entitySpecId)
      Overrides:
      setEntitySpecId in class AbstractEntity
    • setId

      public TvAccountSpec setId(int id)
      Description copied from class: Id
      Устанавливает id объекта
      Overrides:
      setId in class IdTitle
    • setNeedDevice

      public TvAccountSpec setNeedDevice(boolean needDevice)
    • setNeedIdentifier

      public TvAccountSpec setNeedIdentifier(boolean needIdentifier)
    • setNeedInterface

      public TvAccountSpec setNeedInterface(boolean needPort)
    • setNeedLogin

      public TvAccountSpec setNeedLogin(boolean needLogin)
    • setNeedMacAddress

      public TvAccountSpec setNeedMacAddress(boolean needMacAddress)
    • setNeedPassword

      public TvAccountSpec setNeedPassword(boolean needPassword)
    • setNeedPin

      public TvAccountSpec setNeedPin(boolean needPin)
    • setNeedVlan

      public TvAccountSpec setNeedVlan(boolean needVlan)
    • setParentTypeIds

      public TvAccountSpec setParentTypeIds(Set<Integer> childrenServTypeIds)
    • setPersonalInterface

      public TvAccountSpec setPersonalInterface(boolean personalInterface)
    • setPersonalVlan

      public TvAccountSpec setPersonalVlan(boolean personalVlan)
    • setTitle

      public TvAccountSpec setTitle(String title)
      Description copied from class: IdTitle
      Устанавливает название (описание) объекта
      Overrides:
      setTitle in class IdTitle