de.bea.domingo
Interface DBaseItem

All Superinterfaces:
DBase, java.io.Serializable
All Known Subinterfaces:
DItem, DRichTextItem
All Known Implementing Classes:
BaseItemProxy, ItemHttp, ItemProxy, MockItem, RichTextItemProxy

public interface DBaseItem
extends DBase

Base interface for all concrete item interfaces.

Author:
Kurt Riede

Method Summary
 java.lang.String getName()
          Returns the name of an item.
 void remove()
          Permanently deletes an item from a document.
 
Methods inherited from interface de.bea.domingo.DBase
equals, hashCode, toString
 

Method Detail

getName

java.lang.String getName()
Returns the name of an item.

Returns:
String

remove

void remove()
Permanently deletes an item from a document. After calling remove, you must call save in Document to save the change. You can achieve the same result with removeItem in Document.



Domingo Java-API