|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.cms.impl.CMSObjectImpl
org.jboss.portal.cms.impl.FileImpl
public class FileImpl
Field Summary | |
---|---|
protected Content |
content
|
protected long |
fileSize
|
Fields inherited from class org.jboss.portal.cms.impl.CMSObjectImpl |
---|
basePath, baseUUID, creationDate, description, lastModified, name, parentUUID, title, versionPath, versionUUID |
Constructor Summary | |
---|---|
FileImpl()
|
Method Summary | |
---|---|
Content |
getContent()
|
Content |
getContent(java.util.Locale locale)
|
long |
getFileSize()
|
void |
setContent(java.util.Locale locale,
Content content)
|
void |
setFileSize(long fileSize)
|
Methods inherited from class org.jboss.portal.cms.impl.CMSObjectImpl |
---|
getBasePath, getBaseUUID, getCreationDate, getDescription, getLastModified, getName, getParentUUID, getTitle, getVersionPath, getVersionUUID, setBasePath, setBaseUUID, setCreationDate, setDescription, setLastModified, setName, setParentUUID, setTitle, setVersionPath, setVersionUUID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Field Detail |
---|
protected long fileSize
protected Content content
Constructor Detail |
---|
public FileImpl()
Method Detail |
---|
public long getFileSize()
public void setFileSize(long fileSize)
public void setContent(java.util.Locale locale, Content content)
setContent
in interface File
public Content getContent(java.util.Locale locale)
getContent
in interface File
public Content getContent()
getContent
in interface File
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |