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

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

Detailed Description

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

Definition at line 26 of file UniqueDateTime.java.

Constructor & Destructor Documentation

◆ UniqueDateTime() [1/2]

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

Definition at line 28 of file UniqueDateTime.java.

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

◆ UniqueDateTime() [2/2]

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

Definition at line 32 of file UniqueDateTime.java.

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

Member Function Documentation

◆ isOnlyNew()

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

Definition at line 37 of file UniqueDateTime.java.

37  {
38  return true;
39  }

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