Package com.saperion.intf.wf
Interface CommentInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CommentInfoImpl
Comments information for a given task.
- Author:
- rbo
-
Method Details
-
getIndex
int getIndex()- Returns:
- the index
-
getDate
Date getDate()- Returns:
- the date
-
getUser
String getUser()- Returns:
- the user
-
getCommentKind
int getCommentKind()- Returns:
- the commentKind
-
getCommentLevel
int getCommentLevel()- Returns:
- the commentLevel
-
getHistId
int getHistId()- Returns:
- the histId
-
getCommentString
String getCommentString()- Returns:
- the commentString
-