Class InternalUserAddressUtils

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

public class InternalUserAddressUtils
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    InternalUserAddressUtils​(AddressParamValue addressParamValue, java.sql.Connection connection)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getArea()  
    java.lang.String getCity()  
    java.lang.String getCountry()  
    java.lang.String getFlat()  
    java.lang.String getFrac()  
    java.lang.String getHouse()  
    java.lang.String getIndex()  
    java.lang.String getStreet()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InternalUserAddressUtils

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

    • getIndex

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

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

      public java.lang.String getArea()
    • getCity

      public java.lang.String getCity()
    • getStreet

      public java.lang.String getStreet()
    • getHouse

      public java.lang.String getHouse()
    • getFrac

      public java.lang.String getFrac()
    • getFlat

      public java.lang.String getFlat()