java.lang.Object
com.pervasive.datarush.cal.JobInformation
- All Implemented Interfaces:
Serializable
Basic job information that contains the job name, id, and the user that
submitted the job.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobInformation(GUID id, String name, String userId) Create a new job information object -
Method Summary
Modifier and TypeMethodDescriptionstatic JobInformationCreate a job information object for a new job with default settings.booleangetId()Returns a unique identifier for the jobgetName()Returns a display name for the job.Returns the user id of the user that submitted the job.inthashCode()toString()
-
Constructor Details
-
JobInformation
Create a new job information object- Parameters:
id-name-userId-
-
-
Method Details
-
defaultJobInformation
Create a job information object for a new job with default settings.- Returns:
- a new job information object
-
getId
Returns a unique identifier for the job- Returns:
- the job's unique identifier
-
getName
Returns a display name for the job. Generally, this will be the graph name if this corresponds to a datarush graph.- Returns:
- the display name for the job.
-
getUserId
Returns the user id of the user that submitted the job.- Returns:
- the user id of the user that submitted the job.
-
equals
-
hashCode
public int hashCode() -
toString
-