resource Store


Added On:  03/31/20 
SQL Table:  RESOURCE_STORE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  resourceStore 
Added On:  03/04/24
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes:
Unique resource store ID generated by the system.
Added On:  03/31/20
SQL Column:  KEY_NAME
Java Field:  keyName
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the resource.
Added On:  03/04/24
SQL Column:  SCOPE_CL
Java Field:  scopeCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Reference to an object that this resource is associated with. Used in conjunction with scope_code.
Added On:  03/04/24
SQL Column:  SCOPE_CODE
Java Field:  scopeCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Reference to an object that this resource is associated with. Used in conjunction with scope_cl.
Added On:  03/31/20
SQL Column:  TEXT_CONTENT
Java Field:  textContent
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Content of the resource.