Package com.saperion.intf.wf
Interface CommentInfo
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
CommentInfoImpl
public interface CommentInfo extends java.io.SerializableComments information for a given task.- Author:
- rbo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCommentKind()intgetCommentLevel()java.lang.StringgetCommentString()java.util.DategetDate()intgetHistId()intgetIndex()java.lang.StringgetUser()
-
-
-
Method Detail
-
getIndex
int getIndex()
- Returns:
- the index
-
getDate
java.util.Date getDate()
- Returns:
- the date
-
getUser
java.lang.String getUser()
- Returns:
- the user
-
getCommentKind
int getCommentKind()
- Returns:
- the commentKind
-
getCommentLevel
int getCommentLevel()
- Returns:
- the commentLevel
-
getHistId
int getHistId()
- Returns:
- the histId
-
getCommentString
java.lang.String getCommentString()
- Returns:
- the commentString
-
-