|
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.EntryListInfo
public class EntryListInfo
The EntryListInfo
class represents an entry consisting of individual field values represented as a
string.
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 |
---|
public EntryListInfo()
public EntryListInfo(String entryID, String description)
Method Detail |
---|
public String getEntryID()
public String getDescription()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |