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

public class ProcOrderConfBatchCharc extends VdmEntity<ProcOrderConfBatchCharc>
Batch Characteristics for Material Movements

Original entity name from the Odata EDM: ProcOrderConfBatchCharcType

  • Field Details

    • ALL_FIELDS

      public static final ProcOrderConfBatchCharcSelectable ALL_FIELDS
      Selector for all available fields of ProcOrderConfBatchCharc.
    • CONFIRMATION_GROUP

      public static final ProcOrderConfBatchCharcField<String> CONFIRMATION_GROUP
      Use with available fluent helpers to apply the ConfirmationGroup field to query operations.
    • CONFIRMATION_COUNT

      public static final ProcOrderConfBatchCharcField<String> CONFIRMATION_COUNT
      Use with available fluent helpers to apply the ConfirmationCount field to query operations.
    • MATERIAL_DOCUMENT

      public static final ProcOrderConfBatchCharcField<String> MATERIAL_DOCUMENT
      Use with available fluent helpers to apply the MaterialDocument field to query operations.
    • MATERIAL_DOCUMENT_ITEM

      public static final ProcOrderConfBatchCharcField<String> MATERIAL_DOCUMENT_ITEM
      Use with available fluent helpers to apply the MaterialDocumentItem field to query operations.
    • MATERIAL_DOCUMENT_YEAR

      public static final ProcOrderConfBatchCharcField<String> MATERIAL_DOCUMENT_YEAR
      Use with available fluent helpers to apply the MaterialDocumentYear field to query operations.
    • PLANT

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

      public static final ProcOrderConfBatchCharcField<String> MATERIAL
      Use with available fluent helpers to apply the Material field to query operations.
    • BATCH

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

      public static final ProcOrderConfBatchCharcField<String> CHARC_INTERNAL_ID
      Use with available fluent helpers to apply the CharcInternalID field to query operations.
    • CHARACTERISTIC

      public static final ProcOrderConfBatchCharcField<String> CHARACTERISTIC
      Use with available fluent helpers to apply the Characteristic field to query operations.
    • CHARC_VALUE

      public static final ProcOrderConfBatchCharcField<String> CHARC_VALUE
      Use with available fluent helpers to apply the CharcValue field to query operations.
  • Constructor Details

    • ProcOrderConfBatchCharc

      public ProcOrderConfBatchCharc()
    • ProcOrderConfBatchCharc

      public ProcOrderConfBatchCharc(@Nullable String confirmationGroup, @Nullable String confirmationCount, @Nullable String materialDocument, @Nullable String materialDocumentItem, @Nullable String materialDocumentYear, @Nullable String plant, @Nullable String material, @Nullable String batch, @Nullable String charcInternalID, @Nullable String characteristic, @Nullable String charcValue)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: ConfirmationGroup

      Parameters:
      confirmationGroup - Collective ID of Order Confirmations
    • setConfirmationCount

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

      Original property name from the Odata EDM: ConfirmationCount

      Parameters:
      confirmationCount - Identifier of Single Order Confirmation
    • setMaterialDocument

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

      Original property name from the Odata EDM: MaterialDocument

      Parameters:
      materialDocument - Number of Material Document
    • setMaterialDocumentItem

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

      Original property name from the Odata EDM: MaterialDocumentItem

      Parameters:
      materialDocumentItem - Material Document Item
    • setMaterialDocumentYear

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

      Original property name from the Odata EDM: MaterialDocumentYear

      Parameters:
      materialDocumentYear - Material Document Year
    • 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 of a Batch
    • setMaterial

      public void setMaterial(@Nullable String material)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Parameters:
      material - Material 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
    • setCharcInternalID

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

      Original property name from the Odata EDM: CharcInternalID

      Parameters:
      charcInternalID - Characteristic Internal ID
    • setCharacteristic

      public void setCharacteristic(@Nullable String characteristic)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Characteristic

      Parameters:
      characteristic - Characteristic Name
    • setCharcValue

      public void setCharcValue(@Nullable String charcValue)
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: CharcValue

      Parameters:
      charcValue - Characteristic Value
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> ProcOrderConfBatchCharcField<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> ProcOrderConfBatchCharcField<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<ProcOrderConfBatchCharc>
    • setServicePathForFetch

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

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

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

    • getConfirmationGroup

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

      Original property name from the Odata EDM: ConfirmationGroup

      Returns:
      Collective ID of Order Confirmations
    • getConfirmationCount

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

      Original property name from the Odata EDM: ConfirmationCount

      Returns:
      Identifier of Single Order Confirmation
    • getMaterialDocument

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

      Original property name from the Odata EDM: MaterialDocument

      Returns:
      Number of Material Document
    • getMaterialDocumentItem

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

      Original property name from the Odata EDM: MaterialDocumentItem

      Returns:
      Material Document Item
    • getMaterialDocumentYear

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

      Original property name from the Odata EDM: MaterialDocumentYear

      Returns:
      Material Document Year
    • getPlant

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

      Original property name from the Odata EDM: Plant

      Returns:
      Plant of a Batch
    • getMaterial

      @Nullable public String getMaterial()
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Returns:
      Material 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
    • getCharcInternalID

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

      Original property name from the Odata EDM: CharcInternalID

      Returns:
      Characteristic Internal ID
    • getCharacteristic

      @Nullable public String getCharacteristic()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Characteristic

      Returns:
      Characteristic Name
    • getCharcValue

      @Nullable public String getCharcValue()
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: CharcValue

      Returns:
      Characteristic Value
    • toString

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

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

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

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