org.jfree.repository.file

Class FileContentEntity

public abstract class FileContentEntity extends Object implements ContentEntity

Creation-Date: 13.11.2006, 12:01:47

Author: Thomas Morgner

Constructor Summary
protected FileContentEntity(ContentLocation parent, File backend)
protected FileContentEntity(Repository repository, File backend)
Method Summary
booleandelete()
ObjectgetAttribute(String domain, String key)
protected FilegetBackend()
ObjectgetContentId()
StringgetName()
ContentLocationgetParent()
RepositorygetRepository()
booleansetAttribute(String domain, String key, Object value)

Constructor Detail

FileContentEntity

protected FileContentEntity(ContentLocation parent, File backend)

FileContentEntity

protected FileContentEntity(Repository repository, File backend)

Method Detail

delete

public boolean delete()

getAttribute

public Object getAttribute(String domain, String key)

getBackend

protected File getBackend()

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)