Class CreateCommand

    • Field Detail

      • name

        protected java.lang.String name
        The name.
      • model

        protected java.lang.String model
        The model.
    • Constructor Detail

      • CreateCommand

        public CreateCommand​(java.lang.String name,
                             java.lang.String model,
                             CreationInfo info)
        Create a new CreateCommand.
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name.
        Returns:
        The name.
      • setName

        public void setName​(java.lang.String name)
        Set the name.
        Parameters:
        name - The name to set.
      • getModel

        public java.lang.String getModel()
        Get the model.
        Returns:
        The model.
      • setModel

        public void setModel​(java.lang.String model)
        Set the model.
        Parameters:
        model - The model to set.
      • getInfo

        public CreationInfo getInfo()
        Get the info.
        Returns:
        The info.
      • setInfo

        public void setInfo​(CreationInfo info)
        Set the info.
        Parameters:
        info - The info to set.