|
Oracle Email Java API Reference Release 2(9.0.4) B10724-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--oracle.mail.sdk.esmail.OracleComment
This class implements an OracleComment. Oracle comment functionality is an extension to the standard Javamail functionality and is based on the RFC draft for IMAP4 Annotations. A comment is allowed on any of the message header fields. No interpretation of the annotation key or value is performed.
| Constructor Summary | |
OracleComment(java.lang.String key, java.lang.String value)Constructor to create a comment. | |
| Method Summary | |
java.lang.String |
getKey()Method to get the comment key. |
java.lang.String |
getValue()Method to get the comment value. |
void |
setKey(java.lang.String key)Method to set the comment key. |
void |
setValue(java.lang.String value)Method to set the comment value. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OracleComment(java.lang.String key,
java.lang.String value)
Constructor to create a comment. Takes in a key and value. The key or the value are not interpreted.
| Method Detail |
public java.lang.String getKey()
public java.lang.String getValue()
public void setKey(java.lang.String key)
public void setValue(java.lang.String value)
|
Oracle Email Java API Reference Release 2(9.0.4) B10724-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||