org.apache.portals.graffito.model.core.impl
Class FolderImpl

java.lang.Object
  extended by org.apache.portals.graffito.model.core.impl.CmsObjectImpl
      extended by org.apache.portals.graffito.model.core.impl.FolderImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.portals.graffito.model.core.CmsObject, org.apache.portals.graffito.model.core.Folder

public class FolderImpl
extends CmsObjectImpl
implements org.apache.portals.graffito.model.core.Folder, java.io.Serializable

CMS FolderImpl implementation

Version:
$Id: FolderImpl.java,v 1.1 2004/12/22 20:36:59 christophe Exp $
Author:
Christophe Lombart
See Also:
Serialized Form

Field Summary
protected  java.util.List contents
           
protected  java.util.List folders
           
 
Fields inherited from class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
creationDate, lastModified, name, objectId, ojbConcreteClass, parentFolder, parentId, properties, uri
 
Fields inherited from interface org.apache.portals.graffito.model.core.CmsObject
URI_SEPARATOR
 
Constructor Summary
FolderImpl()
           
 
Method Summary
 java.util.List getContents()
           
 java.util.List getFolders()
           
 
Methods inherited from class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
equals, getCreationDate, getLastModified, getName, getObjectId, getParentFolder, getParentId, getPath, getProperties, getProperty, getUri, setCreationDate, setLastModified, setName, setObjectId, setParentFolder, setParentId, setProperties, setProperty, setUri, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.portals.graffito.model.core.CmsObject
getCreationDate, getLastModified, getName, getParentFolder, getPath, getProperties, getProperty, getUri, setCreationDate, setLastModified, setName, setParentFolder, setProperties, setProperty, setUri
 

Field Detail

folders

protected java.util.List folders

contents

protected java.util.List contents
Constructor Detail

FolderImpl

public FolderImpl()
Method Detail

getContents

public java.util.List getContents()
Specified by:
getContents in interface org.apache.portals.graffito.model.core.Folder
See Also:
Folder.getContents()

getFolders

public java.util.List getFolders()
Specified by:
getFolders in interface org.apache.portals.graffito.model.core.Folder
See Also:
Folder.getFolders()


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.