public class SaWsCommentEntry extends Object
Constructor and Description |
---|
SaWsCommentEntry()
Instantiates a new sa ws comment entry.
|
SaWsCommentEntry(com.saperion.intf.wf.CommentInfo commentInfo)
Instantiates a new sa ws comment entry.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the comment.
|
Date |
getDate()
Gets the date.
|
int |
getHistoryId()
Gets the history id.
|
int |
getIndex()
Gets the index.
|
int |
getKind()
Gets the kind.
|
int |
getLevel()
Gets the level.
|
String |
getUser()
Gets the user.
|
void |
setComment(String newComment)
Sets the comment.
|
void |
setDate(Date newDate)
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 |
setUser(String newUser)
Sets the user.
|
public SaWsCommentEntry()
public SaWsCommentEntry(com.saperion.intf.wf.CommentInfo commentInfo)
commentInfo
- the comment infopublic int getIndex()
public void setIndex(int newIndex)
newIndex
- the new indexpublic Date getDate()
public void setDate(Date newDate)
newDate
- the new datepublic String getUser()
public void setUser(String newUser)
newUser
- the new userpublic int getKind()
public void setKind(int newKind)
newKind
- the new kindpublic int getLevel()
public void setLevel(int newLevel)
newLevel
- the new levelpublic int getHistoryId()
public void setHistoryId(int newHistoryId)
newHistoryId
- the new history idpublic String getComment()
public void setComment(String newComment)
newComment
- the new commentCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.