Channel


Added On:  03/19/15 
SQL Table:  IAPP_CHANNEL 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  Channel 
Entity that represents channel set up for a given portfolio.
The channel represents an integration done with UniPay from/by an outside system.
Available Fields:
Added On:  03/19/15
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
The code of the channel in the system.
Added On:  05/08/15
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Additional information about the channel given by the client.
Added On:  03/19/15
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/19/15
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
The name of the channel in the system.
Added On:  04/22/15
SQL Column:  PORTFOLIO_CODE
Java Field:  portfolioCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Portfolio that this channel belongs to.