18 package org.turro.registry;
20 import java.util.Date;
28 public UniqueDate(String caption,
int order, String label, Date newValue) {
29 super(caption, order, label,
null, newValue,
false);
32 public UniqueDate(ChangeCategory category, String label, Date newValue) {
33 super(category, label,
null, newValue,
false);
UniqueDate(ChangeCategory category, String label, Date newValue)
UniqueDate(String caption, int order, String label, Date newValue)