gcube-cms-suite/geoportal-common/src/main/java/org/gcube/application/geoportal/common/model/document/identification/TemporalReference.java

10 lines
283 B
Java
Raw Normal View History

2022-04-11 17:23:27 +02:00
package org.gcube.application.geoportal.common.model.document.identification;
2022-09-26 16:17:37 +02:00
import lombok.ToString;
2022-04-11 17:23:27 +02:00
@ToString (callSuper = true)
public class TemporalReference extends IdentificationReference {
public static final String TEMPORAL_REFERENCE_TYPE="TEMPORAL_REFERENCE_TYPE";
}