Package dev.orne.test.rnd.it
Class CustomBasicGenerator.ExtendedImpl
java.lang.Object
dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
dev.orne.test.rnd.it.CustomBasicGenerator.ExtendedImpl
- All Implemented Interfaces:
CustomBasicGenerator.BasicInterface
- Enclosing class:
- CustomBasicGenerator
Test extended bean.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the creation date.Returns the update date.void
setCreationDate
(OffsetDateTime creationDate) Sets the creation date.void
setUpdateDate
(OffsetDateTime updateDate) Sets the update date.
-
Constructor Details
-
ExtendedImpl
public ExtendedImpl()Creates a new instance.
-
-
Method Details
-
getCreationDate
Returns the creation date.- Returns:
- The creation date.
-
setCreationDate
Sets the creation date.- Parameters:
creationDate
- The creation date.
-
getUpdateDate
Returns the update date.- Returns:
- The update date.
-
setUpdateDate
Sets the update date.- Parameters:
updateDate
- The update date.
-