Class City
java.lang.Object
ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.AddressObj
ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.City
- All Implemented Interfaces:
GuiTitlable
public class City extends AddressObj
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.AddressObj
aoguid, code, level, offname, postalcode, region, shortname
-
Constructor Summary
Constructors Constructor Description City()
-
Method Summary
Modifier and Type Method Description java.lang.String
getFullTitle()
java.util.List<AddressObj>
getParents()
java.lang.String
getParentTitle()
void
setParents(java.util.List<AddressObj> parents)
Methods inherited from class ru.bitel.bgbilling.plugins.fias.common.bean.bgbean.AddressObj
getAoguid, getBgTitle, getCode, getFiasTitle, getGuiTitle, getId, getLevel, getOffname, getParentguid, getPostalcode, getRegion, getShortname, setAddressObj, setAoguid, setBgTitle, setCode, setId, setLevel, setOffname, setParentguid, setPostalcode, setRegion, setShortname, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
City
public City()
-
-
Method Details
-
getParents
-
setParents
-
getParentTitle
public java.lang.String getParentTitle() -
getFullTitle
public java.lang.String getFullTitle()
-