org.exoplatform.wiki.mow.core.api.wiki
Class RemovedMixin

java.lang.Object
  extended by org.exoplatform.wiki.mow.core.api.wiki.RemovedMixin

public abstract class RemovedMixin
extends Object

Version:
$Revision$

Constructor Summary
RemovedMixin()
           
 
Method Summary
abstract  PageImpl getEntity()
           
abstract  String getParentPath()
           
abstract  String getRemovedBy()
           
abstract  Date getRemovedDate()
           
abstract  void setEntity(PageImpl page)
           
abstract  void setParentPath(String path)
           
abstract  void setRemovedBy(String by)
           
abstract  void setRemovedDate(Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovedMixin

public RemovedMixin()
Method Detail

getEntity

public abstract PageImpl getEntity()

setEntity

public abstract void setEntity(PageImpl page)

setRemovedBy

public abstract void setRemovedBy(String by)

getRemovedBy

public abstract String getRemovedBy()

setRemovedDate

public abstract void setRemovedDate(Date date)

getRemovedDate

public abstract Date getRemovedDate()

setParentPath

public abstract void setParentPath(String path)

getParentPath

public abstract String getParentPath()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.