public class HistoricalLocationEntity extends IdEntity implements AbstractStaEntity, java.io.Serializable, StaRelations.Locations<HistoricalLocationEntity>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_IDENTIFIER |
static java.lang.String |
PROPERTY_LOCATIONS |
static java.lang.String |
PROPERTY_THING |
static java.lang.String |
PROPERTY_TIME |
PROPERTY_ID| Constructor and Description |
|---|
HistoricalLocationEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentifier() |
java.util.Set<LocationEntity> |
getLocations() |
PlatformEntity |
getThing() |
java.util.Date |
getTime() |
int |
hashCode() |
boolean |
isProcesssed() |
void |
setIdentifier(java.lang.String identifier) |
HistoricalLocationEntity |
setLocations(java.util.Set<LocationEntity> locationEntities) |
AbstractStaEntity |
setProcesssed(boolean processsed) |
HistoricalLocationEntity |
setThing(PlatformEntity thingEntity) |
HistoricalLocationEntity |
setTime(java.util.Date time) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddLocationEntity, hasLocationEntitiespublic static final java.lang.String PROPERTY_IDENTIFIER
public static final java.lang.String PROPERTY_TIME
public static final java.lang.String PROPERTY_LOCATIONS
public static final java.lang.String PROPERTY_THING
public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
public java.util.Date getTime()
public HistoricalLocationEntity setTime(java.util.Date time)
public java.util.Set<LocationEntity> getLocations()
getLocations in interface StaRelations.Locations<HistoricalLocationEntity>public HistoricalLocationEntity setLocations(java.util.Set<LocationEntity> locationEntities)
setLocations in interface StaRelations.Locations<HistoricalLocationEntity>public PlatformEntity getThing()
public HistoricalLocationEntity setThing(PlatformEntity thingEntity)
public boolean isProcesssed()
isProcesssed in interface AbstractStaEntitypublic AbstractStaEntity setProcesssed(boolean processsed)
setProcesssed in interface AbstractStaEntityCopyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.