Package com.linkare.commons.dao
Interface Deletable
-
public interface DeletableBase interface providing the contract semantics that anydeletabletype must fulfil. In order for a type to fulfil thedeletableinterface, thedelete()method must be implemented.- Author:
- Paulo Zenida - Linkare TI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandelete()In this method, one should remove any associations between this deletable type and any other associated types.
-