|
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.ColumnLimitInfo
The ColumnLimitInfo
class
represents the value limits for a column(
field.
DataType.COLUMN
)
Constructor Summary | |
ColumnLimitInfo()
Constructs a new ColumnLimitInfo object. |
|
ColumnLimitInfo(FieldID parent,
FieldID data,
int dataSource,
int length)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
getColumnLength()
Returns the maximum column length to display. |
FieldID |
getDataField()
Returns the FieldID of the data field. |
int |
getDataSource()
Returns the data source. |
FieldID |
getParent()
Returns the FieldID of the parent field the column belongs to. |
void |
setColumnLength(int length)
Sets the maximum column length to display. |
void |
setDataField(FieldID data)
Sets the FieldID of the data field. |
void |
setDataSource(int dataSource)
Sets the data source. |
void |
setParent(FieldID parent)
Sets the FieldID of the parent field the column belongs to. |
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 ColumnLimitInfo()
ColumnLimitInfo
object.
public ColumnLimitInfo(FieldID parent, FieldID data, int dataSource, int length)
Method Detail |
public FieldID getParent()
FieldID
of the parent field the column belongs to.
public FieldID getDataField()
FieldID
of the data field.
public int getDataSource()
Constants.COLUMN_LIMIT_DATASOURCE_DATA_FIELD
-- 0, from regular dataField.
Constants.COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
-- 1, from display-only dataField.
public int getColumnLength()
public void setParent(FieldID parent)
FieldID
of the parent field the column belongs to.
public void setDataField(FieldID data)
FieldID
of the data field.
public void setDataSource(int dataSource)
public void setColumnLength(int length)
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 |