org.jboss.portal.cms.model
Interface File

All Superinterfaces:
java.lang.Cloneable, CMSObject
All Known Implementing Classes:
FileImpl

public interface File
extends CMSObject, java.lang.Cloneable

CMS Document interface.


Method Summary
 Content getContent()
           
 Content getContent(java.util.Locale locale)
           
 void setContent(java.util.Locale locale, Content content)
           
 
Methods inherited from interface org.jboss.portal.cms.model.CMSObject
getBasePath, getBaseUUID, getCreationDate, getDescription, getLastModified, getName, getParentUUID, getTitle, getVersionPath, getVersionUUID, setBasePath, setBaseUUID, setCreationDate, setDescription, setLastModified, setName, setParentUUID, setTitle, setVersionPath, setVersionUUID
 

Method Detail

getContent

public Content getContent(java.util.Locale locale)

setContent

public void setContent(java.util.Locale locale,
                       Content content)

getContent

public Content getContent()