de.bea.domingo.map
Class BaseDigest
java.lang.Object
de.bea.domingo.map.BaseDigest
- Direct Known Subclasses:
- CalendarEntryDigest, ContactDigest, EmailDigest
public abstract class BaseDigest
- extends java.lang.Object
Optional abstract base class for digest classes. Implementations of digest
classes that inherit from this base class have access to internal properties
of the view column from which they where created.
If digest classes that
don't inherit from this base class need access to such properties (e.g. the
UniversalId of the document), they can also do this in the concrete mapper,
but it is recommended to use this base class.
- Author:
- Kurt Riede
Method Summary |
java.lang.String |
getUnid()
|
void |
setUnid(java.lang.String unid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseDigest
public BaseDigest()
getUnid
public final java.lang.String getUnid()
- Returns:
- Returns the unid.
setUnid
public final void setUnid(java.lang.String unid)
- Parameters:
unid
- The unid to set.
Domingo Java-API