Package com.pff

Class PSTActivity


public class PSTActivity extends PSTMessage
PSTActivity represents Journal entries
  • Constructor Details

  • Method Details

    • getLogType

      public String getLogType()
      Type
    • getLogStart

      public Date getLogStart()
      Start
    • getLogDuration

      public int getLogDuration()
      Duration
    • getLogEnd

      public 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 String getLogTypeDesc()
      Type Description
    • toString

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