Package de.terrestris.shoguncore.helper
Class CreatedHelper
- java.lang.Object
-
- de.terrestris.shoguncore.helper.CreatedHelper
-
public class CreatedHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description CreatedHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetCreatedOnPersistentObject(PersistentObject persistentObject, org.joda.time.ReadableDateTime created)Helper method that uses reflection to set the (inaccessible) created field of the givenPersistentObject.
-
-
-
Method Detail
-
setCreatedOnPersistentObject
public static final void setCreatedOnPersistentObject(PersistentObject persistentObject, org.joda.time.ReadableDateTime created) throws NoSuchFieldException, IllegalAccessException
Helper method that uses reflection to set the (inaccessible) created field of the givenPersistentObject.- Parameters:
persistentObject- The object with the inaccessible created fieldcreated- The created datetime to set- Throws:
NoSuchFieldExceptionIllegalAccessException
-
-