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

    • getDeviceTypeIds

      public Set<Integer> getDeviceTypeIds()
    • setDeviceTypeIds

      public void setDeviceTypeIds(Set<Integer> deviceTypeIds)
    • getDeviceGroupIds

      public Set<Integer> getDeviceGroupIds()
    • setDeviceGroupIds

      public void setDeviceGroupIds(Set<Integer> deviceGroupIds)
    • getTrafficTypeLinkId

      public int getTrafficTypeLinkId()
    • setTrafficTypeLinkId

      public void setTrafficTypeLinkId(int trafficTypeLinkId)
    • getSessionInitiationType

      public int getSessionInitiationType()
    • setSessionInitiationType

      public void setSessionInitiationType(int sessionInitiationType)
    • getSessionCountLimit

      public int getSessionCountLimit()
    • setSessionCountLimit

      public void setSessionCountLimit(int defaultSessionLimit)
    • isSessionCountLimitLock

      public boolean isSessionCountLimitLock()
    • setSessionCountLimitLock

      public void setSessionCountLimitLock(boolean sessionCountLimitLock)
    • getAddressType

      public InetAddressType getAddressType()
    • setAddressType

      public void setAddressType(InetAddressType addressType)
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • isAddressAllInterface

      public boolean isAddressAllInterface()
    • setAddressAllInterface

      public void setAddressAllInterface(boolean addressAllInterface)
    • isNeedInterface

      public boolean isNeedInterface()
    • setNeedInterface

      public void setNeedInterface(boolean needPort)
    • isNeedVlan

      public boolean isNeedVlan()
    • setNeedVlan

      public void setNeedVlan(boolean needVlan)
    • isNeedLogin

      public boolean isNeedLogin()
    • setNeedLogin

      public void setNeedLogin(boolean needLogin)
    • isNeedDevice

      public boolean isNeedDevice()
    • setNeedDevice

      public void setNeedDevice(boolean needDevice)
    • isPersonalInterface

      public boolean isPersonalInterface()
    • setPersonalInterface

      public void setPersonalInterface(boolean personalInterface)
    • getParentTypeIds

      public Set<Integer> getParentTypeIds()
    • setParentTypeIds

      public void setParentTypeIds(Set<Integer> childrenServTypeIds)
    • getConfig

      public String getConfig()
    • setConfig

      public void setConfig(String config)
    • isPersonalVlan

      public boolean isPersonalVlan()
    • setPersonalVlan

      public void setPersonalVlan(boolean personalVlan)
    • isNullVlan

      public boolean isNullVlan()
    • setNullVlan

      public void setNullVlan(boolean nullVlan)
    • isNeedIdentifier

      public boolean isNeedIdentifier()
    • setNeedIdentifier

      public void setNeedIdentifier(boolean needIdentifier)
    • isNeedMacAddress

      public boolean isNeedMacAddress()
    • setNeedMacAddress

      public void setNeedMacAddress(boolean needMacAddress)
    • isNeedContractObject

      public boolean isNeedContractObject()
    • setNeedContractObject

      public void setNeedContractObject(boolean needContractObject)
    • isNeedRestriction

      public boolean isNeedRestriction()
    • setNeedRestriction

      public void setNeedRestriction(boolean needRestriction)
    • isIpFromParentRange

      public boolean isIpFromParentRange()
    • setIpFromParentRange

      public void setIpFromParentRange(boolean ipFromParentRange)