Class EntityGeoPointAttributeObject
java.lang.Object
com.echothree.model.control.core.server.graphql.BaseEntityGeoPointAttributeObject
com.echothree.model.control.core.server.graphql.EntityGeoPointAttributeObject
- All Implemented Interfaces:
AttributeInterface,HistoryInterface<EntityGeoPointAttributeHistoryObject>,BaseGraphQl
public class EntityGeoPointAttributeObject
extends BaseEntityGeoPointAttributeObject
implements AttributeInterface, HistoryInterface<EntityGeoPointAttributeHistoryObject>
-
Field Summary
Fields inherited from class com.echothree.model.control.core.server.graphql.BaseEntityGeoPointAttributeObject
entityGeoPointAttributeFields inherited from interface com.echothree.model.control.graphql.server.util.BaseGraphQl
GRAPHQL_EXECUTION_CONTEXT -
Constructor Summary
ConstructorsConstructorDescriptionEntityGeoPointAttributeObject(EntityGeoPointAttribute entityGeoPointAttribute) -
Method Summary
Methods inherited from class com.echothree.model.control.core.server.graphql.BaseEntityGeoPointAttributeObject
getAltitude, getElevation, getEntityAttribute, getEntityInstance, getLatitude, getLongitude, getUnformattedAltitude, getUnformattedElevation, getUnformattedLatitude, getUnformattedLongitude
-
Constructor Details
-
EntityGeoPointAttributeObject
-
-
Method Details
-
getHistory
public CountingPaginatedData<EntityGeoPointAttributeHistoryObject> getHistory(graphql.schema.DataFetchingEnvironment env) - Specified by:
getHistoryin interfaceHistoryInterface<EntityGeoPointAttributeHistoryObject>
-