public abstract class LocationLine extends LocationImpl
Modifier and Type | Class and Description |
---|---|
static class |
LocationLine.Factory
Constructs new instances of
LocationLine . |
Constructor and Description |
---|
LocationLine() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LocationLine o) |
boolean |
equals(Object object)
This entity does not have any identifiers
but since it extends the
LocationImpl class
it will simply delegate the call up there. |
MultiLineString |
getPosition() |
Timestamp |
getPositionUpdateDate() |
int |
hashCode()
This entity does not have any identifiers
but since it extends the
LocationImpl class
it will simply delegate the call up there. |
void |
setPosition(MultiLineString positionIn) |
void |
setPositionUpdateDate(Timestamp positionUpdateDateIn) |
compareTo, getBathymetry, getComments, getDaylightSavingTime, getId, getLabel, getLocationClassification, getLocationLevel, getName, getStatus, getUpdateDate, getUtFormat, getValidityStatus, setBathymetry, setComments, setDaylightSavingTime, setId, setLabel, setLocationClassification, setLocationLevel, setName, setStatus, setUpdateDate, setUtFormat, setValidityStatus
public LocationLine()
public MultiLineString getPosition()
public void setPosition(MultiLineString positionIn)
positionIn
- MultiLineStringpublic Timestamp getPositionUpdateDate()
public void setPositionUpdateDate(Timestamp positionUpdateDateIn)
positionUpdateDateIn
- Timestamppublic boolean equals(Object object)
LocationImpl
class
it will simply delegate the call up there.equals
in class Location
Location.equals(Object)
public int hashCode()
LocationImpl
class
it will simply delegate the call up there.hashCode
in class Location
Location.hashCode()
public int compareTo(LocationLine o)
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.