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