Oracle&#174 Ultra Search Java API Reference
10g Release 2 (10.2)

B14221-01


oracle.ultrasearch.query
Class EmailHeader

java.lang.Object
  extended byoracle.ultrasearch.query.EmailHeader


public class EmailHeader
extends java.lang.Object

This class represents the email header information used by the email browser. It contains the following information:

Since:
9.0.2

Constructor Summary
EmailHeader(java.sql.Date date, java.lang.String from, java.lang.String subject)
Constructor that initializes the email header info
EmailHeader(java.sql.Date date, java.lang.String from, java.lang.String subject, int seqNum)
Constructor that initializes the email header info

Method Summary
java.sql.Date getDate()
Gets the 'DATE' field of the email message
java.lang.String getFrom()
Gets the 'FROM' field of the email message
int getSeqNum()
Gets the sequence number of the email message
java.lang.String getSubject()
Gets the 'SUBJECT' field of the email message

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

EmailHeader

public EmailHeader(java.sql.Date date,
                   java.lang.String from,
                   java.lang.String subject)
Constructor that initializes the email header info
Parameters:
date - The email header 'DATE' field
from - The email header 'FROM' field
subject - The email header 'SUBJECT' field

EmailHeader

public EmailHeader(java.sql.Date date,
                   java.lang.String from,
                   java.lang.String subject,
                   int seqNum)
Constructor that initializes the email header info
Parameters:
date - The email header 'DATE' field
from - The email header 'FROM' field
subject - The email header 'SUBJECT' field
seqNum - The sequence number of the mail message

Method Detail

getDate

public java.sql.Date getDate()
Gets the 'DATE' field of the email message
Returns:
the 'DATE' field of the email message

getFrom

public java.lang.String getFrom()
Gets the 'FROM' field of the email message
Returns:
the 'FROM' field of the email message

getSubject

public java.lang.String getSubject()
Gets the 'SUBJECT' field of the email message
Returns:
the 'SUBJECT' field of the email message

getSeqNum

public int getSeqNum()
Gets the sequence number of the email message
Returns:
the sequence number of the email message

Oracle&#174 Ultra Search Java API Reference
10g Release 2 (10.2)

B14221-01


Copyright © 2003,2005, Oracle. All Rights Reserved.