

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