Distribution Schema Detail
Added On: 01/09/15
Module: UniCore
Type: Entity
Status: Active
Java Class: DistributionSchemaDetail
Entity that represents detailed (or additional) information about distribution schema.
Added On: 01/09/15
SQL Column: ACCOUNT_TYPE_CL
Java Field: accountTypeCl
Status: Active
SQL Type: varchar(2)
Java Type: String
Represents the selected type of account.
Added On: 01/09/15
SQL Column: AMOUNT
Java Field: amount
Status: Active
SQL Type: int(11)
Java Type: Integer
The amount element defines the amount that will be distributed. Supply the value in cents without a decimal point.
Added On: 01/09/15
SQL Column: AMOUNT_CL
Java Field: amountCl
Status: Active
SQL Type: varchar(1)
Java Type: String
Represents current (or selected) type of amount.
Added On: 01/09/15
SQL Column: CREATE_DATE
Java Field: createDate
Status: Active
SQL Type: datetime
Java Type: Date
Date when the record was created
Added On: 01/09/15
SQL Column: DESTINATION_CL
Java Field: destinationCl
Status: Active
SQL Type: varchar(2)
Java Type: String
Represents current (or selected) type of funds distribution destination.
Added On: 01/09/15
SQL Column: DESTINATION_CODE
Java Field: destinationCode
Status: Active
SQL Type: int(11)
Java Type: Integer
Code of the account where the funds will be distributed.
Added On: 01/09/15
SQL Column: ID
Java Field: id
Status: Active
SQL Type: bigint(20)
Java Type: Long
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On: 01/09/15
SQL Column: IS_ACTIVE
Java Field: isActive
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Indicates whether the record is active in the system.
Added On: 01/09/15
SQL Column: RATE
Java Field: rate
Status: Active
SQL Type: decimal(10,2)
Java Type: Double
The rate of funds that will be distributed.
Added On: 01/09/15
SQL Column: SOURCE_CL
Java Field: sourceCl
Status: Active
SQL Type: varchar(1)
Java Type: String
Represents current (or selected) type of funds distribution schema.