Class NGSLinkerCmdRequest


  • public class NGSLinkerCmdRequest
    extends java.lang.Object
    Data transfer object for creating a command for the ngs-linker.pl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getProjectId()  
      java.util.List<java.lang.Long> getSampleIds()  
      void setProjectId​(java.lang.Long projectId)  
      void setSampleIds​(java.util.List<java.lang.Long> sampleIds)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NGSLinkerCmdRequest

        public NGSLinkerCmdRequest()
    • Method Detail

      • getSampleIds

        public java.util.List<java.lang.Long> getSampleIds()
      • setSampleIds

        public void setSampleIds​(java.util.List<java.lang.Long> sampleIds)
      • getProjectId

        public java.lang.Long getProjectId()
      • setProjectId

        public void setProjectId​(java.lang.Long projectId)