@MappedSuperclass public class AttachmentEntity extends Object
| Constructor and Description |
|---|
AttachmentEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAttachmentFileID() |
Date |
getCreatedDate() |
String |
getFullTitle() |
long |
getId() |
void |
setAttachmentFileID(Long attachmentFileID) |
void |
setCreatedDate(Date createdDate) |
void |
setFullTitle(String fullTitle) |
void |
setId(Long id) |
public long getId()
public void setId(Long id)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public String getFullTitle()
public void setFullTitle(String fullTitle)
public Long getAttachmentFileID()
public void setAttachmentFileID(Long attachmentFileID)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.