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