ENTITY_TYPE - the type of the entity this dynamic attribute is registered onSETTER_ATTRIBUTE_TYPE - the setter attribute argument typepublic interface IGQLDynamicAttributeSetter<ENTITY_TYPE,SETTER_ATTRIBUTE_TYPE> extends IGQLAbstractDynamicAttribute<ENTITY_TYPE>
| Modifier and Type | Method and Description |
|---|---|
default Type |
getSetterAttributeType() |
void |
setValue(ENTITY_TYPE source,
SETTER_ATTRIBUTE_TYPE valueToSet)
Set
valueToSet within inputObject |
getEntityType, getNamevoid setValue(ENTITY_TYPE source, SETTER_ATTRIBUTE_TYPE valueToSet)
valueToSet within inputObjectsource - the source objectvalueToSet - the value to setdefault Type getSetterAttributeType()
Copyright © 2019. All rights reserved.