Class i5OSCommand

    • Constructor Detail

      • i5OSCommand

        public i5OSCommand()
    • Method Detail

      • setCommandName

        public void setCommandName​(java.lang.String commandName)
        Defines the name of the i5/OS command to call.
      • getCommandName

        public java.lang.String getCommandName()
        Returns the name of the i5/OS command to call.
      • getCommandParm

        public java.lang.String getCommandParm()
        Returns the parameters to pass to the command.
      • setCommandParm

        public void setCommandParm​(java.lang.String cmdParmString)
        Defines the parameters to pass to the command.
      • setDescription

        public void setDescription​(java.lang.String description)
        Defines the comments on the use of the command.
      • getDescription

        public java.lang.String getDescription()
        Returns the comments on the use of the command.