public abstract class LoginResponseDMW extends Response
\n The response may also have an originatorID that is a unique identifier assigned by the \n server. In some systems, this identifier will be stamped on all incoming requests and\n passed through to the events that are generated as a result of those requests. In this\n way, a client can tell whether the events it receives came from its own requests or from\n requests made by other clients.
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 |
|---|---|
|
LoginResponseDMW() |
|
LoginResponseDMW(DmcTypeModifierMV mods) |
|
LoginResponseDMW(LoginResponseDMO obj) |
protected |
LoginResponseDMW(LoginResponseDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
LoginResponse |
cloneIt() |
LoginResponseDMO |
getDMO() |
LoginResponse |
getModificationRecorder() |
Integer |
getOriginatorID() |
String |
getRequestRoot() |
String |
getSessionID() |
String |
getUserFQN() |
void |
remOriginatorID()
Removes the originatorID attribute value.
|
void |
remRequestRoot()
Removes the requestRoot attribute value.
|
void |
remSessionID()
Removes the sessionID attribute value.
|
void |
remUserFQN()
Removes the userFQN attribute value.
|
void |
setOriginatorID(Integer value)
Sets originatorID to the specified value.
|
void |
setOriginatorID(Object value)
Sets originatorID to the specified value.
|
void |
setRequestRoot(Object value)
Sets requestRoot to the specified value.
|
void |
setRequestRoot(String value)
Sets requestRoot to the specified value.
|
void |
setSessionID(Object value)
Sets sessionID to the specified value.
|
void |
setSessionID(String value)
Sets sessionID to the specified value.
|
void |
setUserFQN(Object value)
Sets userFQN to the specified value.
|
void |
setUserFQN(String value)
Sets userFQN to the specified 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 LoginResponseDMW()
public LoginResponseDMW(DmcTypeModifierMV mods)
public LoginResponseDMW(LoginResponseDMO obj)
protected LoginResponseDMW(LoginResponseDMO obj, ClassDefinition cd)
public LoginResponse getModificationRecorder()
getModificationRecorder in class ResponseDMWpublic LoginResponse cloneIt()
cloneIt in class ResponseDMWpublic LoginResponseDMO getDMO()
getDMO in class ResponseDMWpublic 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 getRequestRoot()
public void setRequestRoot(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setRequestRoot(String value)
value - Stringpublic void remRequestRoot()
public String getSessionID()
public void setSessionID(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setSessionID(String value)
value - Stringpublic void remSessionID()
public String getUserFQN()
public void setUserFQN(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setUserFQN(String value)
value - Stringpublic void remUserFQN()
Copyright © 2023. All rights reserved.