Interface Datable

All Known Implementing Classes:
AllowModification, ApplyableValueModification, CheckModification, DataItemModification, EmbedModification, RecommendationModification, Reward, ValueModification

public interface Datable
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the date of the change
    void
    setDate(Date date)
    Set the date of the change
  • Method Details

    • getDate

      Date getDate()
      Return the date of the change
    • setDate

      void setDate(Date date)
      Set the date of the change