de.bea.domingo
Interface DBase

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
DAgent, DBaseDocument, DBaseItem, DDatabase, DDocument, DDocumentCollection, DDxlExporter, DEmbeddedObject, DForm, DItem, DLog, DProfileDocument, DRichTextItem, DRichTextStyle, DSession, DView, DViewEntry
All Known Implementing Classes:
AgentContextProxy, AgentHttp, AgentProxy, BaseCollectionProxy, BaseDocumentHttp, BaseDocumentProxy, BaseHttp, BaseItemProxy, BaseProxy, BaseProxy.DocumentCollectionIterator, DatabaseHttp, DatabaseProxy, DocumentCollectionProxy, DocumentHttp, DocumentProxy, DxlExporterProxy, EmbeddedObjectProxy, FormProxy, ItemHttp, ItemProxy, LogProxy, MockDocument, MockItem, MockViewEntry, ProfileDocumentProxy, RichTextItemProxy, SessionHttp, SessionProxy, ViewColumnProxy, ViewEntryHttp, ViewEntryProxy, ViewHttp, ViewProxy

public interface DBase
extends java.io.Serializable

Base interface for all concrete notes interfaces.

The Base class defines methods that are common to all the classes. User code should not directly access the Base class.

Author:
Kurt Riede

Method Summary
 boolean equals(java.lang.Object object)
          Indicates whether some other object is "equal to" this one.
 int hashCode()
          Returns a hash code value for the object.
 java.lang.String toString()
          Returns a short description of an instance.
 

Method Detail

toString

java.lang.String toString()
Returns a short description of an instance.

Overrides:
toString in class java.lang.Object
Returns:
short description of an instance

equals

boolean equals(java.lang.Object object)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object
Parameters:
object - the reference object with which to compare.
Returns:
true if this object is the same as the object argument; false otherwise.
See Also:
hashCode(), Object.hashCode(), Object.equals(java.lang.Object), Hashtable

hashCode

int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.
See Also:
equals(java.lang.Object), Object.hashCode(), Object.equals(java.lang.Object), Hashtable


Domingo Java-API