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

java.lang.Object
  extended by org.apache.portals.graffito.model.core.impl.HistoryElementImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.portals.graffito.model.core.HistoryElement

public class HistoryElementImpl
extends java.lang.Object
implements org.apache.portals.graffito.model.core.HistoryElement, java.io.Serializable

CMS History implementation.

See Also:
Serialized Form

Field Summary
protected  java.lang.Long historyElementId
           
protected static org.apache.commons.logging.Log log
           
protected  java.lang.Long previousId
           
protected  java.lang.Long versionnedContentId
           
 
Constructor Summary
HistoryElementImpl()
           
 
Method Summary
 org.apache.portals.graffito.model.core.HistoryElement getPrevious()
           
 org.apache.portals.graffito.model.core.VersionnedContent getVersionnedContent()
           
 void setPrevious(org.apache.portals.graffito.model.core.HistoryElement previous)
           
 void setVersionnedContent(org.apache.portals.graffito.model.core.VersionnedContent versionnedContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log

historyElementId

protected java.lang.Long historyElementId

versionnedContentId

protected java.lang.Long versionnedContentId

previousId

protected java.lang.Long previousId
Constructor Detail

HistoryElementImpl

public HistoryElementImpl()
Method Detail

getVersionnedContent

public org.apache.portals.graffito.model.core.VersionnedContent getVersionnedContent()
Specified by:
getVersionnedContent in interface org.apache.portals.graffito.model.core.HistoryElement
See Also:
HistoryElement.getVersionnedContent()

getPrevious

public org.apache.portals.graffito.model.core.HistoryElement getPrevious()
Specified by:
getPrevious in interface org.apache.portals.graffito.model.core.HistoryElement
See Also:
HistoryElement.getPrevious()

setVersionnedContent

public void setVersionnedContent(org.apache.portals.graffito.model.core.VersionnedContent versionnedContent)
Specified by:
setVersionnedContent in interface org.apache.portals.graffito.model.core.HistoryElement
See Also:
HistoryElement.setVersionnedContent(org.apache.portals.graffito.model.core.VersionnedContent)

setPrevious

public void setPrevious(org.apache.portals.graffito.model.core.HistoryElement previous)
Specified by:
setPrevious in interface org.apache.portals.graffito.model.core.HistoryElement
See Also:
HistoryElement.setPrevious(org.apache.portals.graffito.model.core.HistoryElement)


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