public class Operation
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Operation()
Initializes a new instance of the Operation class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToHashMap(java.util.Map<java.lang.String,java.lang.String> map)
Adds all members of this class to a hashmap
|
java.lang.String |
getId()
Gets the Id property.
|
java.lang.String |
getIsSynthetic()
Gets the IsSynthetic property.
|
java.lang.String |
getName()
Gets the Name property.
|
java.lang.String |
getParentId()
Gets the ParentId property.
|
java.lang.String |
getRootId()
Gets the RootId property.
|
java.lang.String |
getSyntheticSource()
Gets the SyntheticSource property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
void |
serialize(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setId(java.lang.String value)
Sets the Id property.
|
void |
setIsSynthetic(java.lang.String value)
Sets the IsSynthetic property.
|
void |
setName(java.lang.String value)
Sets the Name property.
|
void |
setParentId(java.lang.String value)
Sets the ParentId property.
|
void |
setRootId(java.lang.String value)
Sets the RootId property.
|
void |
setSyntheticSource(java.lang.String value)
Sets the SyntheticSource property.
|
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getParentId()
public void setParentId(java.lang.String value)
public java.lang.String getRootId()
public void setRootId(java.lang.String value)
public java.lang.String getSyntheticSource()
public void setSyntheticSource(java.lang.String value)
public java.lang.String getIsSynthetic()
public void setIsSynthetic(java.lang.String value)
public void addToHashMap(java.util.Map<java.lang.String,java.lang.String> map)
map - to which the members of this class will be added.public void serialize(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected void InitializeFields()