public class CMSResumeComponent extends java.lang.Object implements IComponentAction
| Modifier and Type | Field and Description | 
|---|---|
| protected IComponentIdentifier | componentidentifierAttribute for slot componentidentifier. | 
| Constructor and Description | 
|---|
| CMSResumeComponent()Default Constructor. | 
| CMSResumeComponent(IComponentIdentifier componentidentifier)Create a new  AMSSuspendComponent. | 
| Modifier and Type | Method and Description | 
|---|---|
| IComponentIdentifier | getComponentIdentifier()Get the componentidentifier of this AMSResumeComponent. | 
| void | setComponentIdentifier(IComponentIdentifier componentidentifier)Set the componentidentifier of this AMSResumeComponent. | 
| java.lang.String | toString()Get a string representation of this AMSResumeComponent. | 
protected IComponentIdentifier componentidentifier
public CMSResumeComponent()
public CMSResumeComponent(IComponentIdentifier componentidentifier)
AMSSuspendComponent.public IComponentIdentifier getComponentIdentifier()
public void setComponentIdentifier(IComponentIdentifier componentidentifier)
componentidentifier - the value to be setpublic java.lang.String toString()
toString in class java.lang.Object