Interface ModifiedDateAccessor.ModifiedDateMutator

All Known Subinterfaces:
ModifiedDateAccessor.ModifiedDateProperty
Enclosing interface:
ModifiedDateAccessor

public static interface ModifiedDateAccessor.ModifiedDateMutator
Provides a mutator for a "modified" date property.
  • Method Summary

    Modifier and Type Method Description
    void setModifiedDate​(Date aModifiedDate)
    Sets the "modified" date for the date property.
  • Method Details

    • setModifiedDate

      void setModifiedDate​(Date aModifiedDate)
      Sets the "modified" date for the date property.
      Parameters:
      aModifiedDate - The "modified" date to be stored by the date property.