com.bigllc.retsiq.metadata
Class MetadataUpdateHelp
java.lang.Object
com.bigllc.retsiq.metadata.MetadataTableMap
com.bigllc.retsiq.metadata.MetadataUpdateHelp
public class MetadataUpdateHelp
- extends MetadataTableMap
|
Constructor Summary |
MetadataUpdateHelp(java.util.Map<java.lang.String,java.lang.String> map)
|
| Methods inherited from class com.bigllc.retsiq.metadata.MetadataTableMap |
addChild, find, get, getChild, getChildTypes, getDepth, getFullPath, getFullPathName, getKeys, getMap, getName, getNameKey, getParent, getPathStack, getReversePathStack, getRoot, getSystem, hasDuplicateChildren, hasEmptyAttribute, isChildOf, removeChild, removeChild, setChildren, setParent, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
METADATA_ENTRY_ID
public static final java.lang.String METADATA_ENTRY_ID
- See Also:
- Constant Field Values
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
VALUE
public static final java.lang.String VALUE
- See Also:
- Constant Field Values
MetadataUpdateHelp
public MetadataUpdateHelp(java.util.Map<java.lang.String,java.lang.String> map)
getMetadataEntryId
public java.lang.String getMetadataEntryId()
- A value that never changes as long as the semantic
definition of this field remains unchanged.
Since RETS/1.7
getId
public java.lang.String getId()
getValue
public java.lang.String getValue()
getMetadataType
public com.bigllc.retsiq.api.RETSConstants.MetadataType getMetadataType()
- Specified by:
getMetadataType in class MetadataTableMap
getAttributeName
public java.lang.String getAttributeName()
- Specified by:
getAttributeName in class MetadataTableMap
getChildDate
public java.lang.String getChildDate(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
- Specified by:
getChildDate in class MetadataTableMap
setChildDate
public void setChildDate(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.lang.String date)
- Specified by:
setChildDate in class MetadataTableMap
getChildVersion
public java.lang.String getChildVersion(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
- Specified by:
getChildVersion in class MetadataTableMap
setChildVersion
public void setChildVersion(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.lang.String version)
- Specified by:
setChildVersion in class MetadataTableMap
getChildren
public java.util.List<? extends MetadataTableMap> getChildren(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
- Specified by:
getChildren in class MetadataTableMap
setChildrenList
public void setChildrenList(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.util.List<? extends MetadataTableMap> children)
- Description copied from class:
MetadataTableMap
- This method should be implemented to set the underlying list
to the one passed. It is called from setChildren. Lookups are
and setParent are handled by setChildren.
- Specified by:
setChildrenList in class MetadataTableMap
- Parameters:
type - the metadata type of the listchildren - the list containing the children nodes.
getChildrenLookup
public java.util.Map<java.lang.String,? extends MetadataTableMap> getChildrenLookup(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
- Specified by:
getChildrenLookup in class MetadataTableMap
registerField
public void registerField(MetadataUpdateTypeField field)
unregisterField
public void unregisterField(MetadataUpdateTypeField field)
getLinkedField
public java.util.Set<MetadataUpdateTypeField> getLinkedField()
getDisplayKeys
public java.util.List<java.lang.String> getDisplayKeys()
- Overrides:
getDisplayKeys in class MetadataTableMap