@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() |
getPermId
public WellIdentifier(PlateIdentifier plateIdentifier, WellPosition wellPosition, java.lang.String permId)
public PlateIdentifier getPlateIdentifier()
public WellPosition getWellPosition()
public java.lang.String toString()
toString
in class PermanentIdentifier
public int hashCode()
hashCode
in class PermanentIdentifier
public boolean equals(java.lang.Object obj)
equals
in class PermanentIdentifier