Contract Adjustment


Added On:  08/15/12 
SQL Table:  CONTRACT_ADJUSTMENT 
Module:  UniSell 
Type:  Entity  Status:  Active 
Java Class:  ContractAdjustment 
Added On:  08/15/12
SQL Column:  CONTRACT_CODE
Java Field:  contractCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  08/15/12
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created
Added On:  08/15/12
SQL Column:  CREATOR_CODE
Java Field:  creatorCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  08/15/12
SQL Column:  CUSTOMER_ACCOUNT_CODE
Java Field:  customerAccountCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  08/15/12
SQL Column:  EXPIRATION_DATE
Java Field:  expirationDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  08/15/12
SQL Column:  FREEZE_END_DATE
Java Field:  freezeEndDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  08/15/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes: Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  08/15/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:  08/15/12
SQL Column:  SALES_PERSON_NUMBER1
Java Field:  salesPersonNumber1
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  08/15/12
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Represents current status of the contract adjustment.
Added On:  08/15/12
SQL Column:  STORE_NUMBER
Java Field:  storeNumber
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes: