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 CommentInfo
CommentInfo.getIndex()
public Date getDate()
getDate
in interface CommentInfo
CommentInfo.getDate()
public String getUser()
getUser
in interface CommentInfo
CommentInfo.getUser()
public int getCommentKind()
getCommentKind
in interface CommentInfo
CommentInfo.getCommentKind()
public int getCommentLevel()
getCommentLevel
in interface CommentInfo
CommentInfo.getCommentLevel()
public int getHistId()
getHistId
in interface CommentInfo
CommentInfo.getHistId()
public String getCommentString()
getCommentString
in interface CommentInfo
CommentInfo.getCommentString()
public void writeXML(ContentHandler hd, String partName) throws SAXException
hd
- Content handlerpartName
- Part nameSAXException
- ExceptionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.