Package com.saperion.ws.wrapper.wf
Class SaWsCommentEntry
- java.lang.Object
-
- com.saperion.ws.wrapper.wf.SaWsCommentEntry
-
public class SaWsCommentEntry extends java.lang.ObjectThe Class SaWsCommentEntry.
-
-
Constructor Summary
Constructors Constructor Description SaWsCommentEntry()Instantiates a new sa ws comment entry.SaWsCommentEntry(com.saperion.intf.wf.CommentInfo commentInfo)Instantiates a new sa ws comment entry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the comment.java.util.DategetDate()Gets the date.intgetHistoryId()Gets the history id.intgetIndex()Gets the index.intgetKind()Gets the kind.intgetLevel()Gets the level.java.lang.StringgetUser()Gets the user.voidsetComment(java.lang.String newComment)Sets the comment.voidsetDate(java.util.Date newDate)Sets 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.voidsetUser(java.lang.String newUser)Sets the user.
-
-
-
Method Detail
-
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
public java.util.Date getDate()
Gets the date.- Returns:
- the date
-
setDate
public void setDate(java.util.Date newDate)
Sets the date.- Parameters:
newDate- the new date
-
getUser
public java.lang.String getUser()
Gets the user.- Returns:
- the user
-
setUser
public void setUser(java.lang.String newUser)
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
public java.lang.String getComment()
Gets the comment.- Returns:
- the comment
-
setComment
public void setComment(java.lang.String newComment)
Sets the comment.- Parameters:
newComment- the new comment
-
-