Package ru.bitel.common.model
Class IdTitle
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- Direct Known Subclasses:
AbstractEntity
,AbstractGeographicCode
,AbstractSpecAttr
,AccountAttribute
,ActionExpressionData
,AdditionalContractAction
,AddressPrefixSuffix
,AssistantAction
,AssistantActionItem
,AssistantMaster
,AttributeType
,BalanceBaseType
,BankAccount
,BGInstalledModule
,BGModule
,BGSActionGroup
,BillLink
,BonusPaymentType
,Bot
,BotDialog
,BotDialogElement
,BotDialogGroup
,Channel
,ChannelType
,ClosedSormContract
,ConfigData
,ConfigDataDto
,Configuration
,ContactType
,Contract
,Contract
,ContractGroup
,ContractIdTitleComment
,ContractLabelItem
,ContractNote
,ContractNotification
,ContractParameterGroupName
,ContractParameterPref
,ContractPatternNamedNumber
,ContractSubPanelLog
,ContractSubPanelManage
,ContractTariffCounter
,ContractTariffEntry
,CostMap
,Country
,DashboardItem
,Dealer
,Dealer
,DefaultTreeNode
,DeviceGroup
,DeviceTypeConfig
,DialogProcessingWrapper
,DialUpNAS
,Dispatch
,DispatchMessage
,DocType
,Document
,Document
,DocumentJournal
,DocumentPattern
,DocumentStatus
,DocumentType
,EntitySpec
,EntitySpecAttrListItem
,EntitySpecAttrMultiListItem
,EntitySpecDTO
,EventScriptLink
,EventType
,FileInfo
,GarAddressHouse
,GarAddressObject
,GlobalScriptLink
,IdTitleValue
,InetInterface
,InstalledInstanceModule
,IsoObject
,IsoObjectType
,JmxAppItem
,LightweightTaskData
,ListValue
,MegogoContractSubscription
,MegogoContractTryAndBuy
,MegogoSubscription
,MegogoTryAndBuy
,MenuItem
,Message
,MobiServiceCode
,MobNews
,MQEvent
,MQServer
,News
,NewsItem
,NotificationData
,NumerationPool
,ObjectType
,PackerKit
,PackerOptionLibrary
,Packet
,PermissionKit
,PermissionKitItem
,PersonalTariff
,Printer
,ProductSpecActivationMode
,RangeMap
,RangeMapItem
,Ratio
,RegisterCategory
,RegisterExecutor
,RegisterGroup
,RegisterSubject
,RequestRecordLog
,ReserveType
,Role
,RoleItem
,RSCMServiceDto
,RunTelTariff
,SBPilotTerminal
,Script
,SenderType
,Service
,ShopDirectoryItem
,ShopItemType
,ShopProductItem
,ShopProductTreeItem
,Signatory
,SmartHousePackageBase
,SoftLineProduct
,SormProject
,SotfLineProductCategory
,Source
,Status
,Subscriber
,SubscriptionMode
,SubscriptionType
,SubscriptionType
,Tag
,TariffAVD
,TariffGroup
,TariffItem
,TariffLabelItem
,TariffOption
,TariffOptionActivateMode
,TariffPlan
,TariffPlanData
,TariffVar
,TrafficRangeSpec
,TrafficType
,TrafficTypeLink
,User
,UserDevice
,UserGroup
,UserRightRule
,VlanResource
,VoiceCostMap
,VoiceDestination
,VoiceOperator
,VoiceOption
,VoiceZone
,VoiceZoneCostMap
,VoiceZoneMap
,WebMenuItem
,Zone
Класс - предок для всех bean, имеющих id и title.
Поддерживает JAXB сериализацию/десериализацию.
Successor для ListItem.
Поддерживает JAXB сериализацию/десериализацию.
Successor для ListItem.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
getLogger, logError
-
Field Details
-
title
Название (описание) объекта
-
-
Constructor Details
-
IdTitle
public IdTitle() -
IdTitle
-
-
Method Details
-
getTitle
Возвращает название (описание) объекта -
setTitle
Устанавливает название (описание) объекта- Parameters:
value
- название (описание объекта)
-
toString
-
getGuiTitle
Description copied from interface:GuiTitlable
Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitle
in interfaceGuiTitlable
- Returns:
- Строка - представление объекта.
-
toIdTitle
-
copyTo
-