7.0 Action Request System Java API

com.remedy.arsys.api
Class EntryListInfo

java.lang.Object
  extended bycom.remedy.arsys.api.EntryListInfo

public class EntryListInfo
extends java.lang.Object

The EntryListInfo class represents an entry consisting of individual field values represented as a string. This class is used by EntryFactory.findEntryListInfos.


Constructor Summary
EntryListInfo(EntryID entryID, char[] description)
           
 
Method Summary
 char[] getDescription()
          Returns 128-character string containing data concatenated from the fields specified using EntryCriteria
 EntryID getEntryID()
          Returns ID associated with entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryListInfo

public EntryListInfo(EntryID entryID,
                     char[] description)
Method Detail

getEntryID

public EntryID getEntryID()
Returns ID associated with entry.


getDescription

public char[] getDescription()
Returns 128-character string containing data concatenated from the fields specified using EntryCriteria


7.0 Action Request System Java API