java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<WorkCenterAllCapacity_2>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.WorkCenterAllCapacity_2

public class WorkCenterAllCapacity_2 extends VdmEntity<WorkCenterAllCapacity_2>
Capacity Assignment Version 2

Original entity name from the Odata EDM: A_WorkCenterAllCapacity_2Type

  • Field Details

    • ALL_FIELDS

      public static final WorkCenterAllCapacity_2Selectable ALL_FIELDS
      Selector for all available fields of WorkCenterAllCapacity_2.
    • WORK_CENTER_INTERNAL_ID

      public static final WorkCenterAllCapacity_2Field<String> WORK_CENTER_INTERNAL_ID
      Use with available fluent helpers to apply the WorkCenterInternalID field to query operations.
    • WORK_CENTER_TYPE_CODE

      public static final WorkCenterAllCapacity_2Field<String> WORK_CENTER_TYPE_CODE
      Use with available fluent helpers to apply the WorkCenterTypeCode field to query operations.
    • CAPACITY_CATEGORY_ALLOCATION

      public static final WorkCenterAllCapacity_2Field<String> CAPACITY_CATEGORY_ALLOCATION
      Use with available fluent helpers to apply the CapacityCategoryAllocation field to query operations.
    • PLANT

      public static final WorkCenterAllCapacity_2Field<String> PLANT
      Use with available fluent helpers to apply the Plant field to query operations.
    • WORK_CENTER_CATEGORY_CODE

      public static final WorkCenterAllCapacity_2Field<String> WORK_CENTER_CATEGORY_CODE
      Use with available fluent helpers to apply the WorkCenterCategoryCode field to query operations.
    • WORK_CENTER

      public static final WorkCenterAllCapacity_2Field<String> WORK_CENTER
      Use with available fluent helpers to apply the WorkCenter field to query operations.
    • CAPACITY_INTERNAL_ID

      public static final WorkCenterAllCapacity_2Field<String> CAPACITY_INTERNAL_ID
      Use with available fluent helpers to apply the CapacityInternalID field to query operations.
    • SETUP_CAP_REQUIREMENT_FORMULA

      public static final WorkCenterAllCapacity_2Field<String> SETUP_CAP_REQUIREMENT_FORMULA
      Use with available fluent helpers to apply the SetupCapRequirementFormula field to query operations.
    • PROCG_CAP_REQUIREMENT_FORMULA

      public static final WorkCenterAllCapacity_2Field<String> PROCG_CAP_REQUIREMENT_FORMULA
      Use with available fluent helpers to apply the ProcgCapRequirementFormula field to query operations.
    • TEARDOWN_CAP_REQUIREMENT_FORMULA

      public static final WorkCenterAllCapacity_2Field<String> TEARDOWN_CAP_REQUIREMENT_FORMULA
      Use with available fluent helpers to apply the TeardownCapRequirementFormula field to query operations.
    • OTHER_CAP_REQUIREMENT_FORMULA

      public static final WorkCenterAllCapacity_2Field<String> OTHER_CAP_REQUIREMENT_FORMULA
      Use with available fluent helpers to apply the OtherCapRequirementFormula field to query operations.
    • WORK_CENTER_LAST_CHANGE_DATE_TIME

      public static final WorkCenterAllCapacity_2Field<ZonedDateTime> WORK_CENTER_LAST_CHANGE_DATE_TIME
      Use with available fluent helpers to apply the WorkCenterLastChangeDateTime field to query operations.
    • TO_CAPACITY

      public static final WorkCenterAllCapacity_2OneToOneLink<WorkCenterCapacity> TO_CAPACITY
      Use with available fluent helpers to apply the to_Capacity navigation property to query operations.
    • TO_WORK_CENTER_QUEUING_OP

      public static final WorkCenterAllCapacity_2Link<WorkCenterCapPplineOp> TO_WORK_CENTER_QUEUING_OP
      Use with available fluent helpers to apply the to_WorkCenterQueuingOp navigation property to query operations.
    • TO_WORK_CENTER_TODAY_OP

      public static final WorkCenterAllCapacity_2Link<WorkCenterCapDayOp> TO_WORK_CENTER_TODAY_OP
      Use with available fluent helpers to apply the to_WorkCenterTodayOp navigation property to query operations.
  • Constructor Details

    • WorkCenterAllCapacity_2

      public WorkCenterAllCapacity_2()
    • WorkCenterAllCapacity_2

      public WorkCenterAllCapacity_2(@Nullable String workCenterInternalID, @Nullable String workCenterTypeCode, @Nullable String capacityCategoryAllocation, @Nullable String plant, @Nullable String workCenterCategoryCode, @Nullable String workCenter, @Nullable String capacityInternalID, @Nullable String setupCapRequirementFormula, @Nullable String procgCapRequirementFormula, @Nullable String teardownCapRequirementFormula, @Nullable String otherCapRequirementFormula, @Nullable ZonedDateTime workCenterLastChangeDateTime, @Nullable WorkCenterCapacity toCapacity, List<WorkCenterCapPplineOp> toWorkCenterQueuingOp, List<WorkCenterCapDayOp> toWorkCenterTodayOp)
  • Method Details

    • getType

      @Nonnull public Class<WorkCenterAllCapacity_2> getType()
      Specified by:
      getType in class VdmObject<WorkCenterAllCapacity_2>
    • setWorkCenterInternalID

      public void setWorkCenterInternalID(@Nullable String workCenterInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenterInternalID

      Parameters:
      workCenterInternalID - Object ID of the resource
    • setWorkCenterTypeCode

      public void setWorkCenterTypeCode(@Nullable String workCenterTypeCode)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: WorkCenterTypeCode

      Parameters:
      workCenterTypeCode - Object types of the CIM resource
    • setCapacityCategoryAllocation

      public void setCapacityCategoryAllocation(@Nullable String capacityCategoryAllocation)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CapacityCategoryAllocation

      Parameters:
      capacityCategoryAllocation - Capacity Category Allocation
    • setPlant

      public void setPlant(@Nullable String plant)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Plant

      Parameters:
      plant - Plant
    • setWorkCenterCategoryCode

      public void setWorkCenterCategoryCode(@Nullable String workCenterCategoryCode)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: WorkCenterCategoryCode

      Parameters:
      workCenterCategoryCode - Work Center Category
    • setWorkCenter

      public void setWorkCenter(@Nullable String workCenter)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenter

      Parameters:
      workCenter - Work Center
    • setCapacityInternalID

      public void setCapacityInternalID(@Nullable String capacityInternalID)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: CapacityInternalID

      Parameters:
      capacityInternalID - Capacity ID
    • setSetupCapRequirementFormula

      public void setSetupCapRequirementFormula(@Nullable String setupCapRequirementFormula)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SetupCapRequirementFormula

      Parameters:
      setupCapRequirementFormula - Formula for Setup Capacity Requirements
    • setProcgCapRequirementFormula

      public void setProcgCapRequirementFormula(@Nullable String procgCapRequirementFormula)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ProcgCapRequirementFormula

      Parameters:
      procgCapRequirementFormula - Formula for Processing Capacity Requirements
    • setTeardownCapRequirementFormula

      public void setTeardownCapRequirementFormula(@Nullable String teardownCapRequirementFormula)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: TeardownCapRequirementFormula

      Parameters:
      teardownCapRequirementFormula - Formula for Teardown Capacity Requirements
    • setOtherCapRequirementFormula

      public void setOtherCapRequirementFormula(@Nullable String otherCapRequirementFormula)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: OtherCapRequirementFormula

      Parameters:
      otherCapRequirementFormula - Formula for Other Capacity Requirements
    • setWorkCenterLastChangeDateTime

      public void setWorkCenterLastChangeDateTime(@Nullable ZonedDateTime workCenterLastChangeDateTime)
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: WorkCenterLastChangeDateTime

      Parameters:
      workCenterLastChangeDateTime - Date and Time of Last Change
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<WorkCenterAllCapacity_2>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<WorkCenterAllCapacity_2>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<WorkCenterAllCapacity_2>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<WorkCenterAllCapacity_2>
    • field

      @Nonnull public static <T> WorkCenterAllCapacity_2Field<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> WorkCenterAllCapacity_2Field<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<WorkCenterAllCapacity_2>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<WorkCenterAllCapacity_2>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<WorkCenterAllCapacity_2>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<WorkCenterAllCapacity_2>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<WorkCenterAllCapacity_2>
    • fetchCapacity

      @Nullable public WorkCenterCapacity fetchCapacity()
      Fetches the WorkCenterCapacity entity (one to one) associated with this entity. This corresponds to the OData navigation property to_Capacity.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated WorkCenterCapacity entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCapacityOrFetch

      @Nullable public WorkCenterCapacity getCapacityOrFetch()
      Retrieval of associated WorkCenterCapacity entity (one to one). This corresponds to the OData navigation property to_Capacity.

      If the navigation property to_Capacity of a queried WorkCenterAllCapacity_2 is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated WorkCenterCapacity entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCapacityIfPresent

      @Nonnull public io.vavr.control.Option<WorkCenterCapacity> getCapacityIfPresent()
      Retrieval of associated WorkCenterCapacity entity (one to one). This corresponds to the OData navigation property to_Capacity.

      If the navigation property for an entity WorkCenterAllCapacity_2 has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_Capacity is already loaded, the result will contain the WorkCenterCapacity entity. If not, an Option with result state empty is returned.
    • setCapacity

      public void setCapacity(WorkCenterCapacity value)
      Overwrites the associated WorkCenterCapacity entity for the loaded navigation property to_Capacity.
      Parameters:
      value - New WorkCenterCapacity entity.
    • fetchWorkCenterQueuingOp

      @Nonnull public List<WorkCenterCapPplineOp> fetchWorkCenterQueuingOp()
      Fetches the WorkCenterCapPplineOp entities (one to many) associated with this entity. This corresponds to the OData navigation property to_WorkCenterQueuingOp.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated WorkCenterCapPplineOp entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getWorkCenterQueuingOpOrFetch

      @Nonnull public List<WorkCenterCapPplineOp> getWorkCenterQueuingOpOrFetch()
      Retrieval of associated WorkCenterCapPplineOp entities (one to many). This corresponds to the OData navigation property to_WorkCenterQueuingOp.

      If the navigation property to_WorkCenterQueuingOp of a queried WorkCenterAllCapacity_2 is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated WorkCenterCapPplineOp entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getWorkCenterQueuingOpIfPresent

      @Nonnull public io.vavr.control.Option<List<WorkCenterCapPplineOp>> getWorkCenterQueuingOpIfPresent()
      Retrieval of associated WorkCenterCapPplineOp entities (one to many). This corresponds to the OData navigation property to_WorkCenterQueuingOp.

      If the navigation property for an entity WorkCenterAllCapacity_2 has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_WorkCenterQueuingOp is already loaded, the result will contain the WorkCenterCapPplineOp entities. If not, an Option with result state empty is returned.
    • setWorkCenterQueuingOp

      public void setWorkCenterQueuingOp(@Nonnull List<WorkCenterCapPplineOp> value)
      Overwrites the list of associated WorkCenterCapPplineOp entities for the loaded navigation property to_WorkCenterQueuingOp.

      If the navigation property to_WorkCenterQueuingOp of a queried WorkCenterAllCapacity_2 is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of WorkCenterCapPplineOp entities.
    • addWorkCenterQueuingOp

      public void addWorkCenterQueuingOp(WorkCenterCapPplineOp... entity)
      Adds elements to the list of associated WorkCenterCapPplineOp entities. This corresponds to the OData navigation property to_WorkCenterQueuingOp.

      If the navigation property to_WorkCenterQueuingOp of a queried WorkCenterAllCapacity_2 is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of WorkCenterCapPplineOp entities.
    • fetchWorkCenterTodayOp

      @Nonnull public List<WorkCenterCapDayOp> fetchWorkCenterTodayOp()
      Fetches the WorkCenterCapDayOp entities (one to many) associated with this entity. This corresponds to the OData navigation property to_WorkCenterTodayOp.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated WorkCenterCapDayOp entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getWorkCenterTodayOpOrFetch

      @Nonnull public List<WorkCenterCapDayOp> getWorkCenterTodayOpOrFetch()
      Retrieval of associated WorkCenterCapDayOp entities (one to many). This corresponds to the OData navigation property to_WorkCenterTodayOp.

      If the navigation property to_WorkCenterTodayOp of a queried WorkCenterAllCapacity_2 is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated WorkCenterCapDayOp entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getWorkCenterTodayOpIfPresent

      @Nonnull public io.vavr.control.Option<List<WorkCenterCapDayOp>> getWorkCenterTodayOpIfPresent()
      Retrieval of associated WorkCenterCapDayOp entities (one to many). This corresponds to the OData navigation property to_WorkCenterTodayOp.

      If the navigation property for an entity WorkCenterAllCapacity_2 has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_WorkCenterTodayOp is already loaded, the result will contain the WorkCenterCapDayOp entities. If not, an Option with result state empty is returned.
    • setWorkCenterTodayOp

      public void setWorkCenterTodayOp(@Nonnull List<WorkCenterCapDayOp> value)
      Overwrites the list of associated WorkCenterCapDayOp entities for the loaded navigation property to_WorkCenterTodayOp.

      If the navigation property to_WorkCenterTodayOp of a queried WorkCenterAllCapacity_2 is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of WorkCenterCapDayOp entities.
    • addWorkCenterTodayOp

      public void addWorkCenterTodayOp(WorkCenterCapDayOp... entity)
      Adds elements to the list of associated WorkCenterCapDayOp entities. This corresponds to the OData navigation property to_WorkCenterTodayOp.

      If the navigation property to_WorkCenterTodayOp of a queried WorkCenterAllCapacity_2 is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of WorkCenterCapDayOp entities.
    • builder

    • getWorkCenterInternalID

      @Nullable public String getWorkCenterInternalID()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenterInternalID

      Returns:
      Object ID of the resource
    • getWorkCenterTypeCode

      @Nullable public String getWorkCenterTypeCode()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: WorkCenterTypeCode

      Returns:
      Object types of the CIM resource
    • getCapacityCategoryAllocation

      @Nullable public String getCapacityCategoryAllocation()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CapacityCategoryAllocation

      Returns:
      Capacity Category Allocation
    • getPlant

      @Nullable public String getPlant()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Plant

      Returns:
      Plant
    • getWorkCenterCategoryCode

      @Nullable public String getWorkCenterCategoryCode()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: WorkCenterCategoryCode

      Returns:
      Work Center Category
    • getWorkCenter

      @Nullable public String getWorkCenter()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenter

      Returns:
      Work Center
    • getCapacityInternalID

      @Nullable public String getCapacityInternalID()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: CapacityInternalID

      Returns:
      Capacity ID
    • getSetupCapRequirementFormula

      @Nullable public String getSetupCapRequirementFormula()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SetupCapRequirementFormula

      Returns:
      Formula for Setup Capacity Requirements
    • getProcgCapRequirementFormula

      @Nullable public String getProcgCapRequirementFormula()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ProcgCapRequirementFormula

      Returns:
      Formula for Processing Capacity Requirements
    • getTeardownCapRequirementFormula

      @Nullable public String getTeardownCapRequirementFormula()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: TeardownCapRequirementFormula

      Returns:
      Formula for Teardown Capacity Requirements
    • getOtherCapRequirementFormula

      @Nullable public String getOtherCapRequirementFormula()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: OtherCapRequirementFormula

      Returns:
      Formula for Other Capacity Requirements
    • getWorkCenterLastChangeDateTime

      @Nullable public ZonedDateTime getWorkCenterLastChangeDateTime()
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: WorkCenterLastChangeDateTime

      Returns:
      Date and Time of Last Change
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<WorkCenterAllCapacity_2>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<WorkCenterAllCapacity_2>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<WorkCenterAllCapacity_2>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<WorkCenterAllCapacity_2>