Public Member Functions | |
UniqueDateTime (String caption, int order, String label, Date newValue) | |
UniqueDateTime (ChangeCategory category, String label, Date newValue) | |
boolean | isOnlyNew () |
Public Member Functions inherited from org.turro.registry.DateTimeChange | |
DateTimeChange (ChangeCategory category, String label, Date oldValue, Date newValue, boolean duplicates) | |
DateTimeChange (ChangeCategory category, String label, Date oldValue, Date newValue) | |
DateTimeChange (String caption, int order, String label, Date oldValue, Date newValue, boolean duplicates) | |
DateTimeChange (String caption, int order, String label, Date oldValue, Date newValue) | |
String | getNewValueString () |
String | getOldValueString () |
Definition at line 26 of file UniqueDateTime.java.
org.turro.registry.UniqueDateTime.UniqueDateTime | ( | String | caption, |
int | order, | ||
String | label, | ||
Date | newValue | ||
) |
Definition at line 28 of file UniqueDateTime.java.
org.turro.registry.UniqueDateTime.UniqueDateTime | ( | ChangeCategory | category, |
String | label, | ||
Date | newValue | ||
) |
Definition at line 32 of file UniqueDateTime.java.
boolean org.turro.registry.UniqueDateTime.isOnlyNew | ( | ) |
Definition at line 37 of file UniqueDateTime.java.