public class EntityPropertyInstance<T> extends PropertyInstance<T>
EntityPropertyInstance
represents a property whose value must be backed by an EntityState.model, value
Constructor and Description |
---|
EntityPropertyInstance(PropertyInfo aPropertyInfo,
org.qi4j.spi.entity.EntityState entityState)
Construct an instance of
PropertyInstance with the specified arguments. |
Modifier and Type | Method and Description |
---|---|
void |
set(T aNewValue)
Sets this property value.
|
equals, get, hashCode, prepareBuilderState, prepareToBuild, propertyInfo, setPropertyInfo, toString
public EntityPropertyInstance(PropertyInfo aPropertyInfo, org.qi4j.spi.entity.EntityState entityState)
PropertyInstance
with the specified arguments.aPropertyInfo
- The property info. This argument must not be null
.entityState
- EntityStatepublic void set(T aNewValue)
set
in interface org.qi4j.api.property.Property<T>
set
in class PropertyInstance<T>
aNewValue
- The new value.