Class SetDeploymentCategoryCmd

  • All Implemented Interfaces:
    Command<Void>

    public class SetDeploymentCategoryCmd
    extends Object
    implements Command<Void>
    Author:
    Tijs Rademakers
    • Field Detail

      • deploymentId

        protected String deploymentId
      • category

        protected String category
    • Constructor Detail

      • SetDeploymentCategoryCmd

        public SetDeploymentCategoryCmd​(String deploymentId,
                                        String category)
    • Method Detail

      • getDeploymentId

        public String getDeploymentId()
      • setDeploymentId

        public void setDeploymentId​(String deploymentId)
      • getCategory

        public String getCategory()
      • setCategory

        public void setCategory​(String category)