public class TynamoBlobImpl extends Object implements TynamoBlob
| Constructor and Description |
|---|
TynamoBlobImpl() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getContentType() |
String |
getFileName() |
String |
getFilePath() |
void |
reset()
Clean and reset the internal state to leave it as a newly created object.
|
void |
setBytes(byte[] bytes) |
void |
setContentType(String contentType) |
void |
setFileName(String fileName) |
void |
setFilePath(String filePath) |
public String getFileName()
getFileName in interface TynamoBlobpublic void setFileName(String fileName)
setFileName in interface TynamoBlobpublic String getFilePath()
getFilePath in interface TynamoBlobpublic void setFilePath(String filePath)
setFilePath in interface TynamoBlobpublic String getContentType()
getContentType in interface TynamoBlobpublic void setContentType(String contentType)
setContentType in interface TynamoBlobpublic byte[] getBytes()
getBytes in interface TynamoBlobpublic void setBytes(byte[] bytes)
setBytes in interface TynamoBlobpublic void reset()
TynamoBlobreset in interface TynamoBlobCopyright © 2004–2015. All rights reserved.