Package org.n52.series.db.beans
Interface HibernateRelations.HasDeletedFlag
-
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasDeletedFlag
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetDeleted()booleanisDeleted()voidsetDeleted(boolean deleted)
-
-
-
Field Detail
-
DELETED
static final String DELETED
- See Also:
- Constant Field Values
-
-