org.jfree.repository

Interface ContentEntity

Known Subinterfaces:
ContentItem, ContentLocation
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

Method Summary

boolean
delete()
Object
getAttribute(String domain, String key)
Object
getContentId()
String
getName()
ContentLocation
getParent()
Repository
getRepository()
boolean
setAttribute(String domain, String key, Object value)

Method Details

delete

public boolean delete()

getAttribute

public Object getAttribute(String domain,
                           String key)

getContentId

public Object getContentId()

getName

public String getName()

getParent

public ContentLocation getParent()

getRepository

public Repository getRepository()

setAttribute

public boolean setAttribute(String domain,
                            String key,
                            Object value)