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