@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Jun 11 16:38:33 CEST 2014") public interface AttachmentFile extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CONTENT |
static String |
PROPERTY_FILENAME |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
File |
getFile()
Return transient file on local file system with blob content.
|
String |
getFilename() |
long |
getLength() |
void |
setContent(byte[] content) |
void |
setFilename(String filename) |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_FILENAME
static final String PROPERTY_CONTENT
void setFilename(String filename)
String getFilename()
void setContent(byte[] content)
byte[] getContent()
long getLength()
File getFile()
Copyright © 2014 CodeLutin. All rights reserved.