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:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
Fields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
int
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAddressAllInterface
(boolean addressAllInterface) void
setAddressType
(InetAddressType addressType) void
void
void
setDeviceGroupIds
(Set<Integer> deviceGroupIds) void
setDeviceTypeIds
(Set<Integer> deviceTypeIds) void
setIpFromParentRange
(boolean ipFromParentRange) void
setNeedContractObject
(boolean needContractObject) void
setNeedDevice
(boolean needDevice) void
setNeedIdentifier
(boolean needIdentifier) void
setNeedInterface
(boolean needPort) void
setNeedLogin
(boolean needLogin) void
setNeedMacAddress
(boolean needMacAddress) void
setNeedRestriction
(boolean needRestriction) void
setNeedVlan
(boolean needVlan) void
setNullVlan
(boolean nullVlan) void
setParentTypeIds
(Set<Integer> childrenServTypeIds) void
setPersonalInterface
(boolean personalInterface) void
setPersonalVlan
(boolean personalVlan) void
setSessionCountLimit
(int defaultSessionLimit) void
setSessionCountLimitLock
(boolean sessionCountLimitLock) void
setSessionInitiationType
(int sessionInitiationType) void
setTrafficTypeLinkId
(int trafficTypeLinkId) Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityId
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecId
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
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
-
setDeviceTypeIds
-
getDeviceGroupIds
-
setDeviceGroupIds
-
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
-
setData
-
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
-
setParentTypeIds
-
getConfig
-
setConfig
-
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)
-