| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.xdo.service.v2.JobInfo
oracle.xdo.service.v2.JobInfo
public class JobInfo
| 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 | 
|---|
public 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 | 
|---|
public boolean isBurstingJob()
public void setBurstingJob(boolean burstingJob)
burstingJob -public java.util.Calendar getCreated()
public void setCreated(java.util.Calendar created)
created -public boolean isDeleted()
public void setDeleted(boolean deleted)
deleted -public java.util.Calendar getEndDate()
public void setEndDate(java.util.Calendar endDate)
endDate -public java.lang.Long getInstanceId()
public void setInstanceId(java.lang.Long instanceId)
instanceId -public java.lang.Long getJobId()
public void setJobId(java.lang.Long jobId)
jobId -public java.lang.String getJobType()
public void setJobType(java.lang.String jobType)
jobType -public java.util.Calendar getLastUpdated()
public void setLastUpdated(java.util.Calendar lastUpdated)
lastUpdated -public java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner -public java.lang.Long getParentJobId()
public void setParentJobId(java.lang.Long parentJobId)
parentJobId -public boolean is_public()
public void set_public(boolean _public)
_public -public java.lang.String getReportUrl()
public void setReportUrl(java.lang.String reportUrl)
reportUrl -public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate -public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status -public java.lang.String getStatusDetail()
public void setStatusDetail(java.lang.String statusDetail)
statusDetail -public java.lang.String getUserJobName()
public void setUserJobName(java.lang.String userJobName)
userJobName -public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||