org.exoplatform.portletcontainer.applications.sbridgestrutsportlet
Class Attachment
java.lang.Object
org.exoplatform.portletcontainer.applications.sbridgestrutsportlet.Attachment
public class Attachment
- extends java.lang.Object
Created by The eXo Platform SAS .
- Version:
- $Id: $
Sep 30, 2008
- Author:
- Alexey Zavizionov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attachment
public Attachment()
getAttachmentId
public int getAttachmentId()
- Returns:
- Returns the attachmentId.
setAttachmentId
public void setAttachmentId(int attachmentId)
- Parameters:
attachmentId - The attachmentId to set.
getContentType
public java.lang.String getContentType()
- Returns:
- Returns the contentType.
setContentType
public void setContentType(java.lang.String contentType)
- Parameters:
contentType - The contentType to set.
getFileData
public byte[] getFileData()
- Returns:
- Returns the fileData.
setFileData
public void setFileData(byte[] fileData)
- Parameters:
fileData - The fileData to set.
getFileName
public java.lang.String getFileName()
- Returns:
- Returns the fileName.
setFileName
public void setFileName(java.lang.String fileName)
- Parameters:
fileName - The fileName to set.
getFile
public org.apache.struts.upload.FormFile getFile()
setFile
public void setFile(org.apache.struts.upload.FormFile file)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.