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.

Version:
$Id: File.java 5448 2006-10-13 19:29:17Z chris.laprun@jboss.com $
Author:
Christophe Lombart, Roy Russo

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

Content getContent(java.util.Locale locale)

setContent

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

getContent

Content getContent()