org.jfree.repository

Interface ContentEntity

public interface ContentEntity

Creation-Date: 13.11.2006, 11:38:07

Author: Thomas Morgner

Method Summary
booleandelete()
ObjectgetAttribute(String domain, String key)
ObjectgetContentId()
StringgetName()
ContentLocationgetParent()
RepositorygetRepository()
booleansetAttribute(String domain, String key, Object value)

Method Detail

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)