Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Summary:

    • Nested
    • Field
    • Constr
    • Method
  • Detail:

    • Field
    • Constr
    • Method
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
SEARCH
Package com.echothree.model.control.warehouse.server.graphql

Class LocationObject

java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.warehouse.server.graphql.LocationObject

public class LocationObject extends BaseEntityInstanceObject
  • Field Summary

    Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    basePrimaryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    LocationObject(Location location)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    String
    getDescription(graphql.schema.DataFetchingEnvironment env)
     
    InventoryLocationGroupObject
    getInventoryLocationGroup(graphql.schema.DataFetchingEnvironment env)
     
    String
    getLocationName()
     
    WorkflowEntityStatusObject
    getLocationStatus(graphql.schema.DataFetchingEnvironment env)
     
    LocationTypeObject
    getLocationType(graphql.schema.DataFetchingEnvironment env)
     
    LocationUseTypeObject
    getLocationUseType(graphql.schema.DataFetchingEnvironment env)
     
    @graphql.annotations.annotationTypes.GraphQLNonNull int
    getVelocity()
     
    WarehouseObject
    getWarehouse(graphql.schema.DataFetchingEnvironment env)
     

    Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObject

    Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseObject

    getWorkflowEntityStatusObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocationObject

      public LocationObject(Location location)
  • Method Details

    • getWarehouse

      public WarehouseObject getWarehouse(graphql.schema.DataFetchingEnvironment env)
    • getLocationName

      public String getLocationName()
    • getLocationType

      public LocationTypeObject getLocationType(graphql.schema.DataFetchingEnvironment env)
    • getLocationUseType

      public LocationUseTypeObject getLocationUseType(graphql.schema.DataFetchingEnvironment env)
    • getVelocity

      public @graphql.annotations.annotationTypes.GraphQLNonNull int getVelocity()
    • getInventoryLocationGroup

      public InventoryLocationGroupObject getInventoryLocationGroup(graphql.schema.DataFetchingEnvironment env)
    • getDescription

      public String getDescription(graphql.schema.DataFetchingEnvironment env)
    • getLocationStatus

      public WorkflowEntityStatusObject getLocationStatus(graphql.schema.DataFetchingEnvironment env)

Copyright 2002-2026 Echo Three, LLC