Class TvAccountSpec
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.tv.common.bean.TvAccountSpec
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleansetDeviceGroupIds(Set<Integer> deviceGroupIds) setDeviceTypeIds(Set<Integer> deviceTypeIds) setEntitySpecId(int entitySpecId) setId(int id) Устанавливает id объектаsetNeedDevice(boolean needDevice) setNeedIdentifier(boolean needIdentifier) setNeedInterface(boolean needPort) setNeedLogin(boolean needLogin) setNeedMacAddress(boolean needMacAddress) setNeedPassword(boolean needPassword) setNeedPin(boolean needPin) setNeedVlan(boolean needVlan) setParentTypeIds(Set<Integer> childrenServTypeIds) setPersonalInterface(boolean personalInterface) setPersonalVlan(boolean personalVlan) Устанавливает название (описание) объекта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, setEntityAttributesMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
TvAccountSpec
public TvAccountSpec()
-
-
Method Details
-
getConfig
-
getDeviceGroupIds
-
getDeviceTypeIds
-
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
-
setDeviceGroupIds
-
setDeviceTypeIds
-
setEntitySpecId
- Overrides:
setEntitySpecIdin classAbstractEntity
-
setId
Description copied from class:IdУстанавливает id объекта -
setNeedDevice
-
setNeedIdentifier
-
setNeedInterface
-
setNeedLogin
-
setNeedMacAddress
-
setNeedPassword
-
setNeedPin
-
setNeedVlan
-
setParentTypeIds
-
setPersonalInterface
-
setPersonalVlan
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-