|
Oracle Ultra Search APIs 9.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ultrasearch.query.EmailHeader
This class represents the email header information used by the email browser. It contains the following information:
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 |
public EmailHeader(java.sql.Date date, java.lang.String from, java.lang.String subject)
date
- The email header 'DATE' fieldfrom
- The email header 'FROM' fieldsubject
- The email header 'SUBJECT' fieldpublic EmailHeader(java.sql.Date date, java.lang.String from, java.lang.String subject, int seqNum)
date
- The email header 'DATE' fieldfrom
- The email header 'FROM' fieldsubject
- The email header 'SUBJECT' fieldseqNum
- The sequence number of the mail messageMethod Detail |
public java.sql.Date getDate()
public java.lang.String getFrom()
public java.lang.String getSubject()
public int getSeqNum()
|
Oracle Ultra Search APIs 9.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |