Class DeleteInfo

    • Constructor Detail

      • DeleteInfo

        public DeleteInfo()
        Empty constructor
      • DeleteInfo

        public DeleteInfo​(int at,
                          User by)
        Create an instance
        Parameters:
        at - deleted at
        by - deleted by
    • Method Detail

      • getAt

        public int getAt()
        Date when the object was deleted
        Returns:
        date of deletion
      • setAt

        public void setAt​(int at)
        Set deletion date
        Parameters:
        at - deletion date
      • getBy

        public User getBy()
        User who deleted the object
        Returns:
        user
      • setBy

        public void setBy​(User by)
        Set user who deleted the object
        Parameters:
        by - user