Package org.exoplatform.wiki.jpa.entity
Class DraftPageAttachmentEntity
- java.lang.Object
-
- org.exoplatform.wiki.jpa.entity.AttachmentEntity
-
- org.exoplatform.wiki.jpa.entity.DraftPageAttachmentEntity
-
@Entity(name="WikiDraftPageAttachmentEntity") public class DraftPageAttachmentEntity extends AttachmentEntity
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 23, 2015
-
-
Constructor Summary
Constructors Constructor Description DraftPageAttachmentEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DraftPageEntitygetDraftPage()voidsetDraftPage(DraftPageEntity draftPage)-
Methods inherited from class org.exoplatform.wiki.jpa.entity.AttachmentEntity
getAttachmentFileID, getCreatedDate, getFullTitle, getId, setAttachmentFileID, setCreatedDate, setFullTitle, setId
-
-
-
-
Method Detail
-
getDraftPage
public DraftPageEntity getDraftPage()
-
setDraftPage
public void setDraftPage(DraftPageEntity draftPage)
-
-