Class DesignPreflightReport.Blocker

java.lang.Object
ubic.gemma.model.expression.experiment.DesignPreflightReport.Blocker
All Implemented Interfaces:
Serializable
Enclosing class:
DesignPreflightReport

public static class DesignPreflightReport.Blocker extends Object implements Serializable
One reason the proposed payload cannot be applied. Each blocker is self-describing.
See Also:
  • Constructor Details

    • Blocker

      public Blocker()
    • Blocker

      public Blocker(String type, String message)
  • Method Details

    • getType

      public String getType()
    • getMessage

      public String getMessage()
    • getFactorId

      @Nullable public Long getFactorId()
    • getFactorValueId

      @Nullable public Long getFactorValueId()
    • getBioMaterialId

      @Nullable public Long getBioMaterialId()
    • getStatementId

      @Nullable public Long getStatementId()
    • setType

      public void setType(String type)
    • setMessage

      public void setMessage(String message)
    • setFactorId

      public void setFactorId(@Nullable Long factorId)
    • setFactorValueId

      public void setFactorValueId(@Nullable Long factorValueId)
    • setBioMaterialId

      public void setBioMaterialId(@Nullable Long bioMaterialId)
    • setStatementId

      public void setStatementId(@Nullable Long statementId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object