Interface TimeStamped

All Known Implementing Classes:
ContentTypeConfigTO, NotificationConfigTO, PermissionsConfigTO

public interface TimeStamped
Author:
hyanghee
  • Method Details

    • setLastUpdated

      void setLastUpdated(ZonedDateTime lastUpdated)
      set the last updated date
      Parameters:
      lastUpdated - last updated date
    • getLastUpdated

      ZonedDateTime getLastUpdated()
      get the last updated date
      Returns:
      last updated date