|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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,
NameID sampleSchema,
ServerNameID sampleServer)
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 |
getSampleSchema()
Returns the name of the sample schema. |
ServerNameID |
getSampleServer()
Returns the name of the sample server. |
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 |
setSampleSchema(NameID sampleSchema)
Sets the name of the sample schema. |
void |
setSampleServer(ServerNameID sampleServer)
Sets the name of the sample server. |
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, NameID sampleSchema, ServerNameID sampleServer)
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 void setSampleSchema(NameID sampleSchema)
public void setSampleServer(ServerNameID sampleServer)
public int getColumnCount()
public QualifierInfo getQualifier()
public int getMaxRetrieve()
public NameID getSchema()
public ServerNameID getServer()
public NameID getSampleSchema()
public ServerNameID getSampleServer()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class FieldLimitInfo
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |