Business Contact UML


Added On:  09/07/15 
SQL Table:  IAPP_BUSINESS_CONTACT 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  BusinessContact 
Business contact information of the company.
Added On:  09/07/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 of the company.
Added On:  09/07/15
SQL Column:  CONTACT_CL
Java Field:  contactCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References Contact Classifier
Attributes:
Represents the type of business contact for which this origin can be used.
Added On:  09/07/15
SQL Column:  EMAIL
Java Field:  email
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Email address of the contact person.
Added On:  09/07/15
SQL Column:  FIRSTNAME
Java Field:  firstname
Status:  Active
SQL Type:  varchar(24)
Java Type:  String
Attributes:
First name of the contact person.
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:  LASTNAME
Java Field:  lastname
Status:  Active
SQL Type:  varchar(24)
Java Type:  String
Attributes:
Last name of the contact person.
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:  MIDDLENAME
Java Field:  middlename
Status:  Active
SQL Type:  varchar(24)
Java Type:  String
Attributes:
Middle name of the contact person.
Added On:  09/07/15
SQL Column:  PHONE
Java Field:  phone
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Customer service phone number that is used to discuss any occured issues.
Added On:  09/07/15
SQL Column:  TITLE
Java Field:  title
Status:  Active
SQL Type:  varchar(24)
Java Type:  String
Attributes: