Package org.exoplatform.wiki.jpa.entity
Class AttachmentEntity
- java.lang.Object
-
- org.exoplatform.wiki.jpa.entity.AttachmentEntity
-
- Direct Known Subclasses:
DraftPageAttachmentEntity,PageAttachmentEntity
@MappedSuperclass public class AttachmentEntity extends Object
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 23, 2015
-
-
Constructor Summary
Constructors Constructor Description AttachmentEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAttachmentFileID()DategetCreatedDate()StringgetFullTitle()longgetId()voidsetAttachmentFileID(Long attachmentFileID)voidsetCreatedDate(Date createdDate)voidsetFullTitle(String fullTitle)voidsetId(Long id)
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(Long id)
-
getCreatedDate
public Date getCreatedDate()
-
setCreatedDate
public void setCreatedDate(Date createdDate)
-
getFullTitle
public String getFullTitle()
-
setFullTitle
public void setFullTitle(String fullTitle)
-
getAttachmentFileID
public Long getAttachmentFileID()
-
setAttachmentFileID
public void setAttachmentFileID(Long attachmentFileID)
-
-