public class SiteImpl extends Site
comment, effective_time, id, my_location| Modifier | Constructor and Description |
|---|---|
protected |
SiteImpl() |
|
SiteImpl(SiteId id,
Location my_location,
Station my_station,
java.lang.String comment)
Constructs a Site with begin effective time extracted from
the siteId and no known end time, ie still operational.
|
|
SiteImpl(SiteId id,
Location my_location,
TimeRange effective_time,
Station my_station,
java.lang.String comment) |
|
SiteImpl(SiteId id,
Station my_station,
java.lang.String comment)
Constructs a Site with begin effective time extracted from
the siteId and no known end time, ie still operational, and location from the station.
|
| Modifier and Type | Method and Description |
|---|---|
static SiteImpl |
createEmpty() |
java.lang.String |
get_code() |
SiteId |
get_id() |
_read, _truncatable_ids, _type, _write, getBeginTime, getComment, getEffectiveTime, getEndTime, getId, getLocation, getStation, intern, intern, setBeginTime, setComment, setEffectiveTime, setEndTime, setId, setLocation, setStationprotected SiteImpl()
public SiteImpl(SiteId id, Location my_location, TimeRange effective_time, Station my_station, java.lang.String comment)
public SiteImpl(SiteId id, Location my_location, Station my_station, java.lang.String comment)