com.genesyslab.platform.contacts.protocol.contactserver
Class EmailInEntityAttributes
java.lang.Object
com.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
com.genesyslab.platform.contacts.protocol.contactserver.BaseEntityAttributes
com.genesyslab.platform.contacts.protocol.contactserver.EmailInEntityAttributes
- All Implemented Interfaces:
- INullableAttributes, Printable, XmlSerializable
public final class EmailInEntityAttributes
- extends BaseEntityAttributes
- implements XmlSerializable, Printable, INullableAttributes
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.contacts.protocol.contactserver.Printable |
toString |
EmailInEntityAttributes
public EmailInEntityAttributes()
getNullAttributes
public java.lang.String[] getNullAttributes()
- Description copied from interface:
INullableAttributes
- Gets names of attributes which are set to null.
- Specified by:
getNullAttributes
in interface INullableAttributes
- Returns:
- names of attributes
setNullAttributes
public void setNullAttributes(java.lang.String[] value)
getFromAddress
public java.lang.String getFromAddress()
setFromAddress
public void setFromAddress(java.lang.String value)
getFromPersonal
public java.lang.String getFromPersonal()
setFromPersonal
public void setFromPersonal(java.lang.String value)
getReplyToAddress
public java.lang.String getReplyToAddress()
setReplyToAddress
public void setReplyToAddress(java.lang.String value)
getToAddresses
public java.lang.String getToAddresses()
setToAddresses
public void setToAddresses(java.lang.String value)
getCcAddresses
public java.lang.String getCcAddresses()
setCcAddresses
public void setCcAddresses(java.lang.String value)
getBccAddresses
public java.lang.String getBccAddresses()
setBccAddresses
public void setBccAddresses(java.lang.String value)
getSentDate
public java.util.Date getSentDate()
setSentDate
public void setSentDate(java.util.Date value)
getMailbox
public java.lang.String getMailbox()
setMailbox
public void setMailbox(java.lang.String value)
getWhichRuleMatched
public java.lang.String getWhichRuleMatched()
setWhichRuleMatched
public void setWhichRuleMatched(java.lang.String value)
getEmailOutId
public java.lang.String getEmailOutId()
setEmailOutId
public void setEmailOutId(java.lang.String value)
getHeader
public byte[] getHeader()
setHeader
public void setHeader(byte[] value)
saveToXml
public void saveToXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node)
throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
- Specified by:
saveToXml
in interface XmlSerializable
- Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
loadFromXml
public void loadFromXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node)
throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
- Specified by:
loadFromXml
in interface XmlSerializable
- Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
toString
public java.lang.String toString(int indent,
boolean hideAllowed,
boolean truncateLargeData)
- Specified by:
toString
in class AbstractPrintable
hashCode
public int hashCode()
- Overrides:
hashCode
in class DataObject
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class DataObject
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.