|
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.QueryFormField
public class QueryFormField
The QueryFormField class contains the field information consumed by dynamic queries.
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 |
|---|
public QueryFormField()
public QueryFormField(int fieldId,
IQuerySource source)
IQuerySource field's source.
| Method Detail |
|---|
public int getFieldId()
public void setFieldId(int fieldId)
public IQuerySource getSource()
IQuerySource field's source.
public void setSource(IQuerySource source)
IQuerySource field's source.
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String toString()
toString in class Object
|
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||