Class Attachment
java.lang.Object
org.jasig.portlet.attachment.model.Attachment
@Entity public class Attachment extends Object
- Author:
- Chris Waymire (chris@waymire.net)
-
Constructor Summary
Constructors Constructor Description Attachment() -
Method Summary
Modifier and Type Method Description StringgetChecksum()StringgetContentType()DategetCreatedAt()StringgetCreatedBy()byte[]getData()StringgetFilename()StringgetGuid()longgetId()DategetModifiedAt()StringgetModifiedBy()StringgetPath()StringgetSource()voidsetChecksum(String checksum)voidsetContentType(String contentType)voidsetCreatedAt(Date createdAt)voidsetCreatedBy(String createdBy)voidsetData(byte[] bdata)voidsetFilename(String filename)voidsetGuid(String guid)voidsetModifiedAt(Date modifiedAt)voidsetModifiedBy(String modifiedBy)voidsetPath(String path)voidsetSource(String source)
-
Constructor Details
-
Attachment
public Attachment()
-
-
Method Details
-
getId
public long getId() -
getFilename
-
setFilename
-
getGuid
-
setGuid
-
getPath
-
setPath
-
getSource
-
setSource
-
getData
public byte[] getData() -
setData
public void setData(byte[] bdata) -
getChecksum
-
setChecksum
-
getCreatedBy
-
setCreatedBy
-
getCreatedAt
-
setCreatedAt
-
getModifiedBy
-
setModifiedBy
-
getModifiedAt
-
setModifiedAt
-
getContentType
-
setContentType
-