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

java.lang.Object
  extended by org.apache.portals.graffito.model.core.impl.CmsObjectImpl
      extended by org.apache.portals.graffito.model.core.impl.ContentImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.apache.portals.graffito.model.core.CmsObject, org.apache.portals.graffito.model.core.Content
Direct Known Subclasses:
VersionnedContentImpl

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

Default implementation for Content

Author:
Christophe Lombart
See Also:
Serialized Form

Field Summary
 
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
ContentImpl()
           
 
Method Summary
 
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
 

Constructor Detail

ContentImpl

public ContentImpl()


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