public class LoginRequestDMO extends RequestDMO implements Serializable
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:134)
| Modifier and Type | Field and Description |
|---|---|
static String |
constructionClassName |
__objectClass, attributes| Modifier | Constructor and Description |
|---|---|
|
LoginRequestDMO() |
|
LoginRequestDMO(DmcTypeModifierMV mods) |
protected |
LoginRequestDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
LoginRequestDMO |
getModificationRecorder() |
LoginRequestDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
String |
getPassword() |
LoginRequestDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
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.
|
getHandlerID, 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, setTimeoutSecondsaddNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNthNvp, getNthRequestID, getNvp, getNvpSize, getRequestID, getRequestIDSize, getTimeMS, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTimeMS, remTrackingEnabled, requestIDContains, setTimeMS, setTimeMS, setTrackingEnabled, setTrackingEnabled, supportsBackrefTrackingadd, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, equals, get, get, get, getAdditionalAttributes, getAttributeInfo, getAttributeInfo, getAttributeIterator, getAttributeNames, getAttributes, getAttributeValidators, getBackref, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getContainer, getDataType, getFullClassName, getLastValue, getModifier, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getStagingObject, hasAux, hasValue, isModrec, isReferenced, isStaging, modrec, nth, nthNullFromEmptyAttribute, numberOfAttributes, populateSlice, referenceCount, rem, rem, removeAux, removeBackref, resolveReferences, resolveReferences, resolveReferences, resolveReferencesExceptClass, resolveReferencesExceptClass, serializeIt, set, set, setContainer, setLastValue, setModifier, shallowCopy, staging, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public LoginRequestDMO()
protected LoginRequestDMO(String oc)
public LoginRequestDMO(DmcTypeModifierMV mods)
public LoginRequestDMO getNew()
DmcObjectpublic LoginRequestDMO getSlice(DmcSliceInfo info)
DmcObjectpublic LoginRequestDMO getModificationRecorder()
public String getUserName()
getUserName in class RequestDMOpublic void setUserName(String value)
setUserName in class RequestDMOvalue - Stringpublic void setUserName(Object value) throws DmcValueException
setUserName in class RequestDMOvalue - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remUserName()
remUserName in class RequestDMOpublic String getPassword()
public void setPassword(String value)
value - Stringpublic void setPassword(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remPassword()
Copyright © 2023. All rights reserved.