Business Address UML


Added On:  09/07/15 
SQL Table:  IAPP_BUSINESS_ADDRESS 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  BusinessAddress 
Business address information of the company.
Added On:  09/07/15
SQL Column:  ADDRESS_TYPE_CL
Java Field:  addressTypeCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents the selected type of business address' of the merchant.
Added On:  10/16/15
SQL Column:  BUSINESS_INFO_FK
Java Field:  businessInfo
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Business Info
Attributes:
Reference to the entity that represents business information.
Added On:  09/07/15
SQL Column:  CITY
Java Field:  city
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Company's city address.
Added On:  09/07/15
SQL Column:  COUNTRY_CODE
Java Field:  countryCode
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Company's country code.
Added On:  09/07/15
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  09/07/15
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of Merchant Account to which instance of this object is attributed to.
Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.

The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  09/07/15
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(128)
Java Type:  String
Attributes:
Business name of the company.
Added On:  09/07/15
SQL Column:  STATE
Java Field:  state
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Company's state code.
Added On:  09/07/15
SQL Column:  STREET1
Java Field:  street1
Status:  Active
SQL Type:  varchar(128)
Java Type:  String
Attributes:
Company's street address that is used for mailing.
Added On:  09/07/15
SQL Column:  STREET2
Java Field:  street2
Status:  Active
SQL Type:  varchar(128)
Java Type:  String
Attributes:
Company's street address that is used for mailing.
Added On:  09/07/15
SQL Column:  ZIP_CODE
Java Field:  zipCode
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Company's ZIP/postal code.