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

public class KanbanCtnDetailedQty extends VdmEntity<KanbanCtnDetailedQty>
Kanban Container Detailed Quantities

Original entity name from the Odata EDM: A_KanbanCtnDetailedQtyType

  • Field Details

    • ALL_FIELDS

      public static final KanbanCtnDetailedQtySelectable ALL_FIELDS
      Selector for all available fields of KanbanCtnDetailedQty.
    • KANBAN_CONTAINER

      public static final KanbanCtnDetailedQtyField<String> KANBAN_CONTAINER
      Use with available fluent helpers to apply the KanbanContainer field to query operations.
    • BATCH

      public static final KanbanCtnDetailedQtyField<String> BATCH
      Use with available fluent helpers to apply the Batch field to query operations.
    • BASE_UNIT

      public static final KanbanCtnDetailedQtyField<String> BASE_UNIT
      Use with available fluent helpers to apply the BaseUnit field to query operations.
    • ACTUAL_QUANTITY_IN_BASE_UNIT

      public static final KanbanCtnDetailedQtyField<BigDecimal> ACTUAL_QUANTITY_IN_BASE_UNIT
      Use with available fluent helpers to apply the ActualQuantityInBaseUnit field to query operations.
    • PLANT

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

      public static final KanbanCtnDetailedQtyField<ZonedDateTime> LAST_CHANGE_DATE_TIME
      Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
    • KANBAN_CONTROL_CYCLE

      public static final KanbanCtnDetailedQtyField<String> KANBAN_CONTROL_CYCLE
      Use with available fluent helpers to apply the KanbanControlCycle field to query operations.
  • Constructor Details

    • KanbanCtnDetailedQty

      public KanbanCtnDetailedQty()
    • KanbanCtnDetailedQty

      public KanbanCtnDetailedQty(@Nullable String kanbanContainer, @Nullable String batch, @Nullable String baseUnit, @Nullable BigDecimal actualQuantityInBaseUnit, @Nullable String plant, @Nullable ZonedDateTime lastChangeDateTime, @Nullable String kanbanControlCycle)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: KanbanContainer

      Parameters:
      kanbanContainer - Kanban Identification Number
    • setBatch

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

      Original property name from the Odata EDM: Batch

      Parameters:
      batch - Batch Number
    • setBaseUnit

      public void setBaseUnit(@Nullable String baseUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BaseUnit

      Parameters:
      baseUnit - Base Unit of Measure
    • setActualQuantityInBaseUnit

      public void setActualQuantityInBaseUnit(@Nullable BigDecimal actualQuantityInBaseUnit)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: ActualQuantityInBaseUnit

      Parameters:
      actualQuantityInBaseUnit - Actual Quantity
    • setPlant

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

      Original property name from the Odata EDM: Plant

      Parameters:
      plant - Plant
    • setLastChangeDateTime

      public void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Parameters:
      lastChangeDateTime - Date and Time of Last Change
    • setKanbanControlCycle

      public void setKanbanControlCycle(@Nullable String kanbanControlCycle)
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: KanbanControlCycle

      Parameters:
      kanbanControlCycle - Kanban Control Cycle
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> KanbanCtnDetailedQtyField<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> KanbanCtnDetailedQtyField<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<KanbanCtnDetailedQty>
    • setServicePathForFetch

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<KanbanCtnDetailedQty>
    • builder

      @Nonnull public static KanbanCtnDetailedQty.KanbanCtnDetailedQtyBuilder builder()
    • getKanbanContainer

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

      Original property name from the Odata EDM: KanbanContainer

      Returns:
      Kanban Identification Number
    • getBatch

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

      Original property name from the Odata EDM: Batch

      Returns:
      Batch Number
    • getBaseUnit

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

      Original property name from the Odata EDM: BaseUnit

      Returns:
      Base Unit of Measure
    • getActualQuantityInBaseUnit

      @Nullable public BigDecimal getActualQuantityInBaseUnit()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: ActualQuantityInBaseUnit

      Returns:
      Actual Quantity
    • getPlant

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

      Original property name from the Odata EDM: Plant

      Returns:
      Plant
    • getLastChangeDateTime

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

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      Date and Time of Last Change
    • getKanbanControlCycle

      @Nullable public String getKanbanControlCycle()
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: KanbanControlCycle

      Returns:
      Kanban Control Cycle
    • toString

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

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

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

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