public class DenotifyRequestDMO extends RequestDMO implements Serializable
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:134)
| Modifier and Type | Field and Description |
|---|---|
static String |
constructionClassName |
__objectClass, attributes| Modifier | Constructor and Description |
|---|---|
|
DenotifyRequestDMO() |
|
DenotifyRequestDMO(DmcTypeModifierMV mods) |
protected |
DenotifyRequestDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter() |
Long |
getListenerID() |
DenotifyRequestDMO |
getModificationRecorder() |
DenotifyRequestDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
ScopeEnum |
getScope() |
DenotifyRequestDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
NameContainer |
getTarget() |
void |
remFilter()
Removes the filter attribute value.
|
void |
remListenerID()
Removes the listenerID attribute value.
|
void |
remScope()
Removes the scope attribute value.
|
void |
remTarget()
Removes the target attribute value.
|
void |
setFilter(Object value)
Sets filter to the specified value.
|
void |
setFilter(String value)
Sets filter to the specified value.
|
void |
setListenerID(Long value)
Sets listenerID to the specified value.
|
void |
setListenerID(Object value)
Sets listenerID to the specified value.
|
void |
setScope(Object value)
Sets scope to the specified value.
|
void |
setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
setTarget(DmcObjectName value)
Sets target to the specified value.
|
void |
setTarget(NameContainer value)
Sets target to the specified value.
|
void |
setTarget(Object value)
Sets target to the specified value.
|
getHandlerID, getOriginatorID, getResponseFormat, getSessionID, getTimeoutSeconds, getUserName, isNotifyOriginator, isReadableFormat, remHandlerID, remNotifyOriginator, remOriginatorID, remReadableFormat, remResponseFormat, remSessionID, remTimeoutSeconds, remUserName, setHandlerID, setHandlerID, setNotifyOriginator, setNotifyOriginator, setOriginatorID, setOriginatorID, setReadableFormat, setReadableFormat, setResponseFormat, setResponseFormat, setSessionID, setSessionID, setTimeoutSeconds, setTimeoutSeconds, setUserName, setUserNameaddNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNthNvp, getNthRequestID, getNvp, getNvpSize, getRequestID, getRequestIDSize, getTimeMS, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTimeMS, remTrackingEnabled, requestIDContains, setTimeMS, setTimeMS, setTrackingEnabled, setTrackingEnabled, supportsBackrefTrackingadd, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, equals, get, get, get, getAdditionalAttributes, getAttributeInfo, getAttributeInfo, getAttributeIterator, getAttributeNames, getAttributes, getAttributeValidators, getBackref, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getContainer, getDataType, getFullClassName, getLastValue, getModifier, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getStagingObject, hasAux, hasValue, isModrec, isReferenced, isStaging, modrec, nth, nthNullFromEmptyAttribute, numberOfAttributes, populateSlice, referenceCount, rem, rem, removeAux, removeBackref, resolveReferences, resolveReferences, resolveReferences, resolveReferencesExceptClass, resolveReferencesExceptClass, serializeIt, set, set, setContainer, setLastValue, setModifier, shallowCopy, staging, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public DenotifyRequestDMO()
protected DenotifyRequestDMO(String oc)
public DenotifyRequestDMO(DmcTypeModifierMV mods)
public DenotifyRequestDMO getNew()
DmcObjectpublic DenotifyRequestDMO getSlice(DmcSliceInfo info)
DmcObjectpublic DenotifyRequestDMO getModificationRecorder()
public Long getListenerID()
public void setListenerID(Long value)
value - Longpublic void setListenerID(Object value) throws DmcValueException
value - A value compatible with DmcTypeLongSVDmcValueException - if value is not correctpublic void remListenerID()
public ScopeEnum getScope()
public void setScope(ScopeEnum value)
value - ScopeEnumpublic void setScope(Object value) throws DmcValueException
value - A value compatible with DmcTypeScopeEnumSVDmcValueException - if value is not correctpublic void remScope()
public String getFilter()
public void setFilter(String value)
value - Stringpublic void setFilter(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remFilter()
public NameContainer getTarget()
public void setTarget(NameContainer value)
value - NameContainerpublic void setTarget(DmcObjectName value)
value - NameContainerpublic void setTarget(Object value) throws DmcValueException
value - A value compatible with DmcTypeNameContainerSVDmcValueException - if value is not correctpublic void remTarget()
Copyright © 2023. All rights reserved.