Class SaWsCommentEntry

java.lang.Object
com.saperion.ws.wrapper.wf.SaWsCommentEntry

public class SaWsCommentEntry extends Object
The Class SaWsCommentEntry.
  • Constructor Details

    • SaWsCommentEntry

      public SaWsCommentEntry()
      Instantiates a new sa ws comment entry.
    • SaWsCommentEntry

      public SaWsCommentEntry(com.saperion.intf.wf.CommentInfo commentInfo)
      Instantiates a new sa ws comment entry.
      Parameters:
      commentInfo - the comment info
  • Method Details

    • getIndex

      public int getIndex()
      Gets the index.
      Returns:
      the index
    • setIndex

      public void setIndex(int newIndex)
      Sets the index.
      Parameters:
      newIndex - the new index
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • setDate

      public void setDate(Date newDate)
      Sets the date.
      Parameters:
      newDate - the new date
    • getUser

      public String getUser()
      Gets the user.
      Returns:
      the user
    • setUser

      public void setUser(String newUser)
      Sets the user.
      Parameters:
      newUser - the new user
    • getKind

      public int getKind()
      Gets the kind.
      Returns:
      the kind
    • setKind

      public void setKind(int newKind)
      Sets the kind.
      Parameters:
      newKind - the new kind
    • getLevel

      public int getLevel()
      Gets the level.
      Returns:
      the level
    • setLevel

      public void setLevel(int newLevel)
      Sets the level.
      Parameters:
      newLevel - the new level
    • getHistoryId

      public int getHistoryId()
      Gets the history id.
      Returns:
      the history id
    • setHistoryId

      public void setHistoryId(int newHistoryId)
      Sets the history id.
      Parameters:
      newHistoryId - the new history id
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setComment

      public void setComment(String newComment)
      Sets the comment.
      Parameters:
      newComment - the new comment