Class DeleteInfo
java.lang.Object
com.gentics.contentnode.rest.model.DeleteInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DeleteInfo
public DeleteInfo()Empty constructor -
DeleteInfo
Create an instance- Parameters:
at
- deleted atby
- 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
User who deleted the object- Returns:
- user
-
setBy
Set user who deleted the object- Parameters:
by
- user
-