|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.remedy.arsys.api.FieldLimitInfo
|
+--com.remedy.arsys.api.TableLimitInfo
The TableLimitInfo class
defines the value limits for a table( field.
DataType.TABLE)
| Constructor Summary | |
TableLimitInfo(int colCount,
QualifierInfo qualification,
int max,
NameID schema,
ServerNameID server)
Constructs a new TableLimitInfo object. |
|
| Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
int |
getColumnCount()
Returns the number of columns. |
int |
getMaxRetrieve()
Returns the maximum number of rows retrieved. |
QualifierInfo |
getQualifier()
Returns the search qualification. |
NameID |
getSchema()
Returns the name of schema to which the data fields belong. |
ServerNameID |
getServer()
Returns the name of server on which the schema resides. |
void |
setColumnCount(int colCount)
Sets the number of columns. |
void |
setMaxRetrieve(int max)
Sets the maximum number of rows retrieved. |
void |
setQualifier(QualifierInfo qualification)
Sets the search qualification. |
void |
setSchema(NameID schema)
Sets the name of schema to which the data fields belong. |
void |
setServer(ServerNameID server)
Sets the name of server on which the schema resides. |
| Methods inherited from class com.remedy.arsys.api.FieldLimitInfo |
getDataType |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TableLimitInfo(int colCount,
QualifierInfo qualification,
int max,
NameID schema,
ServerNameID server)
TableLimitInfo object.colCount - Number of columns.qualification - Search qualification.max - Maximum number of rows to retrieve.schema - Name of schema to which data fields belong.server - Name of server on which the specified schema resides.| Method Detail |
public void setColumnCount(int colCount)
public void setQualifier(QualifierInfo qualification)
public void setMaxRetrieve(int max)
public void setSchema(NameID schema)
public void setServer(ServerNameID server)
public int getColumnCount()
public QualifierInfo getQualifier()
public int getMaxRetrieve()
public NameID getSchema()
public ServerNameID getServer()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class FieldLimitInfo
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||