public abstract class GetResponseDMW extends Response
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 |
|---|---|
|
GetResponseDMW() |
|
GetResponseDMW(DmcTypeModifierMV mods) |
|
GetResponseDMW(GetResponseDMO obj) |
protected |
GetResponseDMW(GetResponseDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectList(DmcObject value)
Adds another objectList value.
|
void |
addObjectList(Object value)
Adds another objectList value.
|
void |
addTargets(DmcObjectName value)
Adds another DmcObjectName value.
|
void |
addTargets(NameContainer value)
Adds another targets value.
|
void |
addTargets(Object value)
Adds another targets value.
|
GetResponse |
cloneIt() |
void |
delObjectList(DmcObject value)
Deletes a objectList value.
|
void |
delObjectList(Object value)
Deletes a objectList value.
|
void |
delTargets(NameContainer value)
Deletes a targets value.
|
void |
delTargets(Object value)
Deletes a targets value.
|
GetResponseDMO |
getDMO() |
Long |
getListenerID() |
GetResponse |
getModificationRecorder() |
ArrayList<DmcObject> |
getObjectListCopy() |
boolean |
getObjectListHasValue() |
boolean |
getObjectListIsEmpty() |
DmcObjectIterableDMW |
getObjectListIterable() |
int |
getObjectListSize() |
Long |
getObjectsToCome() |
ArrayList<NameContainer> |
getTargetsCopy() |
boolean |
getTargetsHasValue() |
boolean |
getTargetsIsEmpty() |
NameContainerIterableDMW |
getTargetsIterable() |
int |
getTargetsSize() |
Boolean |
isCacheResponse() |
boolean |
objectListContains(DmcObject value) |
void |
remCacheResponse()
Removes the cacheResponse attribute value.
|
void |
remListenerID()
Removes the listenerID attribute value.
|
void |
remObjectList()
Removes the objectList attribute value.
|
void |
remObjectsToCome()
Removes the objectsToCome attribute value.
|
void |
remTargets()
Removes the targets attribute value.
|
void |
setCacheResponse(Boolean value)
Sets cacheResponse to the specified value.
|
void |
setCacheResponse(Object value)
Sets cacheResponse 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 |
setObjectsToCome(Long value)
Sets objectsToCome to the specified value.
|
void |
setObjectsToCome(Object value)
Sets objectsToCome to the specified value.
|
boolean |
targetsContains(DmcObjectName value) |
boolean |
targetsContains(NameContainer value) |
getHandlerID, getResponseCategory, getResponseText, getResponseType, isLastResponse, remHandlerID, remLastResponse, remResponseCategory, remResponseText, remResponseType, setHandlerID, setHandlerID, setLastResponse, setLastResponse, setResponseCategory, setResponseCategory, setResponseText, setResponseText, setResponseType, setResponseTypegetLastRequestID, 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 GetResponseDMW()
public GetResponseDMW(DmcTypeModifierMV mods)
public GetResponseDMW(GetResponseDMO obj)
protected GetResponseDMW(GetResponseDMO obj, ClassDefinition cd)
public GetResponse getModificationRecorder()
getModificationRecorder in class ResponseDMWpublic GetResponse cloneIt()
cloneIt in class ResponseDMWpublic GetResponseDMO getDMO()
getDMO in class ResponseDMWpublic Boolean isCacheResponse()
public void setCacheResponse(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setCacheResponse(Boolean value)
value - Booleanpublic void remCacheResponse()
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 getObjectListSize()
public boolean getObjectListIsEmpty()
public boolean getObjectListHasValue()
public DmcObjectIterableDMW getObjectListIterable()
public void addObjectList(Object value) throws DmcValueException
value - A value compatible with DmcObjectDmcValueException - if value is incorrectpublic void addObjectList(DmcObject value)
value - A value compatible with DmcObjectpublic boolean objectListContains(DmcObject value)
value - A value compatible with DmcObjectpublic ArrayList<DmcObject> getObjectListCopy()
public void delObjectList(Object value) throws DmcValueException
value - The DmcObject to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delObjectList(DmcObject value)
value - The DmcObject to be deleted from set of attribute values.public void remObjectList()
public Long getObjectsToCome()
public void setObjectsToCome(Object value) throws DmcValueException
value - A value compatible with DmcTypeLongDmcValueExceptionpublic void setObjectsToCome(Long value)
value - Longpublic void remObjectsToCome()
public int getTargetsSize()
public boolean getTargetsIsEmpty()
public boolean getTargetsHasValue()
public NameContainerIterableDMW getTargetsIterable()
public void addTargets(Object value) throws DmcValueException
value - A value compatible with NameContainerDmcValueException - if value is incorrectpublic void addTargets(NameContainer value)
value - A value compatible with NameContainerpublic void addTargets(DmcObjectName value)
value - A value compatible with DmcObjectNamepublic boolean targetsContains(NameContainer value)
value - A value compatible with NameContainerpublic boolean targetsContains(DmcObjectName value)
value - A value compatible with DmcObjectNamepublic ArrayList<NameContainer> getTargetsCopy()
public void delTargets(Object value) throws DmcValueException
value - The NameContainer to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delTargets(NameContainer value)
value - The NameContainer to be deleted from set of attribute values.public void remTargets()
Copyright © 2023. All rights reserved.