public class CMSCreateComponent extends java.lang.Object implements IComponentAction
Modifier and Type | Field and Description |
---|---|
protected java.util.Map |
arguments
Attribute for slot arguments.
|
protected IComponentIdentifier |
componentidentifier
Attribute for slot componentidentifier.
|
protected java.lang.String |
configuration
Attribute for slot configuration.
|
protected boolean |
master
Attribute for slot master.
|
protected java.lang.String |
name
Attribute for slot name.
|
protected IComponentIdentifier |
parent
Attribute for slot parent.
|
protected IResourceIdentifier |
rid
Attribute for slot rid.
|
protected boolean |
suspend
Attribute for slot suspend.
|
protected java.lang.String |
type
Attribute for slot type.
|
Constructor and Description |
---|
CMSCreateComponent()
Default Constructor.
|
CMSCreateComponent(IComponentIdentifier result)
Create a new
AMSCreateComponent . |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getArguments()
Get the arguments of this AMSCreateComponent.
|
IComponentIdentifier |
getComponentIdentifier()
Get the componentidentifier of this AMSCreateComponent.
|
java.lang.String |
getConfiguration()
Get the configuration of this AMSCreateComponent.
|
java.lang.String |
getName()
Get the name of this AMSCreateComponent.
|
IComponentIdentifier |
getParent()
Get the parent of this AMSCreateComponent.
|
IResourceIdentifier |
getResourceIdentifier()
Get the parent of this AMSCreateComponent.
|
java.lang.String |
getType()
Get the type of this AMSCreateComponent.
|
boolean |
isMaster()
Get the master flag.
|
boolean |
isSuspend()
Get the suspend flag.
|
void |
setArguments(java.util.Map arguments)
Set the arguments of this AMSCreateComponent.
|
void |
setComponentIdentifier(IComponentIdentifier componentidentifier)
Set the componentidentifier of this AMSCreateComponent.
|
void |
setConfiguration(java.lang.String configuration)
Set the configuration of this AMSCreateComponent.
|
void |
setMaster(boolean master)
Set the master flag.
|
void |
setName(java.lang.String name)
Set the name of this AMSCreateComponent.
|
void |
setParent(IComponentIdentifier parent)
Set the parent of this AMSCreateComponent.
|
void |
setResourceIdentifier(IResourceIdentifier rid)
Set the parent of this AMSCreateComponent.
|
void |
setSuspend(boolean suspend)
Set the suspend flag.
|
void |
setType(java.lang.String type)
Set the type of this AMSCreateComponent.
|
java.lang.String |
toString()
Get a string representation of this AMSCreateComponent.
|
protected java.lang.String type
protected java.lang.String configuration
protected IComponentIdentifier componentidentifier
protected java.lang.String name
protected java.util.Map arguments
protected boolean suspend
protected boolean master
protected IComponentIdentifier parent
protected IResourceIdentifier rid
public CMSCreateComponent()
public CMSCreateComponent(IComponentIdentifier result)
AMSCreateComponent
.public java.lang.String getType()
public void setType(java.lang.String type)
type
- the value to be setpublic java.lang.String getConfiguration()
public void setConfiguration(java.lang.String configuration)
configuration
- the value to be setpublic IComponentIdentifier getComponentIdentifier()
public void setComponentIdentifier(IComponentIdentifier componentidentifier)
componentidentifier
- the value to be setpublic IComponentIdentifier getParent()
public void setParent(IComponentIdentifier parent)
parent
- the value to be setpublic IResourceIdentifier getResourceIdentifier()
public void setResourceIdentifier(IResourceIdentifier rid)
nfparent
- the value to be setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the value to be setpublic java.util.Map getArguments()
public void setArguments(java.util.Map arguments)
arguments
- the value to be setpublic boolean isSuspend()
public void setSuspend(boolean suspend)
suspend
- the value to be setpublic boolean isMaster()
public void setMaster(boolean master)
master
- the value to be setpublic java.lang.String toString()
toString
in class java.lang.Object