|
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.EntryListFieldInfo
Defines the fields (zero or more) to return with each entry, while retrieving entries from the server.
The EntryListFieldInfo
class identifies how the data
of all fields (except diary fields and long
character fields) should be presented.
The system checks the permissions for each specified field and
returns only the data of those fields for which the user has access.
Constructor Summary | |
EntryListFieldInfo(FieldID fldID)
|
|
EntryListFieldInfo(FieldID fldID,
int ColWidth,
java.lang.String separator)
Constructs a new EntryListFieldInfo object. |
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
int |
getColumnWidth()
Returns the column width. |
FieldID |
getFieldID()
Returns the associated FieldID . |
char[] |
getSeparator()
Returns the characters that are used as separator for the field. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setColumnWidth(int width)
Sets the column width. |
void |
setFieldID(FieldID id)
Sets the associated FieldID . |
void |
setSeparator(java.lang.String separator)
Sets the characters that are used as separator for the field. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntryListFieldInfo(FieldID fldID, int ColWidth, java.lang.String separator) throws java.lang.IllegalArgumentException
EntryListFieldInfo
object.
fldID
- The FieldID
associated with the field.ColWidth
- An integer value indicating the number of characters to display for the field.separator
- The characters to display after the field data. The separator can contain from zero to 10 characters.
java.lang.IllegalArgumentException
- if separator's length exceeds 10public EntryListFieldInfo(FieldID fldID)
Method Detail |
public FieldID getFieldID()
FieldID
.
public void setFieldID(FieldID id)
FieldID
.
public int getColumnWidth()
public void setColumnWidth(int width)
public char[] getSeparator()
public void setSeparator(java.lang.String separator)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |