@JsonObject(value="WellIdentifier") public class WellIdentifier extends PermanentIdentifier
| Constructor and Description |
|---|
WellIdentifier(PlateIdentifier plateIdentifier,
WellPosition wellPosition,
java.lang.String permId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
PlateIdentifier |
getPlateIdentifier() |
WellPosition |
getWellPosition() |
int |
hashCode() |
java.lang.String |
toString() |
getPermIdpublic WellIdentifier(PlateIdentifier plateIdentifier, WellPosition wellPosition, java.lang.String permId)
public PlateIdentifier getPlateIdentifier()
public WellPosition getWellPosition()
public java.lang.String toString()
toString in class PermanentIdentifierpublic int hashCode()
hashCode in class PermanentIdentifierpublic boolean equals(java.lang.Object obj)
equals in class PermanentIdentifier