Settings


Added On:  11/20/14 
SQL Table:  IAPP_SETTINGS 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  Settings 
Available Fields:
Added On:  11/20/14
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:  11/20/14
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes: Required
Added On:  11/20/14
SQL Column:  SCOPE_CL
Java Field:  scopeCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References User Classifier
Attributes:
Reference to an object that this property is associated with. Used in conjunction with Scope Code.
Added On:  11/20/14
SQL Column:  SCOPE_CODE
Java Field:  scopeCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Reference to an object that this property is associated with. Used in conjunction with Scope CL.
Added On:  11/20/14
SQL Column:  VALUE
Java Field:  value
Status:  Active
SQL Type:  varchar(8184)
Java Type:  String
Attributes: