BrightSide Workbench Full Report + Source Code
org.turro.registry.UniqueDate Class Reference
Inheritance diagram for org.turro.registry.UniqueDate:
Collaboration diagram for org.turro.registry.UniqueDate:

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 ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 26 of file UniqueDate.java.

Constructor & Destructor Documentation

◆ UniqueDate() [1/2]

org.turro.registry.UniqueDate.UniqueDate ( String  caption,
int  order,
String  label,
Date  newValue 
)

Definition at line 28 of file UniqueDate.java.

28  {
29  super(caption, order, label, null, newValue, false);
30  }

◆ UniqueDate() [2/2]

org.turro.registry.UniqueDate.UniqueDate ( ChangeCategory  category,
String  label,
Date  newValue 
)

Definition at line 32 of file UniqueDate.java.

32  {
33  super(category, label, null, newValue, false);
34  }

Member Function Documentation

◆ isOnlyNew()

boolean org.turro.registry.UniqueDate.isOnlyNew ( )

Definition at line 37 of file UniqueDate.java.

37  {
38  return true;
39  }

The documentation for this class was generated from the following file: