|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.FieldLimit com.bmc.arsys.api.TableFieldLimit
public class TableFieldLimit
The TableFieldLimit
class
defines the value limits for a table(
field.
DataType.TABLE
)
Constructor Summary | |
---|---|
TableFieldLimit()
|
|
TableFieldLimit(int colCount,
QualifierInfo qualification,
int max,
String form,
String server,
String sampleForm,
String sampleServer)
Constructs a new TableLimitInfo object. |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
getColumnCount()
Returns the number of columns. |
String |
getForm()
Returns the name of form to which the data fields belong. |
int |
getMaxRetrieve()
Returns the maximum number of rows retrieved. |
QualifierInfo |
getQualifier()
Returns the search qualification. |
String |
getSampleForm()
Returns the name of the sample form. |
String |
getSampleServer()
Returns the name of the sample server. |
String |
getServer()
Returns the name of server on which the form resides. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setColumnCount(int colCount)
Sets the number of columns. |
void |
setForm(String form)
Sets the name of form to which the data fields belong. |
void |
setMaxRetrieve(int max)
Sets the maximum number of rows retrieved. |
void |
setQualifier(QualifierInfo qualification)
Sets the search qualification. |
void |
setSampleForm(String sampleForm)
Sets the name of the sample form. |
void |
setSampleServer(String sampleServer)
Sets the name of the sample server. |
void |
setServer(String server)
Sets the name of server on which the form resides. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.FieldLimit |
---|
getDataType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableFieldLimit()
public TableFieldLimit(int colCount, QualifierInfo qualification, int max, String form, String server, String sampleForm, String sampleServer)
TableLimitInfo
object.
colCount
- Number of columns.qualification
- Search qualification.max
- Maximum number of rows to retrieve.form
- Name of form to which data fields belong.server
- Name of server on which the specified form resides.Method Detail |
---|
public void setColumnCount(int colCount)
public void setQualifier(QualifierInfo qualification)
public void setMaxRetrieve(int max)
public void setForm(String form)
public void setServer(String server)
public void setSampleForm(String sampleForm)
public void setSampleServer(String sampleServer)
public int getColumnCount()
public QualifierInfo getQualifier()
public int getMaxRetrieve()
public String getForm()
public String getServer()
public String getSampleForm()
public String getSampleServer()
public Object clone() throws CloneNotSupportedException
clone
in class FieldLimit
CloneNotSupportedException
public String toString()
toString
in class FieldLimit
public int hashCode()
hashCode
in class FieldLimit
public boolean equals(Object obj)
equals
in class FieldLimit
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |