Package org.openxava.calculators
Class CurrentTimestampCalculator
- java.lang.Object
-
- org.openxava.calculators.CurrentTimestampCalculator
-
- All Implemented Interfaces:
java.io.Serializable
,ICalculator
public class CurrentTimestampCalculator extends java.lang.Object implements ICalculator
Returns the current time injava.sql.Timestamp
format.- Author:
- Eduardo Escrihuela
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CurrentTimestampCalculator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
calculate()
-
-
-
Method Detail
-
calculate
public java.lang.Object calculate() throws java.lang.Exception
- Specified by:
calculate
in interfaceICalculator
- Throws:
java.lang.Exception
-
-