Class InetServType

All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class InetServType extends Entity
See Also:
  • Field Details

    • SESSION_INITIATION_CALL

      public static final int SESSION_INITIATION_CALL
      See Also:
    • SESSION_INITIATION_AUTO

      public static final int SESSION_INITIATION_AUTO
      See Also:
  • Constructor Details

    • InetServType

      public InetServType()
  • Method Details

    • getAddressType

      public InetAddressType getAddressType()
    • getConfig

      public String getConfig()
    • getData

      public String getData()
    • getDeviceGroupIds

      public Set<Integer> getDeviceGroupIds()
    • getDeviceTypeIds

      public Set<Integer> getDeviceTypeIds()
    • getParentTypeIds

      public Set<Integer> getParentTypeIds()
    • getSessionCountLimit

      public int getSessionCountLimit()
    • getSessionInitiationType

      public int getSessionInitiationType()
    • getTrafficTypeLinkId

      public int getTrafficTypeLinkId()
    • isAddressAllInterface

      public boolean isAddressAllInterface()
    • isIpFromParentRange

      public boolean isIpFromParentRange()
    • isNeedContractObject

      public boolean isNeedContractObject()
    • isNeedDevice

      public boolean isNeedDevice()
    • isNeedIdentifier

      public boolean isNeedIdentifier()
    • isNeedInterface

      public boolean isNeedInterface()
    • isNeedLogin

      public boolean isNeedLogin()
    • isNeedMacAddress

      public boolean isNeedMacAddress()
    • isNeedRestriction

      public boolean isNeedRestriction()
    • isNeedVlan

      public boolean isNeedVlan()
    • isNullVlan

      public boolean isNullVlan()
    • isPersonalInterface

      public boolean isPersonalInterface()
    • isPersonalVlan

      public boolean isPersonalVlan()
    • isSessionCountLimitLock

      public boolean isSessionCountLimitLock()
    • setAddressAllInterface

      public InetServType setAddressAllInterface(boolean addressAllInterface)
    • setAddressType

      public InetServType setAddressType(InetAddressType addressType)
    • setConfig

      public InetServType setConfig(String config)
    • setData

      public InetServType setData(String data)
    • setDeviceGroupIds

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

      public InetServType setDeviceTypeIds(Set<Integer> deviceTypeIds)
    • setId

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

      public InetServType setIpFromParentRange(boolean ipFromParentRange)
    • setNeedContractObject

      public InetServType setNeedContractObject(boolean needContractObject)
    • setNeedDevice

      public InetServType setNeedDevice(boolean needDevice)
    • setNeedIdentifier

      public InetServType setNeedIdentifier(boolean needIdentifier)
    • setNeedInterface

      public InetServType setNeedInterface(boolean needPort)
    • setNeedLogin

      public InetServType setNeedLogin(boolean needLogin)
    • setNeedMacAddress

      public InetServType setNeedMacAddress(boolean needMacAddress)
    • setNeedRestriction

      public InetServType setNeedRestriction(boolean needRestriction)
    • setNeedVlan

      public InetServType setNeedVlan(boolean needVlan)
    • setNullVlan

      public InetServType setNullVlan(boolean nullVlan)
    • setParentTypeIds

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

      public InetServType setPersonalInterface(boolean personalInterface)
    • setPersonalVlan

      public InetServType setPersonalVlan(boolean personalVlan)
    • setSessionCountLimit

      public InetServType setSessionCountLimit(int defaultSessionLimit)
    • setSessionCountLimitLock

      public InetServType setSessionCountLimitLock(boolean sessionCountLimitLock)
    • setSessionInitiationType

      public InetServType setSessionInitiationType(int sessionInitiationType)
    • setTitle

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

      public InetServType setTrafficTypeLinkId(int trafficTypeLinkId)