Class WellIdentifier
- java.lang.Object
-
- ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.PermanentIdentifier
-
- ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.WellIdentifier
-
- All Implemented Interfaces:
IPermanentIdentifier,java.io.Serializable
- Direct Known Subclasses:
WellMetadata
@JsonObject("WellIdentifier") public class WellIdentifier extends PermanentIdentifierContains data which uniquely define a well on a plate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WellIdentifier(PlateIdentifier plateIdentifier, WellPosition wellPosition, java.lang.String permId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)PlateIdentifiergetPlateIdentifier()WellPositiongetWellPosition()inthashCode()java.lang.StringtoString()-
Methods inherited from class ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.PermanentIdentifier
getPermId
-
-
-
-
Constructor Detail
-
WellIdentifier
public WellIdentifier(PlateIdentifier plateIdentifier, WellPosition wellPosition, java.lang.String permId)
-
-
Method Detail
-
getPlateIdentifier
public PlateIdentifier getPlateIdentifier()
-
getWellPosition
public WellPosition getWellPosition()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classPermanentIdentifier
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPermanentIdentifier
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classPermanentIdentifier
-
-