View Javadoc

1   /*
2    * ConstraintIdentificatorHolder.java
3    * Created on 15 Октябрь 2006 г., 22:54
4    */
5   
6   package org.weda.property;
7   
8   /**
9    *
10   * @author Mikhail Titov
11   */
12  public interface ConstraintIdentificatorHolder {
13      public String getId();
14      public void setId(String id);
15  }