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.intGets the history id.intgetIndex()Gets the index.intgetKind()Gets the kind.intgetLevel()Gets the level.getUser()Gets the user.voidsetComment(String newComment) Sets the comment.voidSets the date.voidsetHistoryId(int newHistoryId) Sets the history id.voidsetIndex(int newIndex) Sets the index.voidsetKind(int newKind) Sets the kind.voidsetLevel(int newLevel) Sets the level.voidSets 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
-