Class QueuedCommand


  • public class QueuedCommand
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      QueuedCommand​(io.molr.commons.domain.StrandCommand strandCommand, long commandId)  
    • Constructor Detail

      • QueuedCommand

        public QueuedCommand​(io.molr.commons.domain.StrandCommand strandCommand,
                             long commandId)
    • Method Detail

      • getStrandCommand

        public io.molr.commons.domain.StrandCommand getStrandCommand()
      • getCommandId

        public long getCommandId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object