Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


oracle.xdo.service.v2
Class JobInfo

java.lang.Object
  extended by oracle.xdo.service.v2.JobInfo

All Implemented Interfaces:
java.io.Serializable

public class JobInfo
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
JobInfo()
           
JobInfo(boolean burstingJob, java.util.Calendar created, boolean deleted, java.util.Calendar endDate, java.lang.Long instanceId, java.lang.Long jobId, java.lang.String jobType, java.util.Calendar lastUpdated, java.lang.String owner, java.lang.Long parentJobId, boolean _public, java.lang.String reportUrl, java.util.Calendar startDate, java.lang.String status, java.lang.String statusDetail, java.lang.String userJobName)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getCreated()
          Gets the created value for this JobInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getEndDate()
          Gets the endDate value for this JobInfo.
 java.lang.Long getInstanceId()
          Gets the instanceId value for this JobInfo.
 java.lang.Long getJobId()
          Gets the jobId value for this JobInfo.
 java.lang.String getJobType()
          Gets the jobType value for this JobInfo.
 java.util.Calendar getLastUpdated()
          Gets the lastUpdated value for this JobInfo.
 java.lang.String getOwner()
          Gets the owner value for this JobInfo.
 java.lang.Long getParentJobId()
          Gets the parentJobId value for this JobInfo.
 java.lang.String getReportUrl()
          Gets the reportUrl value for this JobInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartDate()
          Gets the startDate value for this JobInfo.
 java.lang.String getStatus()
          Gets the status value for this JobInfo.
 java.lang.String getStatusDetail()
          Gets the statusDetail value for this JobInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserJobName()
          Gets the userJobName value for this JobInfo.
 int hashCode()
           
 boolean is_public()
          Gets the _public value for this JobInfo.
 boolean isBurstingJob()
          Gets the burstingJob value for this JobInfo.
 boolean isDeleted()
          Gets the deleted value for this JobInfo.
 void set_public(boolean _public)
          Sets the _public value for this JobInfo.
 void setBurstingJob(boolean burstingJob)
          Sets the burstingJob value for this JobInfo.
 void setCreated(java.util.Calendar created)
          Sets the created value for this JobInfo.
 void setDeleted(boolean deleted)
          Sets the deleted value for this JobInfo.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this JobInfo.
 void setInstanceId(java.lang.Long instanceId)
          Sets the instanceId value for this JobInfo.
 void setJobId(java.lang.Long jobId)
          Sets the jobId value for this JobInfo.
 void setJobType(java.lang.String jobType)
          Sets the jobType value for this JobInfo.
 void setLastUpdated(java.util.Calendar lastUpdated)
          Sets the lastUpdated value for this JobInfo.
 void setOwner(java.lang.String owner)
          Sets the owner value for this JobInfo.
 void setParentJobId(java.lang.Long parentJobId)
          Sets the parentJobId value for this JobInfo.
 void setReportUrl(java.lang.String reportUrl)
          Sets the reportUrl value for this JobInfo.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this JobInfo.
 void setStatus(java.lang.String status)
          Sets the status value for this JobInfo.
 void setStatusDetail(java.lang.String statusDetail)
          Sets the statusDetail value for this JobInfo.
 void setUserJobName(java.lang.String userJobName)
          Sets the userJobName value for this JobInfo.

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JobInfo

public JobInfo()

JobInfo

public JobInfo(boolean burstingJob,
               java.util.Calendar created,
               boolean deleted,
               java.util.Calendar endDate,
               java.lang.Long instanceId,
               java.lang.Long jobId,
               java.lang.String jobType,
               java.util.Calendar lastUpdated,
               java.lang.String owner,
               java.lang.Long parentJobId,
               boolean _public,
               java.lang.String reportUrl,
               java.util.Calendar startDate,
               java.lang.String status,
               java.lang.String statusDetail,
               java.lang.String userJobName)

Method Detail

isBurstingJob

public boolean isBurstingJob()
Gets the burstingJob value for this JobInfo.
Returns:
burstingJob

setBurstingJob

public void setBurstingJob(boolean burstingJob)
Sets the burstingJob value for this JobInfo.
Parameters:
burstingJob -

getCreated

public java.util.Calendar getCreated()
Gets the created value for this JobInfo.
Returns:
created

setCreated

public void setCreated(java.util.Calendar created)
Sets the created value for this JobInfo.
Parameters:
created -

isDeleted

public boolean isDeleted()
Gets the deleted value for this JobInfo.
Returns:
deleted

setDeleted

public void setDeleted(boolean deleted)
Sets the deleted value for this JobInfo.
Parameters:
deleted -

getEndDate

public java.util.Calendar getEndDate()
Gets the endDate value for this JobInfo.
Returns:
endDate

setEndDate

public void setEndDate(java.util.Calendar endDate)
Sets the endDate value for this JobInfo.
Parameters:
endDate -

getInstanceId

public java.lang.Long getInstanceId()
Gets the instanceId value for this JobInfo.
Returns:
instanceId

setInstanceId

public void setInstanceId(java.lang.Long instanceId)
Sets the instanceId value for this JobInfo.
Parameters:
instanceId -

getJobId

public java.lang.Long getJobId()
Gets the jobId value for this JobInfo.
Returns:
jobId

setJobId

public void setJobId(java.lang.Long jobId)
Sets the jobId value for this JobInfo.
Parameters:
jobId -

getJobType

public java.lang.String getJobType()
Gets the jobType value for this JobInfo.
Returns:
jobType

setJobType

public void setJobType(java.lang.String jobType)
Sets the jobType value for this JobInfo.
Parameters:
jobType -

getLastUpdated

public java.util.Calendar getLastUpdated()
Gets the lastUpdated value for this JobInfo.
Returns:
lastUpdated

setLastUpdated

public void setLastUpdated(java.util.Calendar lastUpdated)
Sets the lastUpdated value for this JobInfo.
Parameters:
lastUpdated -

getOwner

public java.lang.String getOwner()
Gets the owner value for this JobInfo.
Returns:
owner

setOwner

public void setOwner(java.lang.String owner)
Sets the owner value for this JobInfo.
Parameters:
owner -

getParentJobId

public java.lang.Long getParentJobId()
Gets the parentJobId value for this JobInfo.
Returns:
parentJobId

setParentJobId

public void setParentJobId(java.lang.Long parentJobId)
Sets the parentJobId value for this JobInfo.
Parameters:
parentJobId -

is_public

public boolean is_public()
Gets the _public value for this JobInfo.
Returns:
_public

set_public

public void set_public(boolean _public)
Sets the _public value for this JobInfo.
Parameters:
_public -

getReportUrl

public java.lang.String getReportUrl()
Gets the reportUrl value for this JobInfo.
Returns:
reportUrl

setReportUrl

public void setReportUrl(java.lang.String reportUrl)
Sets the reportUrl value for this JobInfo.
Parameters:
reportUrl -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this JobInfo.
Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this JobInfo.
Parameters:
startDate -

getStatus

public java.lang.String getStatus()
Gets the status value for this JobInfo.
Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this JobInfo.
Parameters:
status -

getStatusDetail

public java.lang.String getStatusDetail()
Gets the statusDetail value for this JobInfo.
Returns:
statusDetail

setStatusDetail

public void setStatusDetail(java.lang.String statusDetail)
Sets the statusDetail value for this JobInfo.
Parameters:
statusDetail -

getUserJobName

public java.lang.String getUserJobName()
Gets the userJobName value for this JobInfo.
Returns:
userJobName

setUserJobName

public void setUserJobName(java.lang.String userJobName)
Sets the userJobName value for this JobInfo.
Parameters:
userJobName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


Copyright © 2010, Oracle. All rights reserved.