public class PayloadExampleDMO extends DmuDefinitionDMO implements DmcNamedObjectIF, Serializable
Generated from the dmu schema at version unknown
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 |
|---|---|
|
PayloadExampleDMO() |
|
PayloadExampleDMO(DmcTypeModifierMV mods) |
protected |
PayloadExampleDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
This method performs an attribute by attribute comparison of this
object with the specified object and returns true if they are equal.
|
String |
getJsonPayload() |
PayloadExampleDMO |
getModificationRecorder() |
DefinitionName |
getName()
The name attribute is used to store a single string token that represents
a unique name\n for an object with the set of definitions of which it is a
part.
|
PayloadExampleDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
PayloadExampleDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
PayloadSortInfoREF |
getUseSortInfo() |
PayloadSortInfoREF |
getUseSortInfoREF() |
int |
hashCode() |
void |
remJsonPayload()
Removes the jsonPayload attribute value.
|
void |
remName()
Removes the name attribute value.
|
void |
remUseSortInfo()
Removes the useSortInfo attribute value.
|
void |
setJsonPayload(Object value)
Sets jsonPayload to the specified value.
|
void |
setJsonPayload(String value)
Sets jsonPayload to the specified value.
|
void |
setName(DefinitionName value)
Sets name to the specified value.
|
void |
setName(Object value)
Sets name to the specified value.
|
void |
setUseSortInfo(Object value)
Sets useSortInfo to the specified value.
|
void |
setUseSortInfo(PayloadSortInfoDMO value)
Sets useSortInfo to the specified value.
|
getDefinedInDmuModule, getDefinedInDmuModuleREF, remDefinedInDmuModule, setDefinedInDmuModule, setDefinedInDmuModuleaddComment, addDescription, addExample, addNvp, addOptimize, addQuestion, addSkip, addTags, getComment, getDefinedIn, getDescription, getDescriptionWithNewlines, getDmoFromModule, getDotName, getExample, getFile, getHint, getIdToAttrInfo, getLineNumber, getNvp, getObsolete, getOptimize, getQuestion, getRelationship, getSearchable, getSkip, getSortName, getStringToAttrInfo, getTags, getVersion, getWhy, setDefinedIn, setDmoFromModule, setDotName, setFile, setHint, setLineNumber, setObsolete, setRelationship, setSearchable, setSortName, setVersion, setWhyadd, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, 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, supportsBackrefTracking, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public PayloadExampleDMO()
protected PayloadExampleDMO(String oc)
public PayloadExampleDMO(DmcTypeModifierMV mods)
public PayloadExampleDMO getNew()
DmcObjectgetNew in class DSDefinitionDMOpublic PayloadExampleDMO getSlice(DmcSliceInfo info)
DmcObjectgetSlice in class DSDefinitionDMOinfo - the slice infopublic PayloadExampleDMO getModificationRecorder()
public DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFgetObjectName in class DmuDefinitionDMOpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFgetObjectNameAttribute in class DmuDefinitionDMOpublic boolean equals(Object obj)
DmcObjectequals in interface DmcNamedObjectIFequals in class DmuDefinitionDMOobj - The comparison object.public int hashCode()
hashCode in class DmuDefinitionDMOpublic PayloadSortInfoREF getUseSortInfo()
public PayloadSortInfoREF getUseSortInfoREF()
public void setUseSortInfo(PayloadSortInfoDMO value)
value - PayloadSortInfoDMOpublic void setUseSortInfo(Object value) throws DmcValueException
value - A value compatible with DmcTypePayloadSortInfoREFSVDmcValueException - if value is not correctpublic void remUseSortInfo()
public DefinitionName getName()
DSDefinitionDMOgetName in class DmuDefinitionDMOpublic void setName(DefinitionName value)
setName in class DmuDefinitionDMOvalue - DefinitionNamepublic void setName(Object value) throws DmcValueException
setName in class DmuDefinitionDMOvalue - A value compatible with DmcTypeDefinitionNameSVDmcValueException - if value is not correctpublic void remName()
remName in class DmuDefinitionDMOpublic String getJsonPayload()
public void setJsonPayload(String value)
value - Stringpublic void setJsonPayload(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remJsonPayload()
Copyright © 2023. All rights reserved.