|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the helper interface for the CMBSearchResults bean. This class represents the displayed attribute values of a search hit.
CMBSearchResults
Method Summary | |
boolean |
equals(java.lang.Object HitItem)
Compare the pidString of two hit items |
java.lang.String[] |
getAttrValue()
Gets a list of attribute values of this item |
java.lang.String |
getAttrValue(int index)
Gets the attribute value at given index |
short |
getItemType()
Gets the item type |
java.lang.String |
getPidString()
Gets item id |
int |
getRanking()
Gets the item rank value from the query |
Method Detail |
public java.lang.String getPidString()
public java.lang.String[] getAttrValue() throws CMBException
CMBException
- with the following errorID:
public java.lang.String getAttrValue(int index) throws java.lang.ArrayIndexOutOfBoundsException, CMBException
index
- the attribute indexCMBException
- with the following errorID:
java.lang.ArrayIndexOutOfBoundsException
- if index is invalid.public boolean equals(java.lang.Object HitItem)
equals
in class java.lang.Object
public int getRanking()
public short getItemType()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |