.. java:import:: com.fasterxml.jackson.annotation JsonIgnore .. java:import:: com.fasterxml.jackson.annotation JsonProperty .. java:import:: dk.magenta.datafordeler.core.database DatabaseEntry .. java:import:: dk.magenta.datafordeler.core.database Identification .. java:import:: dk.magenta.datafordeler.geo GeoPlugin .. java:import:: dk.magenta.datafordeler.geo.data WireCache .. java:import:: dk.magenta.datafordeler.geo.data.common GeoMonotemporalRecord .. java:import:: dk.magenta.datafordeler.geo.data.road GeoRoadEntity .. java:import:: org.hibernate Session .. java:import:: java.util Objects AccessAddressRoadRecord ======================= .. java:package:: dk.magenta.datafordeler.geo.data.accessaddress :noindex: .. java:type:: @Entity @Table public class AccessAddressRoadRecord extends GeoMonotemporalRecord Fields ------ DB_FIELD_MUNICIPALITY_CODE ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_MUNICIPALITY_CODE :outertype: AccessAddressRoadRecord DB_FIELD_ROAD_CODE ^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_ROAD_CODE :outertype: AccessAddressRoadRecord DB_FIELD_ROAD_REFERENCE ^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_ROAD_REFERENCE :outertype: AccessAddressRoadRecord IO_FIELD_MUNICIPALITY_CODE ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_MUNICIPALITY_CODE :outertype: AccessAddressRoadRecord IO_FIELD_ROAD_CODE ^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_ROAD_CODE :outertype: AccessAddressRoadRecord IO_FIELD_ROAD_REFERENCE ^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_ROAD_REFERENCE :outertype: AccessAddressRoadRecord TABLE_NAME ^^^^^^^^^^ .. java:field:: public static final String TABLE_NAME :outertype: AccessAddressRoadRecord Constructors ------------ AccessAddressRoadRecord ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public AccessAddressRoadRecord() :outertype: AccessAddressRoadRecord AccessAddressRoadRecord ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public AccessAddressRoadRecord(Integer municipalityCode, Integer roadCode) :outertype: AccessAddressRoadRecord Methods ------- equalData ^^^^^^^^^ .. java:method:: public boolean equalData(Object o) :outertype: AccessAddressRoadRecord getMunicipalityCode ^^^^^^^^^^^^^^^^^^^ .. java:method:: public Integer getMunicipalityCode() :outertype: AccessAddressRoadRecord getReference ^^^^^^^^^^^^ .. java:method:: public Identification getReference() :outertype: AccessAddressRoadRecord getRoadCode ^^^^^^^^^^^ .. java:method:: public Integer getRoadCode() :outertype: AccessAddressRoadRecord setMunicipalityCode ^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setMunicipalityCode(Integer municipalityCode) :outertype: AccessAddressRoadRecord setRoadCode ^^^^^^^^^^^ .. java:method:: public void setRoadCode(Integer roadCode) :outertype: AccessAddressRoadRecord wire ^^^^ .. java:method:: public void wire(Session session, WireCache wireCache) :outertype: AccessAddressRoadRecord