Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.1.0)
E17494-02

oracle.alm.connector.data
Class Operator

java.lang.Object
  extended by oracle.alm.connector.data.Operator

public class Operator
extends java.lang.Object

The Operator defines the perator used in a query criterion.

Since:
11.1.1.1.0
See Also:
class

Constructor Summary
Operator()
           
Operator(java.lang.String name, java.lang.String description)
          Constructs an operator object with the specified name and description.
 
Method Summary
 java.lang.String getDescription()
          Retrieves the operator description.
 java.lang.String getName()
          Retrieves the operator name.
 Operator makeCopy()
           Clones an operator object.
 void setDescription(java.lang.String description)
          Sets the operator description.
 void setName(java.lang.String name)
          Sets the operator name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operator

public Operator()

Operator

public Operator(java.lang.String name,
                java.lang.String description)

Constructs an operator object with the specified name and description.

Parameters:
name - the name of the operator
description - the description of the operator
Method Detail

setName

public void setName(java.lang.String name)

Sets the operator name.

Parameters:
name - the name of the operator

getName

public java.lang.String getName()
Retrieves the operator name.

Returns:
the name of the operator

setDescription

public void setDescription(java.lang.String description)

Sets the operator description.

Parameters:
description - the description of the operator

getDescription

public java.lang.String getDescription()
Retrieves the operator description.

Returns:
the description of the operator

makeCopy

public Operator makeCopy()

Clones an operator object.

Returns:
Operator object cloned

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.1.0)
E17494-02

Copyright © 1998,2011, Oracle. All rights reserved.