Role


Added On:  10/16/14 
SQL Table:  IAPP_ROLE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  Role 
Entity that represent role of the user in the system.
Available Fields:
Added On:  10/16/14
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Identifier / Primary Key
Attributes:
Code of the specified role.
Added On:  10/16/14
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the role.
Added On:  10/28/14
SQL Column:  POSITION
Java Field:  position
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Position correspondingly to other roles.