Class FormattedDateSupplier
- java.lang.Object
-
- ch.sahits.game.openpatrician.clientserverinterface.service.FormattedDateSupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<java.lang.String>
public class FormattedDateSupplier extends java.lang.Object implements java.util.function.Supplier<java.lang.String>Supplier function providing the current date formatted.- Author:
- Andi Hotz, (c) Sahits GmbH, 2017 Created on Jul 08, 2017
-
-
Field Summary
Fields Modifier and Type Field Description private Datedateprivate ModelTranslationstranslations
-
Constructor Summary
Constructors Constructor Description FormattedDateSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget()
-
-
-
Field Detail
-
date
@Autowired private Date date
-
translations
@Autowired private ModelTranslations translations
-
-