Package org.exoplatform.wiki.model
Class Attachment
java.lang.Object
org.exoplatform.wiki.model.Attachment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getName()getTitle()longvoidsetContent(byte[] content) voidsetCreatedDate(Calendar createdDate) voidsetCreator(String creator) voidsetDownloadURL(String downloadURL) voidsetFullTitle(String fullTitle) voidsetMimeType(String mimeType) voidvoidsetPermissions(List<PermissionEntry> permissions) voidvoidsetUpdatedDate(Calendar updatedDate) voidsetWeightInBytes(long weightInBytes)
-
Constructor Details
-
Attachment
public Attachment()
-
-
Method Details
-
getName
-
setName
-
getWeightInBytes
public long getWeightInBytes() -
setWeightInBytes
public void setWeightInBytes(long weightInBytes) -
getCreator
-
setCreator
-
getCreatedDate
-
setCreatedDate
-
getUpdatedDate
-
setUpdatedDate
-
getDownloadURL
-
setDownloadURL
-
getTitle
-
setTitle
-
getFullTitle
-
setFullTitle
-
getContent
public byte[] getContent() -
setContent
public void setContent(byte[] content) -
getMimeType
-
setMimeType
-
getPermissions
-
setPermissions
-