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

public class ChgRecdRefMfgBOM extends VdmEntity<ChgRecdRefMfgBOM>
Change Record Ref Manufacturing BOM

Original entity name from the Odata EDM: A_ChgRecdRefMfgBOMType

  • Field Details

    • ALL_FIELDS

      public static final ChgRecdRefMfgBOMSelectable ALL_FIELDS
      Selector for all available fields of ChgRecdRefMfgBOM.
    • DELETE_MC

      public static final ChgRecdRefMfgBOMField<Boolean> DELETE_MC
      Use with available fluent helpers to apply the Delete_mc field to query operations.
    • UPDATE_MC

      public static final ChgRecdRefMfgBOMField<Boolean> UPDATE_MC
      Use with available fluent helpers to apply the Update_mc field to query operations.
    • CHANGE_RECORD_REFERENCE_UUID

      public static final ChgRecdRefMfgBOMField<UUID> CHANGE_RECORD_REFERENCE_UUID
      Use with available fluent helpers to apply the ChangeRecordReferenceUUID field to query operations.
    • MATERIAL

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

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

      public static final ChgRecdRefMfgBOMField<String> BILL_OF_MATERIAL_VARIANT_USAGE
      Use with available fluent helpers to apply the BillOfMaterialVariantUsage field to query operations.
    • BILL_OF_MATERIAL_VARIANT

      public static final ChgRecdRefMfgBOMField<String> BILL_OF_MATERIAL_VARIANT
      Use with available fluent helpers to apply the BillOfMaterialVariant field to query operations.
    • BILL_OF_MATERIAL

      public static final ChgRecdRefMfgBOMField<String> BILL_OF_MATERIAL
      Use with available fluent helpers to apply the BillOfMaterial field to query operations.
    • BILL_OF_MATERIAL_CATEGORY

      public static final ChgRecdRefMfgBOMField<String> BILL_OF_MATERIAL_CATEGORY
      Use with available fluent helpers to apply the BillOfMaterialCategory field to query operations.
    • BILL_OF_MATERIAL_VERSION

      public static final ChgRecdRefMfgBOMField<String> BILL_OF_MATERIAL_VERSION
      Use with available fluent helpers to apply the BillOfMaterialVersion field to query operations.
    • CHANGE_RECORD

      public static final ChgRecdRefMfgBOMField<String> CHANGE_RECORD
      Use with available fluent helpers to apply the ChangeRecord field to query operations.
    • CHANGE_RECORD_UUID

      public static final ChgRecdRefMfgBOMField<UUID> CHANGE_RECORD_UUID
      Use with available fluent helpers to apply the ChangeRecordUUID field to query operations.
    • CHANGE_RECORD_REFERENCE_TYPE

      public static final ChgRecdRefMfgBOMField<String> CHANGE_RECORD_REFERENCE_TYPE
      Use with available fluent helpers to apply the ChangeRecordReferenceType field to query operations.
    • CHANGE_RECORD_REFERENCE_SUBTYPE

      public static final ChgRecdRefMfgBOMField<String> CHANGE_RECORD_REFERENCE_SUBTYPE
      Use with available fluent helpers to apply the ChangeRecordReferenceSubtype field to query operations.
    • CHANGE_RECORD_REF_OBJECT_UUID

      public static final ChgRecdRefMfgBOMField<UUID> CHANGE_RECORD_REF_OBJECT_UUID
      Use with available fluent helpers to apply the ChangeRecordRefObjectUUID field to query operations.
    • PARENT_CHANGE_RECORD_REF_UUID

      public static final ChgRecdRefMfgBOMField<UUID> PARENT_CHANGE_RECORD_REF_UUID
      Use with available fluent helpers to apply the ParentChangeRecordRefUUID field to query operations.
    • IS_MAIN_REFERENCE

      public static final ChgRecdRefMfgBOMField<String> IS_MAIN_REFERENCE
      Use with available fluent helpers to apply the IsMainReference field to query operations.
    • CREATED_BY_USER

      public static final ChgRecdRefMfgBOMField<String> CREATED_BY_USER
      Use with available fluent helpers to apply the CreatedByUser field to query operations.
    • CREATION_DATE_TIME

      public static final ChgRecdRefMfgBOMField<ZonedDateTime> CREATION_DATE_TIME
      Use with available fluent helpers to apply the CreationDateTime field to query operations.
    • LAST_CHANGED_BY_USER

      public static final ChgRecdRefMfgBOMField<String> LAST_CHANGED_BY_USER
      Use with available fluent helpers to apply the LastChangedByUser field to query operations.
    • LAST_CHANGE_DATE_TIME

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

      public static final ChgRecdRefMfgBOMField<String> CHANGE_RECORD_VIRTUAL_REF_IND
      Use with available fluent helpers to apply the ChangeRecordVirtualRefInd field to query operations.
    • CHANGE_RECORD_ITEM_RELEVANCE

      public static final ChgRecdRefMfgBOMField<String> CHANGE_RECORD_ITEM_RELEVANCE
      Use with available fluent helpers to apply the ChangeRecordItemRelevance field to query operations.
    • CHANGE_RECORD_ITEM_PROCG_STATUS

      public static final ChgRecdRefMfgBOMField<String> CHANGE_RECORD_ITEM_PROCG_STATUS
      Use with available fluent helpers to apply the ChangeRecordItemProcgStatus field to query operations.
  • Constructor Details

    • ChgRecdRefMfgBOM

      public ChgRecdRefMfgBOM()
    • ChgRecdRefMfgBOM

      public ChgRecdRefMfgBOM(@Nullable Boolean delete_mc, @Nullable Boolean update_mc, @Nullable UUID changeRecordReferenceUUID, @Nullable String material, @Nullable String plant, @Nullable String billOfMaterialVariantUsage, @Nullable String billOfMaterialVariant, @Nullable String billOfMaterial, @Nullable String billOfMaterialCategory, @Nullable String billOfMaterialVersion, @Nullable String changeRecord, @Nullable UUID changeRecordUUID, @Nullable String changeRecordReferenceType, @Nullable String changeRecordReferenceSubtype, @Nullable UUID changeRecordRefObjectUUID, @Nullable UUID parentChangeRecordRefUUID, @Nullable String isMainReference, @Nullable String createdByUser, @Nullable ZonedDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable ZonedDateTime lastChangeDateTime, @Nullable String changeRecordVirtualRefInd, @Nullable String changeRecordItemRelevance, @Nullable String changeRecordItemProcgStatus)
  • Method Details

    • getType

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

      public void setDelete_mc(@Nullable Boolean delete_mc)
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Parameters:
      delete_mc - Dyn. Method Control
    • setUpdate_mc

      public void setUpdate_mc(@Nullable Boolean update_mc)
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Parameters:
      update_mc - Dyn. Method Control
    • setChangeRecordReferenceUUID

      public void setChangeRecordReferenceUUID(@Nullable UUID changeRecordReferenceUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ChangeRecordReferenceUUID

      Parameters:
      changeRecordReferenceUUID - NodeID
    • setMaterial

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

      Original property name from the Odata EDM: Material

      Parameters:
      material - Material Number
    • setPlant

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

      Original property name from the Odata EDM: Plant

      Parameters:
      plant - Plant
    • setBillOfMaterialVariantUsage

      public void setBillOfMaterialVariantUsage(@Nullable String billOfMaterialVariantUsage)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillOfMaterialVariantUsage

      Parameters:
      billOfMaterialVariantUsage - BOM Usage
    • setBillOfMaterialVariant

      public void setBillOfMaterialVariant(@Nullable String billOfMaterialVariant)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillOfMaterialVariant

      Parameters:
      billOfMaterialVariant - Alternative BOM
    • setBillOfMaterial

      public void setBillOfMaterial(@Nullable String billOfMaterial)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: BillOfMaterial

      Parameters:
      billOfMaterial - Bill of Material
    • setBillOfMaterialCategory

      public void setBillOfMaterialCategory(@Nullable String billOfMaterialCategory)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillOfMaterialCategory

      Parameters:
      billOfMaterialCategory - BOM category
    • setBillOfMaterialVersion

      public void setBillOfMaterialVersion(@Nullable String billOfMaterialVersion)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BillOfMaterialVersion

      Parameters:
      billOfMaterialVersion - BOM Version
    • setChangeRecord

      public void setChangeRecord(@Nullable String changeRecord)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ChangeRecord

      Parameters:
      changeRecord - Issue ID
    • setChangeRecordUUID

      public void setChangeRecordUUID(@Nullable UUID changeRecordUUID)
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordUUID

      Parameters:
      changeRecordUUID - NodeID
    • setChangeRecordReferenceType

      public void setChangeRecordReferenceType(@Nullable String changeRecordReferenceType)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordReferenceType

      Parameters:
      changeRecordReferenceType - Object Type
    • setChangeRecordReferenceSubtype

      public void setChangeRecordReferenceSubtype(@Nullable String changeRecordReferenceSubtype)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordReferenceSubtype

      Parameters:
      changeRecordReferenceSubtype - Object Subtype
    • setChangeRecordRefObjectUUID

      public void setChangeRecordRefObjectUUID(@Nullable UUID changeRecordRefObjectUUID)
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordRefObjectUUID

      Parameters:
      changeRecordRefObjectUUID - Internal Key of type GUID
    • setParentChangeRecordRefUUID

      public void setParentChangeRecordRefUUID(@Nullable UUID parentChangeRecordRefUUID)
      Constraints: none

      Original property name from the Odata EDM: ParentChangeRecordRefUUID

      Parameters:
      parentChangeRecordRefUUID - Business Object Node ID
    • setIsMainReference

      public void setIsMainReference(@Nullable String isMainReference)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: IsMainReference

      Parameters:
      isMainReference - Main Reference
    • setCreatedByUser

      public void setCreatedByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Parameters:
      createdByUser - Created By
    • setCreationDateTime

      public void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Parameters:
      creationDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setLastChangedByUser

      public void setLastChangedByUser(@Nullable String lastChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Parameters:
      lastChangedByUser - Changed By
    • setLastChangeDateTime

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

      Original property name from the Odata EDM: LastChangeDateTime

      Parameters:
      lastChangeDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setChangeRecordVirtualRefInd

      public void setChangeRecordVirtualRefInd(@Nullable String changeRecordVirtualRefInd)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ChangeRecordVirtualRefInd

      Parameters:
      changeRecordVirtualRefInd - Virtual object indicated in Change Record
    • setChangeRecordItemRelevance

      public void setChangeRecordItemRelevance(@Nullable String changeRecordItemRelevance)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordItemRelevance

      Parameters:
      changeRecordItemRelevance - Change Record Item Relevance
    • setChangeRecordItemProcgStatus

      public void setChangeRecordItemProcgStatus(@Nullable String changeRecordItemProcgStatus)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ChangeRecordItemProcgStatus

      Parameters:
      changeRecordItemProcgStatus - Item Processing Status
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> ChgRecdRefMfgBOMField<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> ChgRecdRefMfgBOMField<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<ChgRecdRefMfgBOM>
    • setServicePathForFetch

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

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

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

      @Nonnull public static ChgRecdRefMfgBOM.ChgRecdRefMfgBOMBuilder builder()
    • getDelete_mc

      @Nullable public Boolean getDelete_mc()
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Returns:
      Dyn. Method Control
    • getUpdate_mc

      @Nullable public Boolean getUpdate_mc()
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Returns:
      Dyn. Method Control
    • getChangeRecordReferenceUUID

      @Nullable public UUID getChangeRecordReferenceUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ChangeRecordReferenceUUID

      Returns:
      NodeID
    • getMaterial

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

      Original property name from the Odata EDM: Material

      Returns:
      Material Number
    • getPlant

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

      Original property name from the Odata EDM: Plant

      Returns:
      Plant
    • getBillOfMaterialVariantUsage

      @Nullable public String getBillOfMaterialVariantUsage()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillOfMaterialVariantUsage

      Returns:
      BOM Usage
    • getBillOfMaterialVariant

      @Nullable public String getBillOfMaterialVariant()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillOfMaterialVariant

      Returns:
      Alternative BOM
    • getBillOfMaterial

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

      Original property name from the Odata EDM: BillOfMaterial

      Returns:
      Bill of Material
    • getBillOfMaterialCategory

      @Nullable public String getBillOfMaterialCategory()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillOfMaterialCategory

      Returns:
      BOM category
    • getBillOfMaterialVersion

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

      Original property name from the Odata EDM: BillOfMaterialVersion

      Returns:
      BOM Version
    • getChangeRecord

      @Nullable public String getChangeRecord()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ChangeRecord

      Returns:
      Issue ID
    • getChangeRecordUUID

      @Nullable public UUID getChangeRecordUUID()
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordUUID

      Returns:
      NodeID
    • getChangeRecordReferenceType

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

      Original property name from the Odata EDM: ChangeRecordReferenceType

      Returns:
      Object Type
    • getChangeRecordReferenceSubtype

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

      Original property name from the Odata EDM: ChangeRecordReferenceSubtype

      Returns:
      Object Subtype
    • getChangeRecordRefObjectUUID

      @Nullable public UUID getChangeRecordRefObjectUUID()
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordRefObjectUUID

      Returns:
      Internal Key of type GUID
    • getParentChangeRecordRefUUID

      @Nullable public UUID getParentChangeRecordRefUUID()
      Constraints: none

      Original property name from the Odata EDM: ParentChangeRecordRefUUID

      Returns:
      Business Object Node ID
    • getIsMainReference

      @Nullable public String getIsMainReference()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: IsMainReference

      Returns:
      Main Reference
    • getCreatedByUser

      @Nullable public String getCreatedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      Created By
    • getCreationDateTime

      @Nullable public ZonedDateTime getCreationDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getLastChangedByUser

      @Nullable public String getLastChangedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      Changed By
    • getLastChangeDateTime

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

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getChangeRecordVirtualRefInd

      @Nullable public String getChangeRecordVirtualRefInd()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ChangeRecordVirtualRefInd

      Returns:
      Virtual object indicated in Change Record
    • getChangeRecordItemRelevance

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

      Original property name from the Odata EDM: ChangeRecordItemRelevance

      Returns:
      Change Record Item Relevance
    • getChangeRecordItemProcgStatus

      @Nullable public String getChangeRecordItemProcgStatus()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ChangeRecordItemProcgStatus

      Returns:
      Item Processing Status
    • toString

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

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

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

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