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 PermanentIdentifier
Contains 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 boolean
equals(java.lang.Object obj)
PlateIdentifier
getPlateIdentifier()
WellPosition
getWellPosition()
int
hashCode()
java.lang.String
toString()
-
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:
toString
in classPermanentIdentifier
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPermanentIdentifier
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classPermanentIdentifier
-
-