@MappedSuperclass public class AttachmentEntity extends Object
| Constructor and Description |
|---|
AttachmentEntity() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
Date |
getCreatedDate() |
String |
getCreator() |
String |
getFullTitle() |
long |
getId() |
String |
getMimeType() |
String |
getName() |
String |
getTitle() |
Date |
getUpdatedDate() |
long |
getWeightInBytes() |
void |
setContent(byte[] content) |
void |
setCreatedDate(Date createdDate) |
void |
setCreator(String creator) |
void |
setFullTitle(String fullTitle) |
void |
setId(Long id) |
void |
setMimeType(String mimeType) |
void |
setName(String name) |
void |
setTitle(String title) |
void |
setUpdatedDate(Date updatedDate) |
public long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public long getWeightInBytes()
public String getCreator()
public void setCreator(String creator)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Date getUpdatedDate()
public void setUpdatedDate(Date updatedDate)
public String getTitle()
public void setTitle(String title)
public String getFullTitle()
public void setFullTitle(String fullTitle)
public byte[] getContent()
public void setContent(byte[] content)
public String getMimeType()
public void setMimeType(String mimeType)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.