org.qi4j.test.entity
Interface AbstractEntityStoreTest.TestEntity

All Superinterfaces:
Composite, Entity, EntityComposite, Identity
Enclosing class:
AbstractEntityStoreTest

public static interface AbstractEntityStoreTest.TestEntity
extends EntityComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Association<AbstractEntityStoreTest.TestEntity> association()
           
 Property<Boolean> booleanValue()
           
 Property<Date> dateValue()
           
 Property<Double> doubleValue()
           
 Property<Float> floatValue()
           
 Property<Integer> intValue()
           
 Property<Long> longValue()
           
 ManyAssociation<AbstractEntityStoreTest.TestEntity> manyAssociation()
           
 Property<String> name()
           
 Association<AbstractEntityStoreTest.TestEntity> unsetAssociation()
           
 Property<String> unsetName()
           
 Property<AbstractEntityStoreTest.TestValue> valueProperty()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

intValue

@UseDefaults
Property<Integer> intValue()

longValue

@UseDefaults
Property<Long> longValue()

doubleValue

@UseDefaults
Property<Double> doubleValue()

floatValue

@UseDefaults
Property<Float> floatValue()

booleanValue

@UseDefaults
Property<Boolean> booleanValue()

dateValue

@Optional
Property<Date> dateValue()

name

@Optional
Property<String> name()

unsetName

@Optional
Property<String> unsetName()

valueProperty

@Optional
Property<AbstractEntityStoreTest.TestValue> valueProperty()

association

@Optional
Association<AbstractEntityStoreTest.TestEntity> association()

unsetAssociation

@Optional
Association<AbstractEntityStoreTest.TestEntity> unsetAssociation()

manyAssociation

ManyAssociation<AbstractEntityStoreTest.TestEntity> manyAssociation()