Package org.chenile.owiz.config.model
Class AttachmentDescriptor<InputType>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
Contains the meta data about the attachment of a command to another.
Every command must have this information unless it is a first command.
- Author:
- Raja Shankar Kolluru
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Modifier and TypeFieldDescriptionprivate CommandDescriptor<InputType>
private static final String
private static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setParent
(CommandDescriptor<InputType> parent) void
setParentId
(String pid) toXml()
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
PARENT_ID_NAME
- See Also:
-
parent
-
-
Constructor Details
-
AttachmentDescriptor
public AttachmentDescriptor()
-
-
Method Details
-
getParentId
-
setParentId
-
setParent
-
getParent
-
toXml
-