.. java:import:: com.fasterxml.jackson.annotation JsonIgnore .. java:import:: com.fasterxml.jackson.annotation JsonProperty .. java:import:: com.fasterxml.jackson.annotation JsonTypeInfo .. java:import:: dk.magenta.datafordeler.core PluginManager .. java:import:: dk.magenta.datafordeler.core.database Identification .. java:import:: dk.magenta.datafordeler.core.database IdentifiedEntity .. java:import:: dk.magenta.datafordeler.core.database Monotemporal .. java:import:: dk.magenta.datafordeler.core.database Nontemporal .. java:import:: dk.magenta.datafordeler.core.fapi BaseQuery .. java:import:: dk.magenta.datafordeler.core.plugin Plugin .. java:import:: dk.magenta.datafordeler.geo GeoPlugin .. java:import:: dk.magenta.datafordeler.geo.data GeoEntity .. java:import:: dk.magenta.datafordeler.geo.data MonotemporalSet .. java:import:: dk.magenta.datafordeler.geo.data SumiffiikEntity .. java:import:: dk.magenta.datafordeler.geo.data.common GeoMonotemporalRecord .. java:import:: org.hibernate.annotations Filter .. java:import:: org.hibernate.annotations Filters UnitAddressEntity ================= .. java:package:: dk.magenta.datafordeler.geo.data.unitaddress :noindex: .. java:type:: @Entity @Table public class UnitAddressEntity extends SumiffiikEntity implements IdentifiedEntity Fields ------ DB_FIELD_ACCESS_ADDRESS ^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_ACCESS_ADDRESS :outertype: UnitAddressEntity DB_FIELD_DOOR ^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_DOOR :outertype: UnitAddressEntity DB_FIELD_FLOOR ^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_FLOOR :outertype: UnitAddressEntity DB_FIELD_NUMBER ^^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_NUMBER :outertype: UnitAddressEntity DB_FIELD_SOURCE ^^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_SOURCE :outertype: UnitAddressEntity DB_FIELD_STATUS ^^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_STATUS :outertype: UnitAddressEntity DB_FIELD_USAGE ^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_USAGE :outertype: UnitAddressEntity IO_FIELD_ACCESS_ADDRESS ^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_ACCESS_ADDRESS :outertype: UnitAddressEntity IO_FIELD_DOOR ^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_DOOR :outertype: UnitAddressEntity IO_FIELD_FLOOR ^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_FLOOR :outertype: UnitAddressEntity IO_FIELD_NUMBER ^^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_NUMBER :outertype: UnitAddressEntity IO_FIELD_SOURCE ^^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_SOURCE :outertype: UnitAddressEntity IO_FIELD_STATUS ^^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_STATUS :outertype: UnitAddressEntity IO_FIELD_USAGE ^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_USAGE :outertype: UnitAddressEntity TABLE_NAME ^^^^^^^^^^ .. java:field:: public static final String TABLE_NAME :outertype: UnitAddressEntity schema ^^^^^^ .. java:field:: @JsonTypeInfo public static final String schema :outertype: UnitAddressEntity Constructors ------------ UnitAddressEntity ^^^^^^^^^^^^^^^^^ .. java:constructor:: public UnitAddressEntity() :outertype: UnitAddressEntity UnitAddressEntity ^^^^^^^^^^^^^^^^^ .. java:constructor:: public UnitAddressEntity(UnitAddressRawData record) :outertype: UnitAddressEntity Methods ------- addMonotemporalRecord ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void addMonotemporalRecord(GeoMonotemporalRecord record) :outertype: UnitAddressEntity getAccessAddress ^^^^^^^^^^^^^^^^ .. java:method:: public Identification getAccessAddress() :outertype: UnitAddressEntity getAllRecords ^^^^^^^^^^^^^ .. java:method:: @Override @JsonIgnore public Set> getAllRecords() :outertype: UnitAddressEntity getAssoc ^^^^^^^^ .. java:method:: @JsonIgnore @Override public List getAssoc() :outertype: UnitAddressEntity getDoor ^^^^^^^ .. java:method:: public MonotemporalSet getDoor() :outertype: UnitAddressEntity getFloor ^^^^^^^^ .. java:method:: public MonotemporalSet getFloor() :outertype: UnitAddressEntity getNewest ^^^^^^^^^ .. java:method:: @Override @JsonIgnore public IdentifiedEntity getNewest(Collection collection) :outertype: UnitAddressEntity getNumber ^^^^^^^^^ .. java:method:: public MonotemporalSet getNumber() :outertype: UnitAddressEntity getSource ^^^^^^^^^ .. java:method:: public MonotemporalSet getSource() :outertype: UnitAddressEntity getStatus ^^^^^^^^^ .. java:method:: public MonotemporalSet getStatus() :outertype: UnitAddressEntity getUsage ^^^^^^^^ .. java:method:: public MonotemporalSet getUsage() :outertype: UnitAddressEntity merge ^^^^^ .. java:method:: @Override public boolean merge(GeoEntity other) :outertype: UnitAddressEntity setAccessAddress ^^^^^^^^^^^^^^^^ .. java:method:: public void setAccessAddress(Identification accessAddress) :outertype: UnitAddressEntity