org.qi4j.test.indexing.model
Interface Address

All Superinterfaces:
Composite, Value, ValueComposite

public interface Address
extends ValueComposite


Method Summary
 Property<String> line1()
           
 Property<String> line2()
           
 Property<String> zipcode()
           
 
Methods inherited from interface org.qi4j.api.value.Value
buildWith, state, toJSON
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

line1

Property<String> line1()

line2

Property<String> line2()

zipcode

Property<String> zipcode()