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

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

public abstract class PageDescriptionMixin
extends Object

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Oct 30, 2013


Constructor Summary
PageDescriptionMixin()
           
 
Method Summary
abstract  String getAuthor()
           
abstract  String getComment()
           
abstract  AttachmentImpl getEntity()
           
abstract  Date getUpdatedDate()
           
abstract  void setAuthor(String author)
           
abstract  void setComment(String comments)
           
abstract  void setEntity(AttachmentImpl page)
           
abstract  void setUpdatedDate(Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageDescriptionMixin

public PageDescriptionMixin()
Method Detail

getEntity

public abstract AttachmentImpl getEntity()

setEntity

public abstract void setEntity(AttachmentImpl page)

getAuthor

public abstract String getAuthor()

setAuthor

public abstract void setAuthor(String author)

getUpdatedDate

public abstract Date getUpdatedDate()

setUpdatedDate

public abstract void setUpdatedDate(Date date)

getComment

public abstract String getComment()

setComment

public abstract void setComment(String comments)


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.