Class CisTransactionNote


  • public class CisTransactionNote
    extends java.lang.Object
    Class to record all the pertinent information that is returned regarding a fraudulant transaction and the notes history that corresponds.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCommenter()  
      java.util.Date getDate()  
      java.lang.String getNote()  
      void setCommenter​(java.lang.String commenter)  
      void setDate​(java.util.Date date)  
      void setNote​(java.lang.String note)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CisTransactionNote

        public CisTransactionNote()
    • Method Detail

      • getDate

        public java.util.Date getDate()
      • setDate

        public void setDate​(java.util.Date date)
      • getCommenter

        public java.lang.String getCommenter()
      • setCommenter

        public void setCommenter​(java.lang.String commenter)
      • getNote

        public java.lang.String getNote()
      • setNote

        public void setNote​(java.lang.String note)