AR System Java API

com.bmc.arsys.api
Class EntryListInfo

java.lang.Object
  extended by com.bmc.arsys.api.EntryListInfo
All Implemented Interfaces:
Serializable

public class EntryListInfo
extends Object
implements Serializable

The EntryListInfo class represents an entry consisting of individual field values represented as a string.

See Also:
Serialized Form

Constructor Summary
EntryListInfo()
           
EntryListInfo(String entryID, String description)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Returns 128-character string containing data concatenated from the fields specified
 String getEntryID()
          Returns ID associated with entry.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 String toString()
          Returns a string description of the object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryListInfo

public EntryListInfo()

EntryListInfo

public EntryListInfo(String entryID,
                     String description)
Method Detail

getEntryID

public String getEntryID()
Returns ID associated with entry.


getDescription

public String getDescription()
Returns 128-character string containing data concatenated from the fields specified


toString

public String toString()
Returns a string description of the object.

Overrides:
toString in class Object

hashCode

public int hashCode()
Returns the hash code value for this instance of the current class. This method is supported as required by the general contract of Object.hashCode, for the benefit of hash tables such as those provided by java.util.Hashtable.

Overrides:
hashCode in class Object
Returns:
returns the hash code for this instance

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.