Class SaWsCommentEntry


  • public class SaWsCommentEntry
    extends java.lang.Object
    The Class SaWsCommentEntry.
    • Constructor Summary

      Constructors 
      Constructor Description
      SaWsCommentEntry()
      Instantiates a new sa ws comment entry.
      SaWsCommentEntry​(com.saperion.intf.wf.CommentInfo commentInfo)
      Instantiates a new sa ws comment entry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()
      Gets the comment.
      java.util.Date getDate()
      Gets the date.
      int getHistoryId()
      Gets the history id.
      int getIndex()
      Gets the index.
      int getKind()
      Gets the kind.
      int getLevel()
      Gets the level.
      java.lang.String getUser()
      Gets the user.
      void setComment​(java.lang.String newComment)
      Sets the comment.
      void setDate​(java.util.Date newDate)
      Sets the date.
      void setHistoryId​(int newHistoryId)
      Sets the history id.
      void setIndex​(int newIndex)
      Sets the index.
      void setKind​(int newKind)
      Sets the kind.
      void setLevel​(int newLevel)
      Sets the level.
      void setUser​(java.lang.String newUser)
      Sets the user.
      • Methods inherited from class java.lang.Object

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

      • 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 Detail

      • 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 java.util.Date getDate()
        Gets the date.
        Returns:
        the date
      • setDate

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

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

        public void setUser​(java.lang.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 java.lang.String getComment()
        Gets the comment.
        Returns:
        the comment
      • setComment

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