.. java:import:: com.fasterxml.jackson.annotation JsonProperty .. java:import:: dk.magenta.datafordeler.geo.data GeoEntity .. java:import:: javax.persistence Column .. java:import:: javax.persistence MappedSuperclass .. java:import:: java.util Objects NameRecord ========== .. java:package:: dk.magenta.datafordeler.geo.data.common :noindex: .. java:type:: @MappedSuperclass public class NameRecord extends GeoMonotemporalRecord Fields ------ DB_FIELD_NAME ^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_NAME :outertype: NameRecord IO_FIELD_NAME ^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_NAME :outertype: NameRecord Constructors ------------ NameRecord ^^^^^^^^^^ .. java:constructor:: public NameRecord() :outertype: NameRecord NameRecord ^^^^^^^^^^ .. java:constructor:: public NameRecord(String name) :outertype: NameRecord Methods ------- equalData ^^^^^^^^^ .. java:method:: public boolean equalData(Object o) :outertype: NameRecord getName ^^^^^^^ .. java:method:: public String getName() :outertype: NameRecord setName ^^^^^^^ .. java:method:: public void setName(String name) :outertype: NameRecord