ENTITY_TYPE - the type of the entity this dynamic attribute is registered onATTRIBUTE_TYPE - the type of this dynamic attributepublic interface IGQLDynamicAttributeSetter<ENTITY_TYPE,ATTRIBUTE_TYPE> extends IGQLAbstractDynamicAttribute<ENTITY_TYPE,ATTRIBUTE_TYPE>
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName()
Get the name of the entity holding this attribute in the GQL schema.
|
void |
setValue(ENTITY_TYPE source,
ATTRIBUTE_TYPE valueToSet)
Set
valueToSet within inputObject |
getAttributeType, getEntityType, getNamevoid setValue(ENTITY_TYPE source, ATTRIBUTE_TYPE valueToSet)
valueToSet within inputObjectsource - the source objectvalueToSet - the value to setString getEntityName()
Copyright © 2019. All rights reserved.