User Role


Added On:  08/21/12 
SQL Table:  IAPP_USER_ROLE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  UserRole 
Entity that represents user's role in the system short information.
Available Fields:
Added On:  08/21/12
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:  08/21/12
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the user in the system.
Added On:  08/21/12
SQL Column:  REF_CODE
Java Field:  refCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Reference code of the user.

Reference code is a secondary identifier, which can be used to cross-reference records between UniPay and integrated systems.
Added On:  08/21/12
SQL Column:  SECURITY_LEVEL
Java Field:  securityLevel
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Security level of the user in the system.