Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

oracle.mail.sdk.esmail
Class OracleComment

java.lang.Object
  |
  +--oracle.mail.sdk.esmail.OracleComment

public class OracleComment
extends java.lang.Object

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.

Version:
1.0, 2002/09/30

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

OracleComment

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

getKey

public java.lang.String getKey()
Method to get the comment key.

getValue

public java.lang.String getValue()
Method to get the comment value.

setKey

public void setKey(java.lang.String key)
Method to set the comment key.

setValue

public void setValue(java.lang.String value)
Method to set the comment value.

Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

Copyright © 1988, 2003 Oracle Corporation. All Rights Reserved.