Interface ContainerInstance

All Superinterfaces:
Serializable
All Known Subinterfaces:
Plate
All Known Implementing Classes:
ContainerBase, PlateBase

public interface ContainerInstance extends Serializable
  • Method Details

    • getBarcode

      String getBarcode()
    • getContainerId

      int getContainerId()
    • getContainerType

      ContainerType getContainerType()
    • setBarcode

      void setBarcode(String barcode)
    • setContainerId

      void setContainerId(int id)
    • setContainerType

      void setContainerType(ContainerType conType)