Package com.pff

Class PSTActivity


  • public class PSTActivity
    extends PSTMessage
    PSTActivity represents Journal entries
    • Method Detail

      • getLogType

        public java.lang.String getLogType()
        Type
      • getLogStart

        public java.util.Date getLogStart()
        Start
      • getLogDuration

        public int getLogDuration()
        Duration
      • getLogEnd

        public java.util.Date getLogEnd()
        End
      • getLogFlags

        public int getLogFlags()
        LogFlags
      • isDocumentPrinted

        public boolean isDocumentPrinted()
        DocPrinted
      • isDocumentSaved

        public boolean isDocumentSaved()
        DocSaved
      • isDocumentRouted

        public boolean isDocumentRouted()
        DocRouted
      • isDocumentPosted

        public boolean isDocumentPosted()
        DocPosted
      • getLogTypeDesc

        public java.lang.String getLogTypeDesc()
        Type Description
      • toString

        public java.lang.String toString()
        Description copied from class: PSTMessage
        string representation of this email
        Overrides:
        toString in class PSTMessage