Class DeleteInfo

java.lang.Object
com.gentics.contentnode.rest.model.DeleteInfo
All Implemented Interfaces:
Serializable

public class DeleteInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • DeleteInfo

      public DeleteInfo()
      Empty constructor
    • DeleteInfo

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

    • 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