org.qi4j.test.indexing.model
Interface City

All Superinterfaces:
Nameable
All Known Subinterfaces:
CityEntity

public interface City
extends Nameable

JAVADOC Add JavaDoc


Method Summary
 Property<String> country()
           
 Property<String> county()
           
 
Methods inherited from interface org.qi4j.test.indexing.model.Nameable
name
 

Method Detail

country

Property<String> country()

county

Property<String> county()