Class CommentInfoImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      CommentInfoImpl​(int idx, int kind, int level, java.lang.String comment, java.util.Date createDate, int historyId, java.lang.String userName)
      Constructor.
      CommentInfoImpl​(com.saperion.jni.SaJNIWfComment jniComment, int idx)
      Constructor from JNI comment.
    • Constructor Detail

      • CommentInfoImpl

        public CommentInfoImpl​(int idx,
                               int kind,
                               int level,
                               java.lang.String comment,
                               java.util.Date createDate,
                               int historyId,
                               java.lang.String userName)
        Constructor.
        Parameters:
        idx - Index
        kind - Kind
        level - Level
        comment - Comment
        createDate - Date
        historyId - History ID
        userName - Username
      • CommentInfoImpl

        public CommentInfoImpl​(com.saperion.jni.SaJNIWfComment jniComment,
                               int idx)
        Constructor from JNI comment.
        Parameters:
        jniComment - JNI comment
        idx - Index