|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.prc.search.Field
Superclass of PlumtreeField and PortalField.
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this Field to the specified object. |
java.lang.String |
getActualName()
Gets the programmatic name of this field for debugging. |
int |
hashCode()
Returns a hash code for this Field. |
boolean |
isRetrievable()
Checks whether this field is retrievable. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean equals(java.lang.Object obj)
Field to the specified object.
The result is true if and only if the argument is not null,
and is a Field object with the same name, retrievable property, and searchable property.
obj - the object to compare against this Field object
true if the Fields are equal; otherwise falsepublic int hashCode()
Field.
Fieldpublic boolean isRetrievable()
IPortalSearchRequest.setFieldsToReturn().
true if this field is retrievablepublic java.lang.String getActualName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.