Class InternalUserAddressUtils

java.lang.Object
ru.bitel.bgbilling.modules.sorm.server.utils.InternalUserAddressUtils

public class InternalUserAddressUtils extends Object
  • Constructor Details

    • InternalUserAddressUtils

      public InternalUserAddressUtils(AddressParamValue addressParamValue, Connection connection) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
  • Method Details

    • getIndex

      public String getIndex() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCountry

      public String getCountry() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getArea

      public String getArea()
    • getCity

      public String getCity()
    • getStreet

      public String getStreet()
    • getHouse

      public String getHouse()
    • getFrac

      public String getFrac()
    • getFlat

      public String getFlat()
    • toString

      public String toString()
      Overrides:
      toString in class Object