@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Sep 17 15:48:22 CEST 2015") 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 |
ediError
Nom de l'attribut en BD : ediError
|
protected EmailGroup |
emailGroup
Nom de l'attribut en BD : emailGroup
|
protected boolean |
fax
Nom de l'attribut en BD : fax
|
protected Collection<History> |
history
Nom de l'attribut en BD : history
|
protected FaxToMailUser |
lastAttachmentOpener
Nom de l'attribut en BD : lastAttachmentOpener
|
protected MailFolder |
mailFolder
Nom de l'attribut en BD : mailFolder
|
protected Collection<Client> |
matchingClients
Nom de l'attribut en BD : matchingClients
|
protected String |
object
Champ metier objet qui est la concaténation des differentes caractéristique de la demande (différent de l'objet du mail)
Nom de l'attribut en BD : object
|
protected OriginalEmail |
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 List<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 List<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
|
protected WaitingState |
waitingState
Nom de l'attribut en BD : waitingState
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_ARCHIVE_DATE, PROPERTY_ATTACHMENT, PROPERTY_CLIENT, PROPERTY_COMMENT, PROPERTY_COMPANY_REFERENCE, PROPERTY_DEMAND_STATUS, PROPERTY_DEMAND_TYPE, PROPERTY_EDI_ERROR, PROPERTY_EMAIL_GROUP, PROPERTY_FAX, PROPERTY_HISTORY, PROPERTY_LAST_ATTACHMENT_OPENER, PROPERTY_MAIL_FOLDER, PROPERTY_MATCHING_CLIENTS, 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, PROPERTY_WAITING_STATE| Constructor and Description |
|---|
EmailAbstract() |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetFirstOpeningDate, getFirstOpeningUser, getLastAttachmentOpeningInFolderDate, getLastAttachmentOpeningInFolderUser, getLastModificationDate, getLastModificationUser, getReference, getTitleprotected Date receptionDate
protected String ediError
protected String projectReference
protected String sender
protected boolean fax
protected String recipient
protected String object
protected Date archiveDate
protected String companyReference
protected String comment
protected MailFolder mailFolder
protected DemandType demandType
protected Priority priority
protected Collection<History> history
protected WaitingState waitingState
protected FaxToMailUser takenBy
protected Client client
protected DemandStatus demandStatus
protected EmailGroup emailGroup
protected FaxToMailUser lastAttachmentOpener
protected Collection<Attachment> attachment
protected OriginalEmail originalEmail
protected Collection<Client> matchingClients
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 setReceptionDate(Date receptionDate)
setReceptionDate in interface Emailpublic Date getReceptionDate()
getReceptionDate in interface Emailpublic void setEdiError(String ediError)
setEdiError in interface Emailpublic String getEdiError()
getEdiError 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 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 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 setWaitingState(WaitingState waitingState)
setWaitingState in interface Emailpublic WaitingState getWaitingState()
getWaitingState 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 addRangeRow(int index,
RangeRow rangeRow)
addRangeRow in interface Emailpublic void addAllRangeRow(List<RangeRow> rangeRow)
addAllRangeRow in interface Emailpublic void setRangeRow(List<RangeRow> rangeRow)
setRangeRow in interface Emailpublic void removeRangeRow(RangeRow rangeRow)
removeRangeRow in interface Emailpublic void removeRangeRow(int index)
removeRangeRow in interface Emailpublic void clearRangeRow()
clearRangeRow in interface Emailpublic List<RangeRow> getRangeRow()
getRangeRow in interface Emailpublic RangeRow getRangeRow(int index)
getRangeRow in interface Emailpublic RangeRow getRangeRowByTopiaId(String topiaId)
getRangeRowByTopiaId in interface Emailpublic List<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 addReplies(int index,
Reply replies)
addReplies in interface Emailpublic void addAllReplies(List<Reply> replies)
addAllReplies in interface Emailpublic void setReplies(List<Reply> replies)
setReplies in interface Emailpublic void removeReplies(Reply replies)
removeReplies in interface Emailpublic void removeReplies(int index)
removeReplies in interface Emailpublic void clearReplies()
clearReplies in interface Emailpublic List<Reply> getReplies()
getReplies in interface Emailpublic Reply getReplies(int index)
getReplies in interface Emailpublic Reply getRepliesByTopiaId(String topiaId)
getRepliesByTopiaId in interface Emailpublic List<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 Emailpublic void setLastAttachmentOpener(FaxToMailUser lastAttachmentOpener)
setLastAttachmentOpener in interface Emailpublic FaxToMailUser getLastAttachmentOpener()
getLastAttachmentOpener 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 setOriginalEmail(OriginalEmail originalEmail)
setOriginalEmail in interface Emailpublic OriginalEmail getOriginalEmail()
getOriginalEmail in interface Emailpublic void addMatchingClients(Client matchingClients)
addMatchingClients in interface Emailpublic void addAllMatchingClients(Collection<Client> matchingClients)
addAllMatchingClients in interface Emailpublic void setMatchingClients(Collection<Client> matchingClients)
setMatchingClients in interface Emailpublic void removeMatchingClients(Client matchingClients)
removeMatchingClients in interface Emailpublic void clearMatchingClients()
clearMatchingClients in interface Emailpublic Collection<Client> getMatchingClients()
getMatchingClients in interface Emailpublic Client getMatchingClientsByTopiaId(String topiaId)
getMatchingClientsByTopiaId in interface Emailpublic Collection<String> getMatchingClientsTopiaIds()
getMatchingClientsTopiaIds in interface Emailpublic int sizeMatchingClients()
sizeMatchingClients in interface Emailpublic boolean isMatchingClientsEmpty()
isMatchingClientsEmpty in interface Emailpublic boolean isMatchingClientsNotEmpty()
isMatchingClientsNotEmpty in interface Emailpublic boolean containsMatchingClients(Client matchingClients)
containsMatchingClients in interface EmailCopyright © 2014–2015 CodeLutin. All rights reserved.