A - as Attributes type. (Note the plural which represents the Containing entity rather than the contained Attribute)V - as valuepublic class AttributesSetter<A extends Attributes<A,V>,V> extends Object implements EntityFieldSetter<A,V>
AttributesMapper| Constructor and Description |
|---|
AttributesSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(A entity,
String fieldName,
V value)
Set the entity for the field with the value
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisApplicablepublic void set(A entity, String fieldName, V value)
set in interface EntityFieldSetter<A extends Attributes<A,V>,V>entity - as Attributes typefieldName - as fully qualified fields name including "attributes." OR just the field name of the attribute.value - type Copyright © 2018. All rights reserved.