.. java:import:: com.fasterxml.jackson.annotation JsonProperty .. java:import:: dk.magenta.datafordeler.core.database DatabaseEntry .. java:import:: dk.magenta.datafordeler.geo GeoPlugin .. java:import:: dk.magenta.datafordeler.geo.data.common GeoMonotemporalRecord .. java:import:: javax.persistence Column .. java:import:: javax.persistence Entity .. java:import:: javax.persistence Index .. java:import:: javax.persistence Table .. java:import:: java.util Objects UnitAddressDoorRecord ===================== .. java:package:: dk.magenta.datafordeler.geo.data.unitaddress :noindex: .. java:type:: @Entity @Table public class UnitAddressDoorRecord extends GeoMonotemporalRecord Fields ------ DB_FIELD_DOOR ^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_DOOR :outertype: UnitAddressDoorRecord IO_FIELD_DOOR ^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_DOOR :outertype: UnitAddressDoorRecord TABLE_NAME ^^^^^^^^^^ .. java:field:: public static final String TABLE_NAME :outertype: UnitAddressDoorRecord Constructors ------------ UnitAddressDoorRecord ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public UnitAddressDoorRecord() :outertype: UnitAddressDoorRecord UnitAddressDoorRecord ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public UnitAddressDoorRecord(String door) :outertype: UnitAddressDoorRecord Methods ------- equalData ^^^^^^^^^ .. java:method:: public boolean equalData(Object o) :outertype: UnitAddressDoorRecord getDoor ^^^^^^^ .. java:method:: public String getDoor() :outertype: UnitAddressDoorRecord setDoor ^^^^^^^ .. java:method:: public void setDoor(String door) :outertype: UnitAddressDoorRecord