| Constructor and Description |
|---|
Removed() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRemoved()
Returns
true if the object of the entity has been deleted and
false otherwise. |
void |
setRemoved(boolean isRemoved)
Sets the status of the object of the entity
|
public boolean isRemoved()
true if the object of the entity has been deleted and
false otherwise.public void setRemoved(boolean isRemoved)
isRemoved - variable to change the state of the entity object.
true indicates deleted, false not deleted.NullPointerException - if a null value is passed as the value for any parameter.Copyright © 2017. All rights reserved.