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 JobFilterProperties

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
JobFilterProperties()
           
JobFilterProperties(java.util.Calendar endTime, java.util.Calendar endTimeOperator, java.lang.Long jobId, java.lang.String jobName, java.lang.String jobNameOperator, java.lang.String owner, java.lang.String ownerOperator, java.lang.String reportName, java.lang.String reportNameOperator, java.lang.String scope, java.util.Calendar startTime, java.util.Calendar startTimeOperator, java.lang.String status)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
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 getEndTime()
          Gets the endTime value for this JobFilterProperties.
 java.util.Calendar getEndTimeOperator()
          Gets the endTimeOperator value for this JobFilterProperties.
 java.lang.Long getJobId()
          Gets the jobId value for this JobFilterProperties.
 java.lang.String getJobName()
          Gets the jobName value for this JobFilterProperties.
 java.lang.String getJobNameOperator()
          Gets the jobNameOperator value for this JobFilterProperties.
 java.lang.String getOwner()
          Gets the owner value for this JobFilterProperties.
 java.lang.String getOwnerOperator()
          Gets the ownerOperator value for this JobFilterProperties.
 java.lang.String getReportName()
          Gets the reportName value for this JobFilterProperties.
 java.lang.String getReportNameOperator()
          Gets the reportNameOperator value for this JobFilterProperties.
 java.lang.String getScope()
          Gets the scope value for this JobFilterProperties.
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 getStartTime()
          Gets the startTime value for this JobFilterProperties.
 java.util.Calendar getStartTimeOperator()
          Gets the startTimeOperator value for this JobFilterProperties.
 java.lang.String getStatus()
          Gets the status value for this JobFilterProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEndTime(java.util.Calendar endTime)
          Sets the endTime value for this JobFilterProperties.
 void setEndTimeOperator(java.util.Calendar endTimeOperator)
          Sets the endTimeOperator value for this JobFilterProperties.
 void setJobId(java.lang.Long jobId)
          Sets the jobId value for this JobFilterProperties.
 void setJobName(java.lang.String jobName)
          Sets the jobName value for this JobFilterProperties.
 void setJobNameOperator(java.lang.String jobNameOperator)
          Sets the jobNameOperator value for this JobFilterProperties.
 void setOwner(java.lang.String owner)
          Sets the owner value for this JobFilterProperties.
 void setOwnerOperator(java.lang.String ownerOperator)
          Sets the ownerOperator value for this JobFilterProperties.
 void setReportName(java.lang.String reportName)
          Sets the reportName value for this JobFilterProperties.
 void setReportNameOperator(java.lang.String reportNameOperator)
          Sets the reportNameOperator value for this JobFilterProperties.
 void setScope(java.lang.String scope)
          Sets the scope value for this JobFilterProperties.
 void setStartTime(java.util.Calendar startTime)
          Sets the startTime value for this JobFilterProperties.
 void setStartTimeOperator(java.util.Calendar startTimeOperator)
          Sets the startTimeOperator value for this JobFilterProperties.
 void setStatus(java.lang.String status)
          Sets the status value for this JobFilterProperties.

 

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

 

Constructor Detail

JobFilterProperties

public JobFilterProperties()

JobFilterProperties

public JobFilterProperties(java.util.Calendar endTime,
                           java.util.Calendar endTimeOperator,
                           java.lang.Long jobId,
                           java.lang.String jobName,
                           java.lang.String jobNameOperator,
                           java.lang.String owner,
                           java.lang.String ownerOperator,
                           java.lang.String reportName,
                           java.lang.String reportNameOperator,
                           java.lang.String scope,
                           java.util.Calendar startTime,
                           java.util.Calendar startTimeOperator,
                           java.lang.String status)

Method Detail

getEndTime

public java.util.Calendar getEndTime()
Gets the endTime value for this JobFilterProperties.
Returns:
endTime

setEndTime

public void setEndTime(java.util.Calendar endTime)
Sets the endTime value for this JobFilterProperties.
Parameters:
endTime -

getEndTimeOperator

public java.util.Calendar getEndTimeOperator()
Gets the endTimeOperator value for this JobFilterProperties.
Returns:
endTimeOperator

setEndTimeOperator

public void setEndTimeOperator(java.util.Calendar endTimeOperator)
Sets the endTimeOperator value for this JobFilterProperties.
Parameters:
endTimeOperator -

getJobId

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

setJobId

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

getJobName

public java.lang.String getJobName()
Gets the jobName value for this JobFilterProperties.
Returns:
jobName

setJobName

public void setJobName(java.lang.String jobName)
Sets the jobName value for this JobFilterProperties.
Parameters:
jobName -

getJobNameOperator

public java.lang.String getJobNameOperator()
Gets the jobNameOperator value for this JobFilterProperties.
Returns:
jobNameOperator

setJobNameOperator

public void setJobNameOperator(java.lang.String jobNameOperator)
Sets the jobNameOperator value for this JobFilterProperties.
Parameters:
jobNameOperator -

getOwner

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

setOwner

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

getOwnerOperator

public java.lang.String getOwnerOperator()
Gets the ownerOperator value for this JobFilterProperties.
Returns:
ownerOperator

setOwnerOperator

public void setOwnerOperator(java.lang.String ownerOperator)
Sets the ownerOperator value for this JobFilterProperties.
Parameters:
ownerOperator -

getReportName

public java.lang.String getReportName()
Gets the reportName value for this JobFilterProperties.
Returns:
reportName

setReportName

public void setReportName(java.lang.String reportName)
Sets the reportName value for this JobFilterProperties.
Parameters:
reportName -

getReportNameOperator

public java.lang.String getReportNameOperator()
Gets the reportNameOperator value for this JobFilterProperties.
Returns:
reportNameOperator

setReportNameOperator

public void setReportNameOperator(java.lang.String reportNameOperator)
Sets the reportNameOperator value for this JobFilterProperties.
Parameters:
reportNameOperator -

getScope

public java.lang.String getScope()
Gets the scope value for this JobFilterProperties.
Returns:
scope

setScope

public void setScope(java.lang.String scope)
Sets the scope value for this JobFilterProperties.
Parameters:
scope -

getStartTime

public java.util.Calendar getStartTime()
Gets the startTime value for this JobFilterProperties.
Returns:
startTime

setStartTime

public void setStartTime(java.util.Calendar startTime)
Sets the startTime value for this JobFilterProperties.
Parameters:
startTime -

getStartTimeOperator

public java.util.Calendar getStartTimeOperator()
Gets the startTimeOperator value for this JobFilterProperties.
Returns:
startTimeOperator

setStartTimeOperator

public void setStartTimeOperator(java.util.Calendar startTimeOperator)
Sets the startTimeOperator value for this JobFilterProperties.
Parameters:
startTimeOperator -

getStatus

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

setStatus

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

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.