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

public class WorkCenterCapPerBucket extends VdmEntity<WorkCenterCapPerBucket>
Capacity Evaluation

Original entity name from the Odata EDM: A_WorkCenterCapPerBucketType

  • Field Details

    • ALL_FIELDS

      public static final WorkCenterCapPerBucketSelectable ALL_FIELDS
      Selector for all available fields of WorkCenterCapPerBucket.
    • P_CAP_EVAL_START_DATE

      public static final WorkCenterCapPerBucketField<LocalDateTime> P_CAP_EVAL_START_DATE
      Use with available fluent helpers to apply the P_CapEvalStartDate field to query operations.
    • P_CAP_EVAL_END_DATE

      public static final WorkCenterCapPerBucketField<LocalDateTime> P_CAP_EVAL_END_DATE
      Use with available fluent helpers to apply the P_CapEvalEndDate field to query operations.
    • P_CAP_EVAL_BUCKET_TYPE

      public static final WorkCenterCapPerBucketField<String> P_CAP_EVAL_BUCKET_TYPE
      Use with available fluent helpers to apply the P_CapEvalBucketType field to query operations.
    • PLANT

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

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

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

      public static final WorkCenterCapPerBucketField<String> SHIFT_NAME
      Use with available fluent helpers to apply the ShiftName field to query operations.
    • CAPACITY_EVALUATION_TIME_PERIOD

      public static final WorkCenterCapPerBucketField<String> CAPACITY_EVALUATION_TIME_PERIOD
      Use with available fluent helpers to apply the CapacityEvaluationTimePeriod field to query operations.
    • CAP_EVAL_BUCKET_TYPE

      public static final WorkCenterCapPerBucketField<String> CAP_EVAL_BUCKET_TYPE
      Use with available fluent helpers to apply the CapEvalBucketType field to query operations.
    • CAPACITY_EVALUATION_TIME_PERD_TEXT

      public static final WorkCenterCapPerBucketField<String> CAPACITY_EVALUATION_TIME_PERD_TEXT
      Use with available fluent helpers to apply the CapacityEvaluationTimePerdText field to query operations.
    • WORK_CENTER_INTERNAL_ID

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

      public static final WorkCenterCapPerBucketField<String> WORK_CENTER_RESPONSIBLE
      Use with available fluent helpers to apply the WorkCenterResponsible field to query operations.
    • CAPACITY_START_TIME

      public static final WorkCenterCapPerBucketField<Integer> CAPACITY_START_TIME
      Use with available fluent helpers to apply the CapacityStartTime field to query operations.
    • CAPACITY_END_TIME

      public static final WorkCenterCapPerBucketField<Integer> CAPACITY_END_TIME
      Use with available fluent helpers to apply the CapacityEndTime field to query operations.
    • WORK_CENTER_AVAILABLE_CAPACITY

      public static final WorkCenterCapPerBucketField<BigDecimal> WORK_CENTER_AVAILABLE_CAPACITY
      Use with available fluent helpers to apply the WorkCenterAvailableCapacity field to query operations.
    • WORK_CENTER_CAP_RQMT_IN_CAP_UNIT

      public static final WorkCenterCapPerBucketField<BigDecimal> WORK_CENTER_CAP_RQMT_IN_CAP_UNIT
      Use with available fluent helpers to apply the WorkCenterCapRqmtInCapUnit field to query operations.
    • WRK_CTR_RMNG_CAP_IN_CAP_UNIT

      public static final WorkCenterCapPerBucketField<BigDecimal> WRK_CTR_RMNG_CAP_IN_CAP_UNIT
      Use with available fluent helpers to apply the WrkCtrRmngCapInCapUnit field to query operations.
    • WORK_CENTER_TOT_UTILZN_IN_TME_PERD

      public static final WorkCenterCapPerBucketField<Double> WORK_CENTER_TOT_UTILZN_IN_TME_PERD
      Use with available fluent helpers to apply the WorkCenterTotUtilznInTmePerd field to query operations.
    • WORK_CENTER_CAPACITY_UNIT

      public static final WorkCenterCapPerBucketField<String> WORK_CENTER_CAPACITY_UNIT
      Use with available fluent helpers to apply the WorkCenterCapacityUnit field to query operations.
    • WORK_CENTER_CAP_UNIT_TEXT

      public static final WorkCenterCapPerBucketField<String> WORK_CENTER_CAP_UNIT_TEXT
      Use with available fluent helpers to apply the WorkCenterCapUnitText field to query operations.
    • WORK_CENTER_TYPE_CODE

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

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

      Use with available fluent helpers to apply the Parameters navigation property to query operations.
  • Constructor Details

    • WorkCenterCapPerBucket

      public WorkCenterCapPerBucket()
    • WorkCenterCapPerBucket

      public WorkCenterCapPerBucket(@Nullable LocalDateTime p_CapEvalStartDate, @Nullable LocalDateTime p_CapEvalEndDate, @Nullable String p_CapEvalBucketType, @Nullable String plant, @Nullable String workCenter, @Nullable String capacityInternalID, @Nullable String shiftName, @Nullable String capacityEvaluationTimePeriod, @Nullable String capEvalBucketType, @Nullable String capacityEvaluationTimePerdText, @Nullable String workCenterInternalID, @Nullable String workCenterResponsible, @Nullable Integer capacityStartTime, @Nullable Integer capacityEndTime, @Nullable BigDecimal workCenterAvailableCapacity, @Nullable BigDecimal workCenterCapRqmtInCapUnit, @Nullable BigDecimal wrkCtrRmngCapInCapUnit, @Nullable Double workCenterTotUtilznInTmePerd, @Nullable String workCenterCapacityUnit, @Nullable String workCenterCapUnitText, @Nullable String workCenterTypeCode, @Nullable String capacityCategoryAllocation, @Nullable WorkCenterCapPerBucketParameters toParameters)
  • Method Details

    • getType

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

      public void setP_CapEvalStartDate(@Nullable LocalDateTime p_CapEvalStartDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: P_CapEvalStartDate

      Parameters:
      p_CapEvalStartDate - Date
    • setP_CapEvalEndDate

      public void setP_CapEvalEndDate(@Nullable LocalDateTime p_CapEvalEndDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: P_CapEvalEndDate

      Parameters:
      p_CapEvalEndDate - Date
    • setP_CapEvalBucketType

      public void setP_CapEvalBucketType(@Nullable String p_CapEvalBucketType)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: P_CapEvalBucketType

      Parameters:
      p_CapEvalBucketType - Single-Character Flag
    • setPlant

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

      Original property name from the Odata EDM: Plant

      Parameters:
      plant - Plant
    • setWorkCenter

      public void setWorkCenter(@Nullable String workCenter)
      (Key Field) 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)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: CapacityInternalID

      Parameters:
      capacityInternalID - Capacity ID
    • setShiftName

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

      Original property name from the Odata EDM: ShiftName

      Parameters:
      shiftName - Shift Definition
    • setCapacityEvaluationTimePeriod

      public void setCapacityEvaluationTimePeriod(@Nullable String capacityEvaluationTimePeriod)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CapacityEvaluationTimePeriod

      Parameters:
      capacityEvaluationTimePeriod - The capacityEvaluationTimePeriod to set.
    • setCapEvalBucketType

      public void setCapEvalBucketType(@Nullable String capEvalBucketType)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CapEvalBucketType

      Parameters:
      capEvalBucketType - The capEvalBucketType to set.
    • setCapacityEvaluationTimePerdText

      public void setCapacityEvaluationTimePerdText(@Nullable String capacityEvaluationTimePerdText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: CapacityEvaluationTimePerdText

      Parameters:
      capacityEvaluationTimePerdText - Short Text for Fixed Values
    • setWorkCenterInternalID

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

      Original property name from the Odata EDM: WorkCenterInternalID

      Parameters:
      workCenterInternalID - Object ID of the resource
    • setWorkCenterResponsible

      public void setWorkCenterResponsible(@Nullable String workCenterResponsible)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: WorkCenterResponsible

      Parameters:
      workCenterResponsible - Person Responsible for the Work Center
    • setCapacityStartTime

      public void setCapacityStartTime(@Nullable Integer capacityStartTime)
      Constraints: none

      Original property name from the Odata EDM: CapacityStartTime

      Parameters:
      capacityStartTime - Start time in seconds (internal)
    • setCapacityEndTime

      public void setCapacityEndTime(@Nullable Integer capacityEndTime)
      Constraints: none

      Original property name from the Odata EDM: CapacityEndTime

      Parameters:
      capacityEndTime - End Time in Seconds (internal)
    • setWorkCenterAvailableCapacity

      public void setWorkCenterAvailableCapacity(@Nullable BigDecimal workCenterAvailableCapacity)
      Constraints: Not nullable, Precision: 10, Scale: 2

      Original property name from the Odata EDM: WorkCenterAvailableCapacity

      Parameters:
      workCenterAvailableCapacity - The workCenterAvailableCapacity to set.
    • setWorkCenterCapRqmtInCapUnit

      public void setWorkCenterCapRqmtInCapUnit(@Nullable BigDecimal workCenterCapRqmtInCapUnit)
      Constraints: Not nullable, Precision: 10, Scale: 2

      Original property name from the Odata EDM: WorkCenterCapRqmtInCapUnit

      Parameters:
      workCenterCapRqmtInCapUnit - The workCenterCapRqmtInCapUnit to set.
    • setWrkCtrRmngCapInCapUnit

      public void setWrkCtrRmngCapInCapUnit(@Nullable BigDecimal wrkCtrRmngCapInCapUnit)
      Constraints: Not nullable, Precision: 11, Scale: 2

      Original property name from the Odata EDM: WrkCtrRmngCapInCapUnit

      Parameters:
      wrkCtrRmngCapInCapUnit - The wrkCtrRmngCapInCapUnit to set.
    • setWorkCenterTotUtilznInTmePerd

      public void setWorkCenterTotUtilznInTmePerd(@Nullable Double workCenterTotUtilznInTmePerd)
      Constraints: none

      Original property name from the Odata EDM: WorkCenterTotUtilznInTmePerd

      Parameters:
      workCenterTotUtilznInTmePerd - The workCenterTotUtilznInTmePerd to set.
    • setWorkCenterCapacityUnit

      public void setWorkCenterCapacityUnit(@Nullable String workCenterCapacityUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: WorkCenterCapacityUnit

      Parameters:
      workCenterCapacityUnit - Base Unit of Measure
    • setWorkCenterCapUnitText

      public void setWorkCenterCapUnitText(@Nullable String workCenterCapUnitText)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: WorkCenterCapUnitText

      Parameters:
      workCenterCapUnitText - Unit of Measurement Text (Maximum 10 Characters)
    • setWorkCenterTypeCode

      public void setWorkCenterTypeCode(@Nullable String workCenterTypeCode)
      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)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CapacityCategoryAllocation

      Parameters:
      capacityCategoryAllocation - Capacity Category Allocation
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> WorkCenterCapPerBucketField<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> WorkCenterCapPerBucketField<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<WorkCenterCapPerBucket>
    • setServicePathForFetch

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

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

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

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

      @Nullable public WorkCenterCapPerBucketParameters fetchParameters()
      Fetches the WorkCenterCapPerBucketParameters entity (one to one) associated with this entity. This corresponds to the OData navigation property Parameters.

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

      Returns:
      The single associated WorkCenterCapPerBucketParameters 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.
    • getParametersOrFetch

      @Nullable public WorkCenterCapPerBucketParameters getParametersOrFetch()
      Retrieval of associated WorkCenterCapPerBucketParameters entity (one to one). This corresponds to the OData navigation property Parameters.

      If the navigation property Parameters of a queried WorkCenterCapPerBucket 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 WorkCenterCapPerBucketParameters 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.
    • getParametersIfPresent

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

      If the navigation property for an entity WorkCenterCapPerBucket 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 Parameters is already loaded, the result will contain the WorkCenterCapPerBucketParameters entity. If not, an Option with result state empty is returned.
    • setParameters

      public void setParameters(WorkCenterCapPerBucketParameters value)
      Overwrites the associated WorkCenterCapPerBucketParameters entity for the loaded navigation property Parameters.
      Parameters:
      value - New WorkCenterCapPerBucketParameters entity.
    • builder

      @Nonnull public static WorkCenterCapPerBucket.WorkCenterCapPerBucketBuilder builder()
    • getP_CapEvalStartDate

      @Nullable public LocalDateTime getP_CapEvalStartDate()
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: P_CapEvalStartDate

      Returns:
      Date
    • getP_CapEvalEndDate

      @Nullable public LocalDateTime getP_CapEvalEndDate()
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: P_CapEvalEndDate

      Returns:
      Date
    • getP_CapEvalBucketType

      @Nullable public String getP_CapEvalBucketType()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: P_CapEvalBucketType

      Returns:
      Single-Character Flag
    • getPlant

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

      Original property name from the Odata EDM: Plant

      Returns:
      Plant
    • getWorkCenter

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

      Original property name from the Odata EDM: WorkCenter

      Returns:
      Work Center
    • getCapacityInternalID

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

      Original property name from the Odata EDM: CapacityInternalID

      Returns:
      Capacity ID
    • getShiftName

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

      Original property name from the Odata EDM: ShiftName

      Returns:
      Shift Definition
    • getCapacityEvaluationTimePeriod

      @Nullable public String getCapacityEvaluationTimePeriod()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CapacityEvaluationTimePeriod

      Returns:
      The capacityEvaluationTimePeriod contained in this entity.
    • getCapEvalBucketType

      @Nullable public String getCapEvalBucketType()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CapEvalBucketType

      Returns:
      The capEvalBucketType contained in this entity.
    • getCapacityEvaluationTimePerdText

      @Nullable public String getCapacityEvaluationTimePerdText()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: CapacityEvaluationTimePerdText

      Returns:
      Short Text for Fixed Values
    • getWorkCenterInternalID

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

      Original property name from the Odata EDM: WorkCenterInternalID

      Returns:
      Object ID of the resource
    • getWorkCenterResponsible

      @Nullable public String getWorkCenterResponsible()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: WorkCenterResponsible

      Returns:
      Person Responsible for the Work Center
    • getCapacityStartTime

      @Nullable public Integer getCapacityStartTime()
      Constraints: none

      Original property name from the Odata EDM: CapacityStartTime

      Returns:
      Start time in seconds (internal)
    • getCapacityEndTime

      @Nullable public Integer getCapacityEndTime()
      Constraints: none

      Original property name from the Odata EDM: CapacityEndTime

      Returns:
      End Time in Seconds (internal)
    • getWorkCenterAvailableCapacity

      @Nullable public BigDecimal getWorkCenterAvailableCapacity()
      Constraints: Not nullable, Precision: 10, Scale: 2

      Original property name from the Odata EDM: WorkCenterAvailableCapacity

      Returns:
      The workCenterAvailableCapacity contained in this entity.
    • getWorkCenterCapRqmtInCapUnit

      @Nullable public BigDecimal getWorkCenterCapRqmtInCapUnit()
      Constraints: Not nullable, Precision: 10, Scale: 2

      Original property name from the Odata EDM: WorkCenterCapRqmtInCapUnit

      Returns:
      The workCenterCapRqmtInCapUnit contained in this entity.
    • getWrkCtrRmngCapInCapUnit

      @Nullable public BigDecimal getWrkCtrRmngCapInCapUnit()
      Constraints: Not nullable, Precision: 11, Scale: 2

      Original property name from the Odata EDM: WrkCtrRmngCapInCapUnit

      Returns:
      The wrkCtrRmngCapInCapUnit contained in this entity.
    • getWorkCenterTotUtilznInTmePerd

      @Nullable public Double getWorkCenterTotUtilznInTmePerd()
      Constraints: none

      Original property name from the Odata EDM: WorkCenterTotUtilznInTmePerd

      Returns:
      The workCenterTotUtilznInTmePerd contained in this entity.
    • getWorkCenterCapacityUnit

      @Nullable public String getWorkCenterCapacityUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: WorkCenterCapacityUnit

      Returns:
      Base Unit of Measure
    • getWorkCenterCapUnitText

      @Nullable public String getWorkCenterCapUnitText()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: WorkCenterCapUnitText

      Returns:
      Unit of Measurement Text (Maximum 10 Characters)
    • getWorkCenterTypeCode

      @Nullable public String getWorkCenterTypeCode()
      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()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CapacityCategoryAllocation

      Returns:
      Capacity Category Allocation
    • toString

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

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

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

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