|
|||||||||
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.FolderImpl
public class FolderImpl
Field Summary | |
---|---|
protected java.util.List |
files
|
protected java.util.List |
folders
|
Fields inherited from class org.jboss.portal.cms.impl.CMSObjectImpl |
---|
basePath, baseUUID, creationDate, description, lastModified, name, parentUUID, title, versionPath, versionUUID |
Constructor Summary | |
---|---|
FolderImpl()
|
Method Summary | |
---|---|
java.util.List |
getFiles()
|
java.util.List |
getFolders()
|
void |
setFiles(java.util.List files)
|
void |
setFolders(java.util.List folders)
|
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 java.util.List folders
protected java.util.List files
Constructor Detail |
---|
public FolderImpl()
Method Detail |
---|
public java.util.List getFolders()
getFolders
in interface Folder
public void setFolders(java.util.List folders)
setFolders
in interface Folder
public java.util.List getFiles()
getFiles
in interface Folder
public void setFiles(java.util.List files)
setFiles
in interface Folder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |