Interface ContainerType

All Superinterfaces:
Serializable
All Known Implementing Classes:
ContainerTypeBase, GreinerCrystalQuickX2, PlateType, Puck, UnloadedPlateType

public interface ContainerType extends Serializable
  • Method Details

    • getCapacity

      int getCapacity()
    • getCategory

      String getCategory()
    • getLabel

      String getLabel()
    • getTypeId

      String getTypeId()
    • setCapacity

      void setCapacity(int capacity)
    • setCategory

      void setCategory(String category)
    • setLabel

      void setLabel(String label)
    • setTypeId

      void setTypeId(String id)