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

public static class CustomBasicGenerator.ExtendedImpl extends CustomBasicGenerator.BasicImpl
Test extended bean.
  • Constructor Details

    • ExtendedImpl

      public ExtendedImpl()
      Creates a new instance.
  • Method Details

    • getCreationDate

      public OffsetDateTime getCreationDate()
      Returns the creation date.
      Returns:
      The creation date.
    • setCreationDate

      public void setCreationDate(OffsetDateTime creationDate)
      Sets the creation date.
      Parameters:
      creationDate - The creation date.
    • getUpdateDate

      public OffsetDateTime getUpdateDate()
      Returns the update date.
      Returns:
      The update date.
    • setUpdateDate

      public void setUpdateDate(OffsetDateTime updateDate)
      Sets the update date.
      Parameters:
      updateDate - The update date.