|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Document interface provides access to the metadata associated with a single document obtained from the search index. Rather than implementing this interface directly, it is preferrable to subclass BaseDocument since this provides protection against future additions this interface
ResultSet
,
BaseDocument
Method Summary | |
Date |
getCreationDate()
Gets the (optional) creation date of the DomainObject |
Party |
getCreationParty()
Gets the (optional) creating party of the DomainObject |
Date |
getLastModifiedDate()
Gets the (optional) last modification date of the DomainObject |
Party |
getLastModifiedParty()
Gets the (optional) last modifying party of the DomainObject |
Locale |
getLocale()
Gets the locale to which this object belongs |
OID |
getOID()
Gets the unique OID for the domain object referenced by this document |
BigDecimal |
getScore()
Gets the document score. |
String |
getSummary()
Gets the (optional) summary of the DomainObject |
String |
getTitle()
Gets the Title property for the DomainObject |
URL |
getURL()
Gets the url for this document |
Method Detail |
public OID getOID()
public URL getURL()
public Locale getLocale()
public String getTitle()
public String getSummary()
public Date getCreationDate()
public Party getCreationParty()
public Date getLastModifiedDate()
public Party getLastModifiedParty()
public BigDecimal getScore()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |