Class GarAddressObject
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.plugins.gar.common.bean.GarAddressObject
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- Direct Known Subclasses:
GarAddressCity,GarAddressStreet
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongСтрока - имя объекта.voidsetCladrCode(String cladrCode) voidsetFullName(String fullName) voidsetGarObjectId(long garObjectId) voidsetTypeName(String typeName) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, 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
-
GarAddressObject
public GarAddressObject()
-
-
Method Details
-
getGarObjectId
public long getGarObjectId() -
setGarObjectId
public void setGarObjectId(long garObjectId) -
getTypeName
-
setTypeName
-
getFullName
-
setFullName
-
getCladrCode
-
setCladrCode
-
getGuiTitle
Description copied from interface:GuiTitlableСтрока - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitlein interfaceGuiTitlable- Overrides:
getGuiTitlein classIdTitle- Returns:
- Строка - представление объекта.
-