Package org.exoplatform.wiki.jpa.entity
Class PageAttachmentEntity
- java.lang.Object
-
- org.exoplatform.wiki.jpa.entity.AttachmentEntity
-
- org.exoplatform.wiki.jpa.entity.PageAttachmentEntity
-
@Entity(name="WikiPageAttachmentEntity") public class PageAttachmentEntity extends AttachmentEntity
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 23, 2015
-
-
Constructor Summary
Constructors Constructor Description PageAttachmentEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageEntitygetPage()voidsetPage(PageEntity page)-
Methods inherited from class org.exoplatform.wiki.jpa.entity.AttachmentEntity
getAttachmentFileID, getCreatedDate, getFullTitle, getId, setAttachmentFileID, setCreatedDate, setFullTitle, setId
-
-
-
-
Method Detail
-
getPage
public PageEntity getPage()
-
setPage
public void setPage(PageEntity page)
-
-