|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.webmedia.protocol.espemail.AbstractPrintable
com.genesyslab.platform.webmedia.protocol.espemail.EmailAttachment
public final class EmailAttachment
Field Summary |
---|
Fields inherited from class com.genesyslab.platform.webmedia.protocol.espemail.AbstractPrintable |
---|
SUPRESSED |
Constructor Summary | |
---|---|
EmailAttachment()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
byte[] |
getContent()
Binary value (the content of the file). |
java.lang.String |
getContentType()
String value (the content type of the file). |
java.lang.String |
getFileName()
Name of attached file. |
int |
hashCode()
|
void |
loadFromXml(ESPEmailCustomCodec custCodec,
org.w3c.dom.Node node)
|
void |
saveToXml(ESPEmailCustomCodec custCodec,
org.w3c.dom.Node node)
|
void |
setContent(byte[] value)
Binary value (the content of the file). |
void |
setContentType(java.lang.String value)
String value (the content type of the file). |
void |
setFileName(java.lang.String value)
Name of attached file. |
java.lang.String |
toString(int indent)
|
Methods inherited from class com.genesyslab.platform.webmedia.protocol.espemail.AbstractPrintable |
---|
toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EmailAttachment()
Method Detail |
---|
public java.lang.String getFileName()
public void setFileName(java.lang.String value)
public java.lang.String getContentType()
public void setContentType(java.lang.String value)
public byte[] getContent()
public void setContent(byte[] value)
public void saveToXml(ESPEmailCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
saveToXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void loadFromXml(ESPEmailCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
loadFromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public java.lang.String toString(int indent)
toString
in interface Printable
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |