Adjustment UML


Added On:  03/16/12 
SQL Table:  ADJUSTMENT 
Module:  UniBill 
Type:  Entity  Status:  Active 
Java Class:  Adjustment 
Added On:  03/16/12
SQL Column:  ADJUSTMENT_BEGIN_DATE
Java Field:  adjustmentBeginDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the adjustment begins.
Added On:  03/16/12
SQL Column:  ADJUSTMENT_CL
Java Field:  adjustmentCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents the type of selected funds adjustment.
Added On:  03/16/12
SQL Column:  ADJUSTMENT_END_DATE
Java Field:  adjustmentEndDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the adjustment ends.
Added On:  03/16/12
SQL Column:  ADJUSTMENT_REASON_CODE_FK
Java Field:  adjustmentReasonCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents information about adjustment reason code.
Added On:  03/16/12
SQL Column:  COLLECTOR_ACCOUNT_CODE
Java Field:  collectorAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The account code of the collector.
Added On:  03/16/12
SQL Column:  CONTRACT_FK
Java Field:  contract
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Contract
Attributes:
Reference to the entity that represents contract document of the customer.
Added On:  03/16/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:  03/16/12
SQL Column:  CUSTOMER_ACCOUNT_FK
Java Field:  customerAccount
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Customer Account
Attributes:
Reference to the entity that represents information about customer account.
Added On:  03/16/12
SQL Column:  EXPIRATION_DATE
Java Field:  expirationDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Expiration date of the adjustment transaction.
Added On:  03/16/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  03/16/12
SQL Column:  IS_IN_COLLECTIONS
Java Field:  isInCollections
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the adjustment is applied to customer's collections.
Added On:  03/16/12
SQL Column:  IS_PROCESSED
Java Field:  isProcessed
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the adjustment transaction is processed.
Added On:  03/16/12
SQL Column:  IS_VISIBLE_EXTERNALLY
Java Field:  isVisibleExternally
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the information about the adjustment is visible in external sources.
Added On:  03/16/12
SQL Column:  LENGTH
Java Field:  length
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  03/16/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:  03/16/12
SQL Column:  NOTES
Java Field:  notes
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Any additional information about the adjustment.
Added On:  03/16/12
SQL Column:  PAYMENT_PLAN_FK
Java Field:  paymentPlan
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Payment Plan
Attributes:
Reference to the entity taht represents payment plan information of the customer.
Added On:  03/16/12
SQL Column:  REF_CREATOR_CODE
Java Field:  refCreatorCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Reference to the transaction creator code.
Added On:  09/16/16
SQL Column:  
Java Field:  refId
Status:  Active
SQL Type:  
Java Type:  Long
Attributes: Transient
Secondary identifier which can be used to cross-reference records between UniPay and integrated systems.
Added On:  03/16/12
SQL Column:  REF_CODE
Java Field:  refCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
See Reference Code definition for additional information.
Added On:  03/16/12
SQL Column:  RENEWAL_AMOUNT
Java Field:  renewalAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Renewal amount of the transaction.
Added On:  03/16/12
SQL Column:  SYS_MESSAGE
Java Field:  sysMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Message generated by the system.
Added On:  03/16/12
SQL Column:  VALUE
Java Field:  value
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: