.. 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 UsageRecord =========== .. java:package:: dk.magenta.datafordeler.geo.data.common :noindex: .. java:type:: @MappedSuperclass public class UsageRecord extends GeoMonotemporalRecord Fields ------ DB_FIELD_USAGE ^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_USAGE :outertype: UsageRecord IO_FIELD_USAGE ^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_USAGE :outertype: UsageRecord Constructors ------------ UsageRecord ^^^^^^^^^^^ .. java:constructor:: public UsageRecord() :outertype: UsageRecord UsageRecord ^^^^^^^^^^^ .. java:constructor:: public UsageRecord(Integer usage) :outertype: UsageRecord Methods ------- equalData ^^^^^^^^^ .. java:method:: public boolean equalData(Object o) :outertype: UsageRecord getUsage ^^^^^^^^ .. java:method:: public Integer getUsage() :outertype: UsageRecord setUsage ^^^^^^^^ .. java:method:: public void setUsage(Integer usage) :outertype: UsageRecord