org.jfree.repository
Interface ContentEntity
- All Known Subinterfaces:
- ContentItem, ContentLocation
- All Known Implementing Classes:
- DummyContentItem, DummyContentLocation, FileContentEntity, FileContentItem, FileContentLocation, StreamContentItem, StreamContentLocation, ZipContentItem, ZipContentLocation
public interface ContentEntity
Creation-Date: 13.11.2006, 11:38:07
- Author:
- Thomas Morgner
getName
java.lang.String getName()
getContentId
java.lang.Object getContentId()
getAttribute
java.lang.Object getAttribute(java.lang.String domain,
java.lang.String key)
setAttribute
boolean setAttribute(java.lang.String domain,
java.lang.String key,
java.lang.Object value)
getParent
ContentLocation getParent()
getRepository
Repository getRepository()
delete
boolean delete()