Class InetServType
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
ru.bitel.oss.kernel.entity.common.bean.Entity
ru.bitel.bgbilling.modules.inet.common.bean.InetServType
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class InetServType extends Entity
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static intSESSION_INITIATION_AUTOstatic intSESSION_INITIATION_CALLFields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId -
Constructor Summary
Constructors Constructor Description InetServType() -
Method Summary
Modifier and Type Method Description InetAddressTypegetAddressType()java.lang.StringgetConfig()java.lang.StringgetData()java.util.Set<java.lang.Integer>getDeviceGroupIds()java.util.Set<java.lang.Integer>getDeviceTypeIds()java.util.Set<java.lang.Integer>getParentTypeIds()intgetSessionCountLimit()intgetSessionInitiationType()intgetTrafficTypeLinkId()booleanisAddressAllInterface()booleanisIpFromParentRange()booleanisNeedContractObject()booleanisNeedDevice()booleanisNeedIdentifier()booleanisNeedInterface()booleanisNeedLogin()booleanisNeedMacAddress()booleanisNeedRestriction()booleanisNeedVlan()booleanisNullVlan()booleanisPersonalInterface()booleanisPersonalVlan()booleanisSessionCountLimitLock()voidsetAddressAllInterface(boolean addressAllInterface)voidsetAddressType(InetAddressType addressType)voidsetConfig(java.lang.String config)voidsetData(java.lang.String data)voidsetDeviceGroupIds(java.util.Set<java.lang.Integer> deviceGroupIds)voidsetDeviceTypeIds(java.util.Set<java.lang.Integer> deviceTypeIds)voidsetIpFromParentRange(boolean ipFromParentRange)voidsetNeedContractObject(boolean needContractObject)voidsetNeedDevice(boolean needDevice)voidsetNeedIdentifier(boolean needIdentifier)voidsetNeedInterface(boolean needPort)voidsetNeedLogin(boolean needLogin)voidsetNeedMacAddress(boolean needMacAddress)voidsetNeedRestriction(boolean needRestriction)voidsetNeedVlan(boolean needVlan)voidsetNullVlan(boolean nullVlan)voidsetParentTypeIds(java.util.Set<java.lang.Integer> childrenServTypeIds)voidsetPersonalInterface(boolean personalInterface)voidsetPersonalVlan(boolean personalVlan)voidsetSessionCountLimit(int defaultSessionLimit)voidsetSessionCountLimitLock(boolean sessionCountLimitLock)voidsetSessionInitiationType(int sessionInitiationType)voidsetTrafficTypeLinkId(int trafficTypeLinkId)Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityIdMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecIdMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SESSION_INITIATION_CALL
public static final int SESSION_INITIATION_CALL- See Also:
- Constant Field Values
-
SESSION_INITIATION_AUTO
public static final int SESSION_INITIATION_AUTO- See Also:
- Constant Field Values
-
-
Constructor Details
-
InetServType
public InetServType()
-
-
Method Details
-
getDeviceTypeIds
public java.util.Set<java.lang.Integer> getDeviceTypeIds() -
setDeviceTypeIds
public void setDeviceTypeIds(java.util.Set<java.lang.Integer> deviceTypeIds) -
getDeviceGroupIds
public java.util.Set<java.lang.Integer> getDeviceGroupIds() -
setDeviceGroupIds
public void setDeviceGroupIds(java.util.Set<java.lang.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
-
setAddressType
-
getData
public java.lang.String getData() -
setData
public void setData(java.lang.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 java.util.Set<java.lang.Integer> getParentTypeIds() -
setParentTypeIds
public void setParentTypeIds(java.util.Set<java.lang.Integer> childrenServTypeIds) -
getConfig
public java.lang.String getConfig() -
setConfig
public void setConfig(java.lang.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)
-