org.LexGrid.LexBIG.Impl.helpers.lazyloading
Class AbstractNonProxyLazyCodeToReturn
java.lang.Object
org.LexGrid.LexBIG.Impl.helpers.CodeToReturn
org.LexGrid.LexBIG.Impl.helpers.lazyloading.AbstractLazyLoadableCodeToReturn
org.LexGrid.LexBIG.Impl.helpers.lazyloading.AbstractNonProxyLazyCodeToReturn
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CommonIndexLazyLoadableCodeToReturn, NonProxyLazyCodeToReturn
public abstract class AbstractNonProxyLazyCodeToReturn
- extends AbstractLazyLoadableCodeToReturn
The Class NonProxyLazyCodeToReturn.
- Author:
- Kevin Peterson
- See Also:
- Serialized Form
Methods inherited from class org.LexGrid.LexBIG.Impl.helpers.CodeToReturn |
equals, getScore, hashCode, setCode, setEntityDescription, setEntityTypes, setEntityUid, setNamespace, setScore, setUri, setVersion, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AbstractNonProxyLazyCodeToReturn
public AbstractNonProxyLazyCodeToReturn()
AbstractNonProxyLazyCodeToReturn
public AbstractNonProxyLazyCodeToReturn(org.apache.lucene.search.ScoreDoc scoreDoc)
AbstractNonProxyLazyCodeToReturn
public AbstractNonProxyLazyCodeToReturn(float score,
int documentId)
getCode
public java.lang.String getCode()
- Overrides:
getCode
in class CodeToReturn
getEntityDescription
public java.lang.String getEntityDescription()
- Overrides:
getEntityDescription
in class CodeToReturn
getEntityTypes
public java.lang.String[] getEntityTypes()
- Overrides:
getEntityTypes
in class CodeToReturn
getNamespace
public java.lang.String getNamespace()
- Overrides:
getNamespace
in class CodeToReturn
getUri
public java.lang.String getUri()
- Overrides:
getUri
in class CodeToReturn
getVersion
public java.lang.String getVersion()
- Overrides:
getVersion
in class CodeToReturn
getEntityUid
public java.lang.String getEntityUid()
- Overrides:
getEntityUid
in class CodeToReturn
doCompact
protected void doCompact()
- Specified by:
doCompact
in class AbstractLazyLoadableCodeToReturn
hydrateIfNeeded
protected void hydrateIfNeeded()
- Hydrate if needed.