public class DeleteInfo extends Object implements Serializable
Constructor and Description |
---|
DeleteInfo()
Empty constructor
|
DeleteInfo(int at,
User by)
Create an instance
|
Modifier and Type | Method and Description |
---|---|
int |
getAt()
Date when the object was deleted
|
User |
getBy()
User who deleted the object
|
void |
setAt(int at)
Set deletion date
|
void |
setBy(User by)
Set user who deleted the object
|
public DeleteInfo()
public DeleteInfo(int at, User by)
at
- deleted atby
- deleted bypublic int getAt()
public void setAt(int at)
at
- deletion datepublic User getBy()
public void setBy(User by)
by
- userCopyright © 2024 Gentics Software. All rights reserved.