public class LOVMapping extends java.lang.Object implements java.io.Serializable, PersistentDefinition
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PNAME_DisplayAttributes |
static java.lang.String |
PNAME_InputKeyMappings |
| Constructor and Description |
|---|
LOVMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(LOVMapping otherUsage) |
java.lang.String |
getDefTypeName() |
java.lang.String |
getDefXMLElementTag() |
java.lang.String |
getDefXMLNameSpace() |
java.lang.String[] |
getDisplayAttributes() |
java.lang.String |
getIdentificationAttributeName()
return the attribute name for identification on an xml element.
|
java.lang.String[] |
getInputKeyMappings() |
java.lang.String |
getXMLElementTag()
Returns a piece of static info for the type of object this is invoked
upon.
|
void |
loadXMLContents(DefElement xmlElement) |
void |
setDisplayAttributes(java.lang.String[] attrNames) |
void |
setInputKeyMappings(java.lang.String[] attrNames) |
void |
writeChildren(DefWriter jos)
Writes the Object's children to the Persistent storage
|
void |
writeContents(DefWriter jos)
Objects should write their persistence output in this method
|
void |
writeObject(DefWriter jos)
Objects should write their persistence output in this method
|
public static final java.lang.String PNAME_InputKeyMappings
public static final java.lang.String PNAME_DisplayAttributes
public void copyFrom(LOVMapping otherUsage)
public void writeObject(DefWriter jos)
PersistentDefinitionwriteObject in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeContents(DefWriter jos)
PersistentDefinitionwriteContents in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeChildren(DefWriter jos)
PersistentDefinitionwriteChildren in interface PersistentDefinitionjos - the Output storage for persistencepublic void loadXMLContents(DefElement xmlElement)
public java.lang.String[] getInputKeyMappings()
public void setInputKeyMappings(java.lang.String[] attrNames)
public java.lang.String[] getDisplayAttributes()
public void setDisplayAttributes(java.lang.String[] attrNames)
public java.lang.String getDefXMLElementTag()
getDefXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefTypeName()
public java.lang.String getXMLElementTag()
PersistentDefinitiongetXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace in interface PersistentDefinitionpublic java.lang.String getIdentificationAttributeName()
PersistentDefinitiongetIdentificationAttributeName in interface PersistentDefinition