@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Sep 03 15:28:02 CEST 2015") public abstract class ReplyAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements Reply
| Modifier and Type | Field and Description |
|---|---|
protected String |
recipient
Nom de l'attribut en BD : recipient
|
protected ReplyContent |
replyContent
Nom de l'attribut en BD : replyContent
|
protected String |
sender
Nom de l'attribut en BD : sender
|
protected FaxToMailUser |
sentBy
Nom de l'attribut en BD : sentBy
|
protected Date |
sentDate
Nom de l'attribut en BD : sentDate
|
protected String |
subject
Nom de l'attribut en BD : subject
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_RECIPIENT, PROPERTY_REPLY_CONTENT, PROPERTY_SENDER, PROPERTY_SENT_BY, PROPERTY_SENT_DATE, PROPERTY_SUBJECT| Constructor and Description |
|---|
ReplyAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
String |
getRecipient() |
ReplyContent |
getReplyContent() |
String |
getSender() |
FaxToMailUser |
getSentBy() |
Date |
getSentDate() |
String |
getSubject() |
void |
setRecipient(String recipient) |
void |
setReplyContent(ReplyContent replyContent) |
void |
setSender(String sender) |
void |
setSentBy(FaxToMailUser sentBy) |
void |
setSentDate(Date sentDate) |
void |
setSubject(String subject) |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected Date sentDate
protected String subject
protected String sender
protected String recipient
protected ReplyContent replyContent
protected FaxToMailUser sentBy
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.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic void setSentDate(Date sentDate)
setSentDate in interface Replypublic Date getSentDate()
getSentDate in interface Replypublic void setSubject(String subject)
setSubject in interface Replypublic String getSubject()
getSubject in interface Replypublic void setRecipient(String recipient)
setRecipient in interface Replypublic String getRecipient()
getRecipient in interface Replypublic void setReplyContent(ReplyContent replyContent)
setReplyContent in interface Replypublic ReplyContent getReplyContent()
getReplyContent in interface Replypublic void setSentBy(FaxToMailUser sentBy)
public FaxToMailUser getSentBy()
Copyright © 2014–2015 CodeLutin. All rights reserved.