Distribution Schema UML


Added On:  01/09/15 
SQL Table:  IAPP_DISTRIBUTION_SCHEMA 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  DistributionSchema 
Entity that represents general information about distribution schema.
Added On:  01/09/15
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Identifier / Primary Key
Attributes: Unique
Code of the distribution schema in the system.
Added On:  01/09/15
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/31/16
SQL Column:  DISTRIBUTION_SCHEMA_DETAIL_FK
Java Field:  distributionSchemaDetails
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Reference to the entity that represents distribution schema details.
Added On:  01/09/15
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the record is active in the system.
Added On:  01/09/15
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the distribution schema.
Added On:  01/27/17
SQL Column:  REF_CODE
Java Field:  refCode
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Secondary identifier of distribution schema that can be used to cross-reference records between UniPay and integrated systems.
Added On:  01/09/15
SQL Column:  SCOPE_CL
Java Field:  scopeCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References User Classifier
Attributes:
Reference to the entity that represents enumeration of possible types of users available within the system.
Added On:  01/09/15
SQL Column:  SCOPE_CODE
Java Field:  scopeCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Unique code of the selected scope (user) within the system that the schema is assigned to.