public interface LogicDeletable extends Entitable
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETED
Search criterion: DELETED field
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDeleted()
Return if this entity it is deleted
|
void |
setDeleted(boolean deleted)
Defines this entity like as deleted or not
|
static final String DELETED
Copyright © 2016. All rights reserved.