1 package org.collectionspace.services.structureddate;
4 * A deferred date that represents an endpoint of a quarter century.
6 public abstract class DeferredQuarterCenturyDate extends DeferredCenturyDate {
9 public DeferredQuarterCenturyDate(int century) {
13 public DeferredQuarterCenturyDate(int century, int quarter) {
16 this.quarter = quarter;