@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Tue Jun 10 11:30:04 CEST 2014") public abstract class EmailAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements Email
| Modifier and Type | Field and Description |
|---|---|
protected Date |
archiveDate
Nom de l'attribut en BD : archiveDate
|
protected Collection<Attachment> |
attachment
Nom de l'attribut en BD : attachment
|
protected Client |
client
Nom de l'attribut en BD : client
|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected String |
companyReference
Nom de l'attribut en BD : companyReference
|
protected DemandStatus |
demandStatus
Nom de l'attribut en BD : demandStatus
|
protected DemandType |
demandType
Nom de l'attribut en BD : demandType
|
protected String |
ediCodeNumber
Nom de l'attribut en BD : ediCodeNumber
|
protected EmailGroup |
emailGroup
Nom de l'attribut en BD : emailGroup
|
protected EtatAttente |
etatAttente
Nom de l'attribut en BD : etatAttente
|
protected boolean |
fax
Nom de l'attribut en BD : fax
|
protected Collection<History> |
history
Nom de l'attribut en BD : history
|
protected MailFolder |
mailFolder
Nom de l'attribut en BD : mailFolder
|
protected String |
object
Nom de l'attribut en BD : object
|
protected String |
originalEmail
Nom de l'attribut en BD : originalEmail
|
protected Priority |
priority
Nom de l'attribut en BD : priority
|
protected String |
projectReference
Nom de l'attribut en BD : projectReference
|
protected Collection<RangeRow> |
rangeRow
Nom de l'attribut en BD : rangeRow
|
protected Date |
receptionDate
Nom de l'attribut en BD : receptionDate
|
protected String |
recipient
Nom de l'attribut en BD : recipient
|
protected Collection<Reply> |
replies
Nom de l'attribut en BD : replies
|
protected String |
sender
Nom de l'attribut en BD : sender
|
protected FaxToMailUser |
takenBy
Nom de l'attribut en BD : takenBy
|
deleted, fireSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_ARCHIVE_DATE, PROPERTY_ATTACHMENT, PROPERTY_CLIENT, PROPERTY_COMMENT, PROPERTY_COMPANY_REFERENCE, PROPERTY_DEMAND_STATUS, PROPERTY_DEMAND_TYPE, PROPERTY_EDI_CODE_NUMBER, PROPERTY_EMAIL_GROUP, PROPERTY_ETAT_ATTENTE, PROPERTY_FAX, PROPERTY_HISTORY, PROPERTY_MAIL_FOLDER, PROPERTY_OBJECT, PROPERTY_ORIGINAL_EMAIL, PROPERTY_PRIORITY, PROPERTY_PROJECT_REFERENCE, PROPERTY_RANGE_ROW, PROPERTY_RECEPTION_DATE, PROPERTY_RECIPIENT, PROPERTY_REPLIES, PROPERTY_SENDER, PROPERTY_TAKEN_BY| Constructor and Description |
|---|
EmailAbstract() |
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, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected Date receptionDate
protected String ediCodeNumber
protected String projectReference
protected String sender
protected boolean fax
protected String recipient
protected String object
protected Date archiveDate
protected String companyReference
protected String originalEmail
protected String comment
protected MailFolder mailFolder
protected Collection<Attachment> attachment
protected DemandType demandType
protected Priority priority
protected Collection<History> history
protected EtatAttente etatAttente
protected FaxToMailUser takenBy
protected Collection<RangeRow> rangeRow
protected Client client
protected DemandStatus demandStatus
protected EmailGroup emailGroup
protected Collection<Reply> replies
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 setReceptionDate(Date receptionDate)
setReceptionDate in interface Emailpublic Date getReceptionDate()
getReceptionDate in interface Emailpublic void setEdiCodeNumber(String ediCodeNumber)
setEdiCodeNumber in interface Emailpublic String getEdiCodeNumber()
getEdiCodeNumber in interface Emailpublic void setProjectReference(String projectReference)
setProjectReference in interface Emailpublic String getProjectReference()
getProjectReference in interface Emailpublic void setRecipient(String recipient)
setRecipient in interface Emailpublic String getRecipient()
getRecipient in interface Emailpublic void setArchiveDate(Date archiveDate)
setArchiveDate in interface Emailpublic Date getArchiveDate()
getArchiveDate in interface Emailpublic void setCompanyReference(String companyReference)
setCompanyReference in interface Emailpublic String getCompanyReference()
getCompanyReference in interface Emailpublic void setOriginalEmail(String originalEmail)
setOriginalEmail in interface Emailpublic String getOriginalEmail()
getOriginalEmail in interface Emailpublic void setComment(String comment)
setComment in interface Emailpublic String getComment()
getComment in interface Emailpublic void setMailFolder(MailFolder mailFolder)
setMailFolder in interface Emailpublic MailFolder getMailFolder()
getMailFolder in interface Emailpublic void addAttachment(Attachment attachment)
addAttachment in interface Emailpublic void addAllAttachment(Collection<Attachment> attachment)
addAllAttachment in interface Emailpublic void setAttachment(Collection<Attachment> attachment)
setAttachment in interface Emailpublic void removeAttachment(Attachment attachment)
removeAttachment in interface Emailpublic void clearAttachment()
clearAttachment in interface Emailpublic Collection<Attachment> getAttachment()
getAttachment in interface Emailpublic Attachment getAttachmentByTopiaId(String topiaId)
getAttachmentByTopiaId in interface Emailpublic Collection<String> getAttachmentTopiaIds()
getAttachmentTopiaIds in interface Emailpublic int sizeAttachment()
sizeAttachment in interface Emailpublic boolean isAttachmentEmpty()
isAttachmentEmpty in interface Emailpublic boolean isAttachmentNotEmpty()
isAttachmentNotEmpty in interface Emailpublic boolean containsAttachment(Attachment attachment)
containsAttachment in interface Emailpublic void setDemandType(DemandType demandType)
setDemandType in interface Emailpublic DemandType getDemandType()
getDemandType in interface Emailpublic void setPriority(Priority priority)
setPriority in interface Emailpublic Priority getPriority()
getPriority in interface Emailpublic void addHistory(History history)
addHistory in interface Emailpublic void addAllHistory(Collection<History> history)
addAllHistory in interface Emailpublic void setHistory(Collection<History> history)
setHistory in interface Emailpublic void removeHistory(History history)
removeHistory in interface Emailpublic void clearHistory()
clearHistory in interface Emailpublic Collection<History> getHistory()
getHistory in interface Emailpublic History getHistoryByTopiaId(String topiaId)
getHistoryByTopiaId in interface Emailpublic Collection<String> getHistoryTopiaIds()
getHistoryTopiaIds in interface Emailpublic int sizeHistory()
sizeHistory in interface Emailpublic boolean isHistoryEmpty()
isHistoryEmpty in interface Emailpublic boolean isHistoryNotEmpty()
isHistoryNotEmpty in interface Emailpublic boolean containsHistory(History history)
containsHistory in interface Emailpublic void setEtatAttente(EtatAttente etatAttente)
setEtatAttente in interface Emailpublic EtatAttente getEtatAttente()
getEtatAttente in interface Emailpublic void setTakenBy(FaxToMailUser takenBy)
setTakenBy in interface Emailpublic FaxToMailUser getTakenBy()
getTakenBy in interface Emailpublic void addRangeRow(RangeRow rangeRow)
addRangeRow in interface Emailpublic void addAllRangeRow(Collection<RangeRow> rangeRow)
addAllRangeRow in interface Emailpublic void setRangeRow(Collection<RangeRow> rangeRow)
setRangeRow in interface Emailpublic void removeRangeRow(RangeRow rangeRow)
removeRangeRow in interface Emailpublic void clearRangeRow()
clearRangeRow in interface Emailpublic Collection<RangeRow> getRangeRow()
getRangeRow in interface Emailpublic RangeRow getRangeRowByTopiaId(String topiaId)
getRangeRowByTopiaId in interface Emailpublic Collection<String> getRangeRowTopiaIds()
getRangeRowTopiaIds in interface Emailpublic int sizeRangeRow()
sizeRangeRow in interface Emailpublic boolean isRangeRowEmpty()
isRangeRowEmpty in interface Emailpublic boolean isRangeRowNotEmpty()
isRangeRowNotEmpty in interface Emailpublic boolean containsRangeRow(RangeRow rangeRow)
containsRangeRow in interface Emailpublic void setDemandStatus(DemandStatus demandStatus)
setDemandStatus in interface Emailpublic DemandStatus getDemandStatus()
getDemandStatus in interface Emailpublic void setEmailGroup(EmailGroup emailGroup)
setEmailGroup in interface Emailpublic EmailGroup getEmailGroup()
getEmailGroup in interface Emailpublic void addReplies(Reply replies)
addReplies in interface Emailpublic void addAllReplies(Collection<Reply> replies)
addAllReplies in interface Emailpublic void setReplies(Collection<Reply> replies)
setReplies in interface Emailpublic void removeReplies(Reply replies)
removeReplies in interface Emailpublic void clearReplies()
clearReplies in interface Emailpublic Collection<Reply> getReplies()
getReplies in interface Emailpublic Reply getRepliesByTopiaId(String topiaId)
getRepliesByTopiaId in interface Emailpublic Collection<String> getRepliesTopiaIds()
getRepliesTopiaIds in interface Emailpublic int sizeReplies()
sizeReplies in interface Emailpublic boolean isRepliesEmpty()
isRepliesEmpty in interface Emailpublic boolean isRepliesNotEmpty()
isRepliesNotEmpty in interface Emailpublic boolean containsReplies(Reply replies)
containsReplies in interface EmailCopyright © 2014 CodeLutin. All rights reserved.