public class CommentVOWrapper extends JSBaseScriptableObject implements org.mozilla.javascript.Wrapper
myLogger
Constructor and Description |
---|
CommentVOWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor()
Create a new native DiscussionItemVO to use in the workflow context.
|
java.lang.String |
jsFunction_getDiscussionAlias()
Discussion alias of the user who posted this comment.
|
int |
jsFunction_getPageNumber()
Get the page number of the annotation.
|
org.mozilla.javascript.IdScriptableObject |
jsFunction_getPostTime()
Time the comment was posted.
|
java.lang.String |
jsFunction_getText()
Get the text of the comment.
|
java.lang.String |
jsFunction_getUID()
Get the unique ID for this comment.
|
java.lang.String |
jsFunction_getUser()
Name of the user who posted this comment.
|
void |
jsFunction_setDiscussionAlias(java.lang.String theDiscussionAlias)
Set the discussion alias of the user who posted this comment.
|
void |
jsFunction_setPageNumber(int thePageNumber)
Set the page number of the annotation.
|
void |
jsFunction_setPostTime(org.mozilla.javascript.IdScriptableObject thePostTime)
Set the post time for the comment.
|
void |
jsFunction_setText(java.lang.String theText)
Set the text of the comment.
|
void |
jsFunction_setUID(java.lang.String theUID)
Set the unique ID for this comment.
|
void |
jsFunction_setUser(java.lang.String theUser)
Set the user's name.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public void jsConstructor()
public int jsFunction_getPageNumber()
public void jsFunction_setPageNumber(int thePageNumber)
thePageNumber
- the page number of the annotationpublic java.lang.String jsFunction_getUID()
public void jsFunction_setUID(java.lang.String theUID)
theUID
- UID stringpublic java.lang.String jsFunction_getDiscussionAlias()
public void jsFunction_setDiscussionAlias(java.lang.String theDiscussionAlias)
theDiscussionAlias
- discussion aliaspublic java.lang.String jsFunction_getUser()
public void jsFunction_setUser(java.lang.String theUser)
theUser
- discussion alias stringpublic org.mozilla.javascript.IdScriptableObject jsFunction_getPostTime()
public void jsFunction_setPostTime(org.mozilla.javascript.IdScriptableObject thePostTime)
thePostTime
- post time as a datepublic java.lang.String jsFunction_getText()
public void jsFunction_setText(java.lang.String theText)
theText
- comment textCopyright © 2023 MediaBeacon, Inc. All Rights Reserved.