Class CellHistory

    • Constructor Detail

      • CellHistory

        public CellHistory()
    • Method Detail

      • getModifiedAt

        public java.util.Date getModifiedAt()
        Gets the date the cell was modified.
        Returns:
        the modified at
      • setModifiedAt

        public CellHistory setModifiedAt​(java.util.Date modifiedAt)
        Sets the modified Date for the cell.
        Parameters:
        modifiedAt - the new modified at
      • getModifiedBy

        public User getModifiedBy()
        Gets the user that modified the cell.
        Returns:
        the modified by
      • setModifiedBy

        public CellHistory setModifiedBy​(User modifiedBy)
        Sets the user that modified the cell.
        Parameters:
        modifiedBy - the new modified by