Split Schema UML


Added On:  03/11/17 
SQL Table:  SPLIT_SCHEMA 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  SplitSchema 
Entity that represents information about the applied split schema.
Added On:  03/11/17
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the split schema was created.
Added On:  03/11/17
SQL Column:  CREATOR_CODE
Java Field:  creatorCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Code of the split schema creator.
Added On:  03/11/17
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Information assigned to split schema.
Added On:  03/11/17
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:  03/11/17
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Indicates whether split schema is active within the system.
Added On:  04/24/17
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of the merchant account associated with split schema.
Added On:  03/11/17
SQL Column:  OWNER_CL
Java Field:  ownerCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Reference to the entity that represents possible types of the merchant.
Added On:  03/11/17
SQL Column:  OWNER_CODE
Java Field:  ownerCode
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Code of the merchant asociated with split schema.
Added On:  04/21/17
SQL Column:  PROVIDER_SCHEMA_CODE
Java Field:  providerSchemaCode
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Code of the split schema associated with cloud.
Added On:  03/11/17
SQL Column:  REF_CODE
Java Field:  refCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Identifier of the split schema within an external system
Added On:  04/07/17
SQL Column:  SPLIT_SCHEMA_DETAIL_FK
Java Field:  splitSchemaDetails
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Split Schema Detail
Attributes:
Reference to the entity that represents detailed information about the split schema.