TeleVox Phone Call UML


Added On:  02/13/12 
SQL Table:  TELE_VOX_PHONE_CALL 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TeleVoxPhoneCall 
Added On:  02/13/12
SQL Column:  BILLING_DATE
Java Field:  billingDate
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  COLLECTIONS_TRANSACTION_FK
Java Field:  collectionsTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents collections transaction information.
Added On:  02/13/12
SQL Column:  CUSTOMER_ACCOUNT_CODE
Java Field:  customerAccountCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  FIRST_NAME
Java Field:  firstName
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  02/13/12
SQL Column:  LAST_NAME
Java Field:  lastName
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
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:  02/13/12
SQL Column:  MESSAGE_ID
Java Field:  messageId
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  PHONE_CALL_FILE_BATCH_FK
Java Field:  phoneCallFileBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents phone call file batch information.
Added On:  02/13/12
SQL Column:  RESPONSE_TEXT
Java Field:  responseText
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  SESSION_NUMBER
Java Field:  sessionNumber
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/13/12
SQL Column:  VALUE
Java Field:  value
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes: