java.lang.Object
ubic.gemma.core.loader.expression.ucsc.cellbrowser.model.MetaField

public class MetaField extends Object
  • Constructor Details

    • MetaField

      public MetaField()
  • Method Details

    • getName

      public String getName()
    • getLabel

      public String getLabel()
    • getType

      public MetaFieldType getType()
    • getArrType

      public String getArrType()
    • getMaxSize

      public int getMaxSize()
    • getDiffValCount

      public int getDiffValCount()
    • getMd5

      public String getMd5()
    • setName

      public void setName(String name)
    • setLabel

      public void setLabel(String label)
    • setType

      public void setType(MetaFieldType type)
    • setArrType

      public void setArrType(String arrType)
    • setMaxSize

      public void setMaxSize(int maxSize)
    • setDiffValCount

      public void setDiffValCount(int diffValCount)
    • setMd5

      public void setMd5(String md5)
    • 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