public class DiscussionCriterionWrapper extends CriterionWrapper
myDelegate
myLogger
Constructor and Description |
---|
DiscussionCriterionWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor(java.lang.String theName)
Construct a new native DiscussionCriterion object.
|
org.mozilla.javascript.IdScriptableObject |
jsFunction_getEndDate()
Get the end date for this criterion.
|
org.mozilla.javascript.IdScriptableObject |
jsFunction_getStartDate()
Get the start date of this criterion.
|
void |
jsFunction_setEndDate(org.mozilla.javascript.IdScriptableObject theDate)
Set the end date for this criterion.
|
void |
jsFunction_setStartDate(org.mozilla.javascript.IdScriptableObject theDate)
Set the start date for this criterion.
|
jsFunction_getCondition, jsFunction_getValidConditions, jsFunction_getValue, jsFunction_setCondition, jsFunction_setValue
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(java.lang.String theName)
theName
- public org.mozilla.javascript.IdScriptableObject jsFunction_getStartDate()
public void jsFunction_setStartDate(org.mozilla.javascript.IdScriptableObject theDate)
theDate
- The start date. A long.public org.mozilla.javascript.IdScriptableObject jsFunction_getEndDate()
public void jsFunction_setEndDate(org.mozilla.javascript.IdScriptableObject theDate)
theDate
- The end date.Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.