Interface CreatedDateAccessor.CreatedDateMutator

All Known Subinterfaces:
CreatedDateAccessor.CreatedDateProperty
Enclosing interface:
CreatedDateAccessor

public static interface CreatedDateAccessor.CreatedDateMutator
Provides a mutator for a "created" date property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCreatedDate(Date aCreatedDate)
    Sets the "created" date for the date property.
  • Method Details

    • setCreatedDate

      void setCreatedDate(Date aCreatedDate)
      Sets the "created" date for the date property.
      Parameters:
      aCreatedDate - The "created" date to be stored by the date property.