Added On: 07/28/17
Module: UniCore
Type: Entity
Status: Active
Java Class: JobObject
Entity that represents information about job object.
Added On: 05/24/17
SQL Column: APPLICATION
Java Field: application
Status: Active
SQL Type: varchar(10)
Java Type: String
Application that the job object is assigned to.
Added On: 05/24/17
SQL Column: CONSUMER_COUNT
Java Field: consumerCount
Status: Active
SQL Type: int(11)
Java Type: Integer
Attributes:
Max Length:10
Number of the job object consumers.
Added On: 05/24/17
SQL Column: EXPRESSION
Java Field: expression
Status: Active
SQL Type: varchar(75)
Java Type: String
Field that contains value set for the timer.
Added On: 05/24/17
SQL Column: FULL_NAME
Java Field: fullName
Status: Active
SQL Type: varchar(100)
Java Type: String
Full name of the job object that includes application, group and name assigned to the job object.
Added On: 05/24/17
SQL Column: GROUP
Java Field: group
Status: Active
SQL Type: varchar(30)
Java Type: String
Job group that the job object is assigned to.
Added On: 05/24/17
SQL Column: ID
Java Field: id
Status: Active
SQL Type: bigint(20)
Java Type: Long
Attributes:
Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On: 05/24/17
SQL Column: IS_ACTIVE
Java Field: isActive
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Attributes:
Required, Default:false
Indicates whether the record is currently active.
Added On: 05/24/17
SQL Column: IS_ACTIVE_DEFAULT
Java Field: isActiveDefault
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Attributes:
Required, Default:false
Default setting that indicates that the job object is active within the system.
Added On: 05/24/22
SQL Column: IS_VISIBLE
Java Field: isVisible
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Added On: 05/24/17
SQL Column: NAME
Java Field: name
Status: Active
SQL Type: varchar(100)
Java Type: String
Name that is included in full name of the job object.
Added On: 05/24/17
SQL Column: OBJECT_CL
Java Field: objectCl
Status: Active
SQL Type: varchar(1)
Java Type: String
Reference to the entity that enumerates types of job objects.