Class ExpressionExperimentEditController.CellLevelCharacteristicsEditForm

java.lang.Object
ubic.gemma.web.controller.expression.experiment.ExpressionExperimentEditController.CellLevelCharacteristicsEditForm
Enclosing class:
ExpressionExperimentEditController

public static class ExpressionExperimentEditController.CellLevelCharacteristicsEditForm extends Object
  • Constructor Details

    • CellLevelCharacteristicsEditForm

      public CellLevelCharacteristicsEditForm(CellLevelCharacteristics clc)
    • CellLevelCharacteristicsEditForm

      public CellLevelCharacteristicsEditForm()
  • Method Details

    • getId

      public Long getId()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getCategory

      public String getCategory()
    • getValues

      public List<String> getValues()
    • setId

      public void setId(Long id)
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setCategory

      public void setCategory(String category)
    • setValues

      public void setValues(List<String> values)
    • 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