|
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.EntryListFieldInfo
public class 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()
|
|
EntryListFieldInfo(int fldId)
|
|
EntryListFieldInfo(int fldId,
int ColWidth,
String separator)
Constructs a new EntryListFieldInfo 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. |
int |
getColumnWidth()
Returns the column width. |
int |
getFieldId()
Returns the associated FieldId . |
String |
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(int id)
Sets the associated FieldId . |
void |
setSeparator(String separator)
Sets the characters that are used as separator for the field. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EntryListFieldInfo()
public EntryListFieldInfo(int fldId, int ColWidth, String separator) throws 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.
IllegalArgumentException
- if separator's length exceeds 10public EntryListFieldInfo(int fldId)
Method Detail |
---|
public int getFieldId()
FieldId
.
public void setFieldId(int id)
FieldId
.
public int getColumnWidth()
public void setColumnWidth(int width)
public String getSeparator()
public void setSeparator(String separator)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |