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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TvAccountSpec.Builderbuilder()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidvoidsetDeviceGroupIds(Set<Integer> deviceGroupIds) voidsetDeviceTypeIds(Set<Integer> deviceTypeIds) voidsetNeedDevice(boolean needDevice) voidsetNeedIdentifier(boolean needIdentifier) voidsetNeedInterface(boolean needPort) voidsetNeedLogin(boolean needLogin) voidsetNeedMacAddress(boolean needMacAddress) voidsetNeedPassword(boolean needPassword) voidsetNeedPin(boolean needPin) voidsetNeedVlan(boolean needVlan) voidsetParentTypeIds(Set<Integer> childrenServTypeIds) voidsetPersonalInterface(boolean personalInterface) voidsetPersonalVlan(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, 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, setId
-
Constructor Details
-
TvAccountSpec
public TvAccountSpec()
-
-
Method Details
-
getDeviceTypeIds
-
setDeviceTypeIds
-
getDeviceGroupIds
-
setDeviceGroupIds
-
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) -
isNeedPassword
public boolean isNeedPassword() -
setNeedPassword
public void setNeedPassword(boolean needPassword) -
isNeedPin
public boolean isNeedPin() -
setNeedPin
public void setNeedPin(boolean needPin) -
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) -
isNeedIdentifier
public boolean isNeedIdentifier() -
setNeedIdentifier
public void setNeedIdentifier(boolean needIdentifier) -
isNeedMacAddress
public boolean isNeedMacAddress() -
setNeedMacAddress
public void setNeedMacAddress(boolean needMacAddress) -
builder
-