Class ContrastVO


  • public class ContrastVO
    extends Object
    Helper object, not for general use.
    Author:
    Paul
    • Constructor Detail

      • ContrastVO

        public ContrastVO​(Long id,
                          Long factorValueId,
                          Double logFoldchange,
                          Double pvalue,
                          Long secondFactorValueId)
    • Method Detail

      • getFactorValueId

        public Long getFactorValueId()
      • getId

        public Long getId()
      • getLogFoldChange

        public Double getLogFoldChange()
      • getPvalue

        public Double getPvalue()
      • getSecondFactorValueId

        public Long getSecondFactorValueId()