public abstract class LoginRequestDMW 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 |
|---|---|
|
LoginRequestDMW() |
|
LoginRequestDMW(DmcTypeModifierMV mods) |
|
LoginRequestDMW(LoginRequestDMO obj) |
protected |
LoginRequestDMW(LoginRequestDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
LoginRequest |
cloneIt() |
LoginRequestDMO |
getDMO() |
LoginRequest |
getModificationRecorder() |
String |
getPassword() |
String |
getUserName() |
void |
remPassword()
Removes the password attribute value.
|
void |
remUserName()
Removes the userName attribute value.
|
void |
setPassword(Object value)
Sets password to the specified value.
|
void |
setPassword(String value)
Sets password to the specified value.
|
void |
setUserName(Object value)
Sets userName to the specified value.
|
void |
setUserName(String value)
Sets userName to the specified value.
|
fillError, fillStandard, getErrorResponse, getUInfo, getUserInfo, setSessionInfo, setUserInfogetHandlerID, getOriginatorID, getResponseFormat, getSessionID, getTimeoutSeconds, isNotifyOriginator, isReadableFormat, remHandlerID, remNotifyOriginator, remOriginatorID, remReadableFormat, remResponseFormat, remSessionID, remTimeoutSeconds, setHandlerID, setHandlerID, setNotifyOriginator, setNotifyOriginator, setOriginatorID, setOriginatorID, setReadableFormat, setReadableFormat, setResponseFormat, setResponseFormat, setSessionID, setSessionID, setTimeoutSeconds, setTimeoutSecondsgetLastRequestID, 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 LoginRequestDMW()
public LoginRequestDMW(DmcTypeModifierMV mods)
public LoginRequestDMW(LoginRequestDMO obj)
protected LoginRequestDMW(LoginRequestDMO obj, ClassDefinition cd)
public LoginRequest getModificationRecorder()
getModificationRecorder in class RequestDMWpublic LoginRequest cloneIt()
public LoginRequestDMO getDMO()
getDMO in class RequestDMWpublic String getPassword()
public void setPassword(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setPassword(String value)
value - Stringpublic void remPassword()
public String getUserName()
getUserName in class RequestDMWpublic void setUserName(Object value) throws DmcValueException
setUserName in class RequestDMWvalue - A value compatible with DmcTypeStringDmcValueExceptionpublic void setUserName(String value)
setUserName in class RequestDMWvalue - Stringpublic void remUserName()
remUserName in class RequestDMWCopyright © 2023. All rights reserved.