Interface MutableIridaThing

    • Method Detail

      • setId

        void setId​(java.lang.Long id)
        Set the numerical identifier for this object
        Parameters:
        id - The ID to set
      • getModifiedDate

        java.util.Date getModifiedDate()
        Get the date that this object was last modified
        Returns:
        Date object of the modified date
      • setModifiedDate

        void setModifiedDate​(java.util.Date modifiedDate)
        Set the modification time of this object
        Parameters:
        modifiedDate - The date where this object was modified