Package com.saperion.ws.wrapper.wf
Class SaWsCommentEntry
java.lang.Object
com.saperion.ws.wrapper.wf.SaWsCommentEntry
The Class SaWsCommentEntry.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sa ws comment entry.SaWsCommentEntry
(com.saperion.intf.wf.CommentInfo commentInfo) Instantiates a new sa ws comment entry. -
Method Summary
Modifier and TypeMethodDescriptionGets the comment.getDate()
Gets the date.int
Gets the history id.int
getIndex()
Gets the index.int
getKind()
Gets the kind.int
getLevel()
Gets the level.getUser()
Gets the user.void
setComment
(String newComment) Sets the comment.void
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
Sets the user.
-
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
Gets the date.- Returns:
- the date
-
setDate
Sets the date.- Parameters:
newDate
- the new date
-
getUser
Gets the user.- Returns:
- the user
-
setUser
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
Gets the comment.- Returns:
- the comment
-
setComment
Sets the comment.- Parameters:
newComment
- the new comment
-