public final class CommentInfoImpl extends Object implements CommentInfo
| Constructor and Description |
|---|
CommentInfoImpl(int idx,
int kind,
int level,
String comment,
Date createDate,
int historyId,
String userName)
Constructor.
|
CommentInfoImpl(com.saperion.jni.SaJNIWfComment jniComment,
int idx)
Constructor from JNI comment.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCommentKind() |
int |
getCommentLevel() |
String |
getCommentString() |
Date |
getDate() |
int |
getHistId() |
int |
getIndex() |
String |
getUser() |
void |
writeXML(ContentHandler hd,
String partName)
Writes data as xml part.
|
public CommentInfoImpl(int idx,
int kind,
int level,
String comment,
Date createDate,
int historyId,
String userName)
idx - Indexkind - Kindlevel - Levelcomment - CommentcreateDate - DatehistoryId - History IDuserName - Usernamepublic CommentInfoImpl(com.saperion.jni.SaJNIWfComment jniComment,
int idx)
jniComment - JNI commentidx - Indexpublic int getIndex()
getIndex in interface CommentInfoCommentInfo.getIndex()public Date getDate()
getDate in interface CommentInfoCommentInfo.getDate()public String getUser()
getUser in interface CommentInfoCommentInfo.getUser()public int getCommentKind()
getCommentKind in interface CommentInfoCommentInfo.getCommentKind()public int getCommentLevel()
getCommentLevel in interface CommentInfoCommentInfo.getCommentLevel()public int getHistId()
getHistId in interface CommentInfoCommentInfo.getHistId()public String getCommentString()
getCommentString in interface CommentInfoCommentInfo.getCommentString()public void writeXML(ContentHandler hd, String partName) throws SAXException
hd - Content handlerpartName - Part nameSAXException - ExceptionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.