public abstract class SetRequestDMW extends Request
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 |
|---|---|
|
SetRequestDMW() |
|
SetRequestDMW(DmcTypeModifierMV mods) |
|
SetRequestDMW(SetRequestDMO obj) |
protected |
SetRequestDMW(SetRequestDMO 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.
|
SetRequest |
cloneIt() |
void |
delModify(Modifier value)
Deletes a modify value.
|
void |
delModify(Object value)
Deletes a modify value.
|
SetRequestDMO |
getDMO() |
SetRequest |
getModificationRecorder() |
ArrayList<Modifier> |
getModifyCopy() |
boolean |
getModifyHasValue() |
boolean |
getModifyIsEmpty() |
ModifierIterableDMW |
getModifyIterable() |
int |
getModifySize() |
NameContainer |
getTarget() |
ClassDefinition |
getTargetObjectClass() |
boolean |
modifyContains(Modifier value) |
void |
remModify()
Removes the modify attribute value.
|
void |
remTarget()
Removes the target attribute value.
|
void |
remTargetObjectClass()
Removes the targetObjectClass attribute 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.
|
void |
setTargetObjectClass(ClassDefinition value)
Sets the targetObjectClass to the specified value.
|
void |
setTargetObjectClass(Object value)
Sets the targetObjectClass to the specified value.
|
fillError, fillStandard, getErrorResponse, getUInfo, getUserInfo, setSessionInfo, setUserInfogetHandlerID, 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, setUserNamegetLastRequestID, 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 SetRequestDMW()
public SetRequestDMW(DmcTypeModifierMV mods)
public SetRequestDMW(SetRequestDMO obj)
protected SetRequestDMW(SetRequestDMO obj, ClassDefinition cd)
public SetRequest getModificationRecorder()
getModificationRecorder in class RequestDMWpublic SetRequest cloneIt()
public SetRequestDMO getDMO()
getDMO in class RequestDMWpublic 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 NameContainer getTarget()
public void setTarget(Object value) throws DmcValueException
value - A value compatible with DmcTypeNameContainerDmcValueExceptionpublic void setTarget(NameContainer value)
value - NameContainerpublic void setTarget(DmcObjectName value)
value - NameContainerpublic void remTarget()
public ClassDefinition getTargetObjectClass()
public void setTargetObjectClass(ClassDefinition value)
value - A value compatible with ClassDefinitionREFpublic void setTargetObjectClass(Object value) throws DmcValueException
value - A value compatible with ClassDefinitionREFDmcValueException - is the value is incorrectpublic void remTargetObjectClass()
Copyright © 2023. All rights reserved.