org.qi4j.test.indexing.model
Interface Address

All Superinterfaces:
Composite, ValueComposite

public interface Address
extends ValueComposite


Method Summary
 Property<java.lang.String> line1()
           
 Property<java.lang.String> line2()
           
 Property<java.lang.String> zipcode()
           
 

Method Detail

line1

Property<java.lang.String> line1()

line2

Property<java.lang.String> line2()

zipcode

Property<java.lang.String> zipcode()