com.aol.acc
Class AccImSummary

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccImSummary

public class AccImSummary
extends AccBase

IAccImSummary manages incoming stored IMs.


Method Summary
 int getId()
          The ID of the summary.
 java.lang.String getSender()
          The user name of the IM sender.
 java.util.Date getTimestamp()
          The timestamp of the IM.
 
Methods inherited from class com.aol.acc.AccBase
compareHandle, equals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public int getId()
          throws AccException
The ID of the summary.

Throws:
AccException

getSender

public java.lang.String getSender()
                           throws AccException
The user name of the IM sender.

Throws:
AccException

getTimestamp

public java.util.Date getTimestamp()
                            throws AccException
The timestamp of the IM.

Throws:
AccException