@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Tue Jun 10 11:30:04 CEST 2014") public abstract class AttachmentFileAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements AttachmentFile
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
content
Nom de l'attribut en BD : content
|
protected String |
filename
Nom de l'attribut en BD : filename
|
deleted, fireSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_CONTENT, PROPERTY_FILENAME| Constructor and Description |
|---|
AttachmentFileAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
byte[] |
getContent() |
String |
getFilename() |
void |
setContent(byte[] content) |
void |
setFilename(String filename) |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFireSupportOrNull, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetFile, getLengthaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String filename
protected byte[] content
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionpublic void setFilename(String filename)
setFilename in interface AttachmentFilepublic String getFilename()
getFilename in interface AttachmentFilepublic void setContent(byte[] content)
setContent in interface AttachmentFilepublic byte[] getContent()
getContent in interface AttachmentFileCopyright © 2014 CodeLutin. All rights reserved.