Class CMSCreateComponent

  • All Implemented Interfaces:
    IComponentAction

    public class CMSCreateComponent
    extends java.lang.Object
    implements IComponentAction
    Java class for concept AMSCreateComponent of beanynizer_beans_fipa_default ontology.
    • Field Detail

      • type

        protected java.lang.String type
        Attribute for slot type.
      • configuration

        protected java.lang.String configuration
        Attribute for slot configuration.
      • componentidentifier

        protected IComponentIdentifier componentidentifier
        Attribute for slot componentidentifier.
      • name

        protected java.lang.String name
        Attribute for slot name.
      • arguments

        protected java.util.Map arguments
        Attribute for slot arguments.
      • suspend

        protected boolean suspend
        Attribute for slot suspend.
      • master

        protected boolean master
        Attribute for slot master.
    • Constructor Detail

      • CMSCreateComponent

        public CMSCreateComponent()
        Default Constructor. AMSCreateComponent.
      • CMSCreateComponent

        public CMSCreateComponent​(IComponentIdentifier result)
        Create a new AMSCreateComponent.
    • Method Detail

      • getType

        public java.lang.String getType()
        Get the type of this AMSCreateComponent.
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
        Set the type of this AMSCreateComponent.
        Parameters:
        type - the value to be set
      • getConfiguration

        public java.lang.String getConfiguration()
        Get the configuration of this AMSCreateComponent.
        Returns:
        configuration
      • setConfiguration

        public void setConfiguration​(java.lang.String configuration)
        Set the configuration of this AMSCreateComponent.
        Parameters:
        configuration - the value to be set
      • getComponentIdentifier

        public IComponentIdentifier getComponentIdentifier()
        Get the componentidentifier of this AMSCreateComponent.
        Returns:
        componentidentifier
      • setComponentIdentifier

        public void setComponentIdentifier​(IComponentIdentifier componentidentifier)
        Set the componentidentifier of this AMSCreateComponent.
        Parameters:
        componentidentifier - the value to be set
      • getParent

        public IComponentIdentifier getParent()
        Get the parent of this AMSCreateComponent.
        Returns:
        parent
      • setParent

        public void setParent​(IComponentIdentifier parent)
        Set the parent of this AMSCreateComponent.
        Parameters:
        parent - the value to be set
      • getResourceIdentifier

        public IResourceIdentifier getResourceIdentifier()
        Get the parent of this AMSCreateComponent.
        Returns:
        parent
      • setResourceIdentifier

        public void setResourceIdentifier​(IResourceIdentifier rid)
        Set the parent of this AMSCreateComponent.
        Parameters:
        nfparent - the value to be set
      • getName

        public java.lang.String getName()
        Get the name of this AMSCreateComponent.
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
        Set the name of this AMSCreateComponent.
        Parameters:
        name - the value to be set
      • getArguments

        public java.util.Map getArguments()
        Get the arguments of this AMSCreateComponent.
        Returns:
        arguments
      • setArguments

        public void setArguments​(java.util.Map arguments)
        Set the arguments of this AMSCreateComponent.
        Parameters:
        arguments - the value to be set
      • isSuspend

        public boolean isSuspend()
        Get the suspend flag.
        Returns:
        suspend.
      • setSuspend

        public void setSuspend​(boolean suspend)
        Set the suspend flag.
        Parameters:
        suspend - the value to be set
      • isMaster

        public boolean isMaster()
        Get the master flag.
        Returns:
        master.
      • setMaster

        public void setMaster​(boolean master)
        Set the master flag.
        Parameters:
        master - the value to be set
      • toString

        public java.lang.String toString()
        Get a string representation of this AMSCreateComponent.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.