AR System Java API

com.bmc.arsys.api
Class QueryFormField

java.lang.Object
  extended by com.bmc.arsys.api.QueryFormField
All Implemented Interfaces:
Cloneable

public class QueryFormField
extends Object
implements Cloneable

The QueryFormField class contains the field information consumed by dynamic queries.

See Also:
IQuerySource, QuerySourceForm, RecursiveQuery

Constructor Summary
QueryFormField()
          Default constructor.
QueryFormField(int fieldId, IQuerySource source)
          Constructs the QueryFormFieldId using fieldId and IQuerySource field's source.
 
Method Summary
 Object clone()
          Clone implementation that returns an Object with data cloned from self.
 int getFieldId()
          Returns the fieldId.
 IQuerySource getSource()
          Returns the IQuerySource field's source.
 void setFieldId(int fieldId)
          Sets the fieldId.
 void setSource(IQuerySource source)
          Sets the IQuerySource field's source.
 String toString()
          Returns a string description of the object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryFormField

public QueryFormField()
Default constructor.


QueryFormField

public QueryFormField(int fieldId,
                      IQuerySource source)
Constructs the QueryFormFieldId using fieldId and IQuerySource field's source.

Method Detail

getFieldId

public int getFieldId()
Returns the fieldId.


setFieldId

public void setFieldId(int fieldId)
Sets the fieldId.


getSource

public IQuerySource getSource()
Returns the IQuerySource field's source.


setSource

public void setSource(IQuerySource source)
Sets the IQuerySource field's source.


clone

public Object clone()
             throws CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Returns a string description of the object.

Overrides:
toString in class Object

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.