@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Nov 04 16:44:51 CET 2015") public interface AttachmentFile extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CONTENT |
static String |
PROPERTY_FILENAME |
static String |
PROPERTY_ROTATION |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
File |
getFile()
Return transient file on local file system with blob content.
|
String |
getFilename() |
long |
getLength() |
int |
getRotation() |
void |
setContent(byte[] content) |
void |
setFilename(String filename) |
void |
setRotation(int rotation) |
static final String PROPERTY_FILENAME
static final String PROPERTY_CONTENT
static final String PROPERTY_ROTATION
void setFilename(String filename)
String getFilename()
void setContent(byte[] content)
byte[] getContent()
void setRotation(int rotation)
int getRotation()
long getLength()
File getFile()
Copyright © 2014–2015 CodeLutin. All rights reserved.