public class CMSCreateComponent extends Object implements IComponentAction
Constructor and Description |
---|
CMSCreateComponent()
Default Constructor.
|
CMSCreateComponent(IComponentIdentifier result)
Create a new
AMSCreateComponent . |
Modifier and Type | Method and Description |
---|---|
Map |
getArguments()
Get the arguments of this AMSCreateComponent.
|
IComponentIdentifier |
getComponentIdentifier()
Get the componentidentifier of this AMSCreateComponent.
|
String |
getConfiguration()
Get the configuration of this AMSCreateComponent.
|
String |
getName()
Get the name of this AMSCreateComponent.
|
IComponentIdentifier |
getParent()
Get the parent of this AMSCreateComponent.
|
IResourceIdentifier |
getResourceIdentifier()
Get the parent of this AMSCreateComponent.
|
String |
getType()
Get the type of this AMSCreateComponent.
|
boolean |
isMaster()
Get the master flag.
|
boolean |
isSuspend()
Get the suspend flag.
|
void |
setArguments(Map arguments)
Set the arguments of this AMSCreateComponent.
|
void |
setComponentIdentifier(IComponentIdentifier componentidentifier)
Set the componentidentifier of this AMSCreateComponent.
|
void |
setConfiguration(String configuration)
Set the configuration of this AMSCreateComponent.
|
void |
setMaster(boolean master)
Set the master flag.
|
void |
setName(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(String type)
Set the type of this AMSCreateComponent.
|
String |
toString()
Get a string representation of this AMSCreateComponent.
|
public CMSCreateComponent()
AMSCreateComponent
.public CMSCreateComponent(IComponentIdentifier result)
AMSCreateComponent
.public String getType()
public void setType(String type)
type
- the value to be setpublic String getConfiguration()
public void setConfiguration(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)
parent
- the value to be setpublic String getName()
public void setName(String name)
name
- the value to be setpublic Map getArguments()
public void setArguments(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 setCopyright © 2012. All Rights Reserved.