Package uk.ac.gda.mx.ispyb.api.container
Class ContainerTypeBase
java.lang.Object
gda.factory.ConfigurableBase
uk.ac.gda.mx.ispyb.api.container.ContainerTypeBase
- All Implemented Interfaces:
Configurable,Serializable,ContainerType
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLabel()voidsetCapacity(int capacity) voidsetCategory(String category) voidvoidMethods inherited from class gda.factory.ConfigurableBase
configure, isConfigureAtStartup, isConfigured, reconfigure, setConfigured
-
Field Details
-
typeId
-
category
-
label
-
capacity
protected int capacity
-
-
Constructor Details
-
ContainerTypeBase
public ContainerTypeBase()
-
-
Method Details
-
getCapacity
public int getCapacity()- Specified by:
getCapacityin interfaceContainerType
-
getCategory
- Specified by:
getCategoryin interfaceContainerType
-
getTypeId
- Specified by:
getTypeIdin interfaceContainerType
-
setCapacity
public void setCapacity(int capacity) - Specified by:
setCapacityin interfaceContainerType
-
setCategory
- Specified by:
setCategoryin interfaceContainerType
-
setTypeId
- Specified by:
setTypeIdin interfaceContainerType
-
getLabel
- Specified by:
getLabelin interfaceContainerType
-
setLabel
- Specified by:
setLabelin interfaceContainerType
-