Package com.groiss.store
Interface Activatable
public interface Activatable
Activatable objects can be activated and deactivated.
They have an "active" field in the database table and java class.
-
Method Summary
-
Method Details
-
isActive
boolean isActive() -
setActive
void setActive(boolean active)
-