Class NoteHistory

java.lang.Object
com.openkm.sdk4j.bean.NoteHistory
All Implemented Interfaces:
Serializable

public class NoteHistory extends Object implements Serializable
NoteHistory
Author:
sochoa
See Also:
  • Constructor Details

    • NoteHistory

      public NoteHistory()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getDate

      public Calendar getDate()
    • setDate

      public void setDate(Calendar date)
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • toString

      public String toString()
      Overrides:
      toString in class Object