public abstract class DMPEventDMW extends DMPMessage
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
requestcore| Modifier | Constructor and Description |
|---|---|
|
DMPEventDMW() |
|
DMPEventDMW(DmcTypeModifierMV mods) |
|
DMPEventDMW(DMPEventDMO obj) |
protected |
DMPEventDMW(DMPEventDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addModify(Modifier value)
Adds another modify value.
|
void |
addModify(Object value)
Adds another modify value.
|
DMPEvent |
cloneIt() |
void |
delModify(Modifier value)
Deletes a modify value.
|
void |
delModify(Object value)
Deletes a modify value.
|
DMPEventDMO |
getDMO() |
DMPEventTypeEnum |
getEventTypeDMP() |
Integer |
getHandlerID() |
Long |
getListenerID() |
DMPEvent |
getModificationRecorder() |
ArrayList<Modifier> |
getModifyCopy() |
boolean |
getModifyHasValue() |
boolean |
getModifyIsEmpty() |
ModifierIterableDMW |
getModifyIterable() |
int |
getModifySize() |
Integer |
getOriginatorID() |
String |
getSlice() |
NameContainer |
getSource() |
DmcObject |
getSourceObject() |
ClassDefinition |
getSourceObjectClass() |
Boolean |
isMyOwnEvent() |
Boolean |
isNotifyOriginator() |
boolean |
modifyContains(Modifier value) |
void |
remEventTypeDMP()
Removes the eventTypeDMP attribute value.
|
void |
remHandlerID()
Removes the handlerID attribute value.
|
void |
remListenerID()
Removes the listenerID attribute value.
|
void |
remModify()
Removes the modify attribute value.
|
void |
remMyOwnEvent()
Removes the myOwnEvent attribute value.
|
void |
remNotifyOriginator()
Removes the notifyOriginator attribute value.
|
void |
remOriginatorID()
Removes the originatorID attribute value.
|
void |
remSlice()
Removes the slice attribute value.
|
void |
remSource()
Removes the source attribute value.
|
void |
remSourceObject()
Removes the sourceObject attribute value.
|
void |
remSourceObjectClass()
Removes the sourceObjectClass attribute value.
|
void |
setEventTypeDMP(DMPEventTypeEnum value)
Sets eventTypeDMP to the specified value.
|
void |
setEventTypeDMP(Object value)
Sets eventTypeDMP to the specified value.
|
void |
setHandlerID(Integer value)
Sets handlerID to the specified value.
|
void |
setHandlerID(Object value)
Sets handlerID 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 |
setMyOwnEvent(Boolean value)
Sets myOwnEvent to the specified value.
|
void |
setMyOwnEvent(Object value)
Sets myOwnEvent to the specified value.
|
void |
setNotifyOriginator(Boolean value)
Sets notifyOriginator to the specified value.
|
void |
setNotifyOriginator(Object value)
Sets notifyOriginator to the specified value.
|
void |
setOriginatorID(Integer value)
Sets originatorID to the specified value.
|
void |
setOriginatorID(Object value)
Sets originatorID to the specified value.
|
void |
setSlice(Object value)
Sets slice to the specified value.
|
void |
setSlice(String value)
Sets slice to the specified value.
|
void |
setSource(DmcObjectName value)
Sets source to the specified value.
|
void |
setSource(NameContainer value)
Sets source to the specified value.
|
void |
setSource(Object value)
Sets source to the specified value.
|
void |
setSourceObject(DmcObject value)
Sets sourceObject to the specified value.
|
void |
setSourceObject(Object value)
Sets sourceObject to the specified value.
|
void |
setSourceObjectClass(ClassDefinition value)
Sets the sourceObjectClass to the specified value.
|
void |
setSourceObjectClass(Object value)
Sets the sourceObjectClass to the specified value.
|
getLastRequestID, getServletRequest, removeLastRequestIDaddNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNvpCopy, getNvpHasValue, getNvpIsEmpty, getNvpIterable, getNvpSize, getRequestIDCopy, getRequestIDHasValue, getRequestIDIsEmpty, getRequestIDIterable, getRequestIDSize, getTimeMS, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTimeMS, remTrackingEnabled, requestIDContains, setTimeMS, setTimeMS, setTrackingEnabled, setTrackingEnabledaddAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierpublic DMPEventDMW()
public DMPEventDMW(DmcTypeModifierMV mods)
public DMPEventDMW(DMPEventDMO obj)
protected DMPEventDMW(DMPEventDMO obj, ClassDefinition cd)
public DMPEvent getModificationRecorder()
getModificationRecorder in class DMPMessageDMWpublic DMPEvent cloneIt()
public DMPEventDMO getDMO()
getDMO in class DMPMessageDMWpublic DMPEventTypeEnum getEventTypeDMP()
public void setEventTypeDMP(Object value) throws DmcValueException
value - A value compatible with DmcTypeDMPEventTypeEnumDmcValueExceptionpublic void setEventTypeDMP(DMPEventTypeEnum value)
value - DMPEventTypeEnumpublic void remEventTypeDMP()
public Integer getHandlerID()
public void setHandlerID(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerDmcValueExceptionpublic void setHandlerID(Integer value)
value - Integerpublic void remHandlerID()
public Long getListenerID()
public void setListenerID(Object value) throws DmcValueException
value - A value compatible with DmcTypeLongDmcValueExceptionpublic void setListenerID(Long value)
value - Longpublic void remListenerID()
public int getModifySize()
public boolean getModifyIsEmpty()
public boolean getModifyHasValue()
public ModifierIterableDMW getModifyIterable()
public void addModify(Object value) throws DmcValueException
value - A value compatible with ModifierDmcValueException - if value is incorrectpublic void addModify(Modifier value)
value - A value compatible with Modifierpublic boolean modifyContains(Modifier value)
value - A value compatible with Modifierpublic ArrayList<Modifier> getModifyCopy()
public void delModify(Object value) throws DmcValueException
value - The Modifier to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delModify(Modifier value)
value - The Modifier to be deleted from set of attribute values.public void remModify()
public Boolean isMyOwnEvent()
public void setMyOwnEvent(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setMyOwnEvent(Boolean value)
value - Booleanpublic void remMyOwnEvent()
public Boolean isNotifyOriginator()
public void setNotifyOriginator(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setNotifyOriginator(Boolean value)
value - Booleanpublic void remNotifyOriginator()
public Integer getOriginatorID()
public void setOriginatorID(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerDmcValueExceptionpublic void setOriginatorID(Integer value)
value - Integerpublic void remOriginatorID()
public String getSlice()
public void setSlice(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setSlice(String value)
value - Stringpublic void remSlice()
public NameContainer getSource()
public void setSource(Object value) throws DmcValueException
value - A value compatible with DmcTypeNameContainerDmcValueExceptionpublic void setSource(NameContainer value)
value - NameContainerpublic void setSource(DmcObjectName value)
value - NameContainerpublic void remSource()
public DmcObject getSourceObject()
public void setSourceObject(Object value) throws DmcValueException
value - A value compatible with DmcTypeDmcObjectDmcValueExceptionpublic void setSourceObject(DmcObject value)
value - DmcObjectpublic void remSourceObject()
public ClassDefinition getSourceObjectClass()
public void setSourceObjectClass(ClassDefinition value)
value - A value compatible with ClassDefinitionREFpublic void setSourceObjectClass(Object value) throws DmcValueException
value - A value compatible with ClassDefinitionREFDmcValueException - is the value is incorrectpublic void remSourceObjectClass()
Copyright © 2023. All rights reserved.