1 /*
2 * Auditable.java
3 * Created on 4 Сентябрь 2006 г., 0:18
4 */
5
6 package org.weda.store;
7
8 /**
9 *
10 * @author Mikhail Titov
11 */
12 public interface Auditable {
13 public Long getId();
14 }