parent
e10ac0cdca
commit
72b6acb50f
@ -1,7 +1,13 @@ |
||||
package de.kreth.vaadin.clubhelper.vaadinclubhelper.data; |
||||
|
||||
import java.util.Date; |
||||
|
||||
public interface EntityAccessor { |
||||
|
||||
boolean hasValidId(); |
||||
|
||||
void setChanged(Date changed); |
||||
|
||||
void setCreated(Date created); |
||||
|
||||
} |
||||
|
||||
Loading…
Reference in new issue