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

public class BusSolnOrdItmFUPSalesOrder extends VdmEntity<BusSolnOrdItmFUPSalesOrder>
Follow-up Sales Order Items

Original entity name from the Odata EDM: A_BusSolnOrdItmFUPSalesOrderType

  • Field Details

    • ALL_FIELDS

      public static final BusSolnOrdItmFUPSalesOrderSelectable ALL_FIELDS
      Selector for all available fields of BusSolnOrdItmFUPSalesOrder.
    • SERVICE_DOCUMENT_ITM_RELATION_UUID

      public static final BusSolnOrdItmFUPSalesOrderField<UUID> SERVICE_DOCUMENT_ITM_RELATION_UUID
      Use with available fluent helpers to apply the ServiceDocumentItmRelationUUID field to query operations.
    • SERVICE_DOC_ITM_RLTN_SQNC_NUMBER

      public static final BusSolnOrdItmFUPSalesOrderField<String> SERVICE_DOC_ITM_RLTN_SQNC_NUMBER
      Use with available fluent helpers to apply the ServiceDocItmRltnSqncNumber field to query operations.
    • BUSINESS_SOLUTION_ORDER_UUID

      public static final BusSolnOrdItmFUPSalesOrderField<UUID> BUSINESS_SOLUTION_ORDER_UUID
      Use with available fluent helpers to apply the BusinessSolutionOrderUUID field to query operations.
    • BUSINESS_SOLUTION_ORDER

      public static final BusSolnOrdItmFUPSalesOrderField<String> BUSINESS_SOLUTION_ORDER
      Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.
    • BUSINESS_SOLUTION_ORDER_ITEM

      public static final BusSolnOrdItmFUPSalesOrderField<String> BUSINESS_SOLUTION_ORDER_ITEM
      Use with available fluent helpers to apply the BusinessSolutionOrderItem field to query operations.
    • SALES_ORDER

      public static final BusSolnOrdItmFUPSalesOrderField<String> SALES_ORDER
      Use with available fluent helpers to apply the SalesOrder field to query operations.
    • SALES_ORDER_ITEM

      public static final BusSolnOrdItmFUPSalesOrderField<String> SALES_ORDER_ITEM
      Use with available fluent helpers to apply the SalesOrderItem field to query operations.
    • SERVICE_DOC_SUCCESSOR_BUS_OBJ_TYPE

      public static final BusSolnOrdItmFUPSalesOrderField<String> SERVICE_DOC_SUCCESSOR_BUS_OBJ_TYPE
      Use with available fluent helpers to apply the ServiceDocSuccessorBusObjType field to query operations.
    • SERVICE_OBJECT_TYPE

      public static final BusSolnOrdItmFUPSalesOrderField<String> SERVICE_OBJECT_TYPE
      Use with available fluent helpers to apply the ServiceObjectType field to query operations.
  • Constructor Details

    • BusSolnOrdItmFUPSalesOrder

      public BusSolnOrdItmFUPSalesOrder()
    • BusSolnOrdItmFUPSalesOrder

      public BusSolnOrdItmFUPSalesOrder(@Nullable UUID serviceDocumentItmRelationUUID, @Nullable String serviceDocItmRltnSqncNumber, @Nullable UUID businessSolutionOrderUUID, @Nullable String businessSolutionOrder, @Nullable String businessSolutionOrderItem, @Nullable String salesOrder, @Nullable String salesOrderItem, @Nullable String serviceDocSuccessorBusObjType, @Nullable String serviceObjectType)
  • Method Details

    • getType

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

      public void setServiceDocumentItmRelationUUID(@Nullable UUID serviceDocumentItmRelationUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ServiceDocumentItmRelationUUID

      Parameters:
      serviceDocumentItmRelationUUID - Object Relationship Service : GUID binary link
    • setServiceDocItmRltnSqncNumber

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

      Original property name from the Odata EDM: ServiceDocItmRltnSqncNumber

      Parameters:
      serviceDocItmRltnSqncNumber - Sequential Number of Segment in IDoc Type
    • setBusinessSolutionOrderUUID

      public void setBusinessSolutionOrderUUID(@Nullable UUID businessSolutionOrderUUID)
      Constraints: none

      Original property name from the Odata EDM: BusinessSolutionOrderUUID

      Parameters:
      businessSolutionOrderUUID - 32 Character CRM Object GUID
    • setBusinessSolutionOrder

      public void setBusinessSolutionOrder(@Nullable String businessSolutionOrder)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessSolutionOrder

      Parameters:
      businessSolutionOrder - Transaction ID
    • setBusinessSolutionOrderItem

      public void setBusinessSolutionOrderItem(@Nullable String businessSolutionOrderItem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BusinessSolutionOrderItem

      Parameters:
      businessSolutionOrderItem - Shortened Item Number in Document
    • setSalesOrder

      public void setSalesOrder(@Nullable String salesOrder)
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: SalesOrder

      Parameters:
      salesOrder - Object key
    • setSalesOrderItem

      public void setSalesOrderItem(@Nullable String salesOrderItem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SalesOrderItem

      Parameters:
      salesOrderItem - The salesOrderItem to set.
    • setServiceDocSuccessorBusObjType

      public void setServiceDocSuccessorBusObjType(@Nullable String serviceDocSuccessorBusObjType)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceDocSuccessorBusObjType

      Parameters:
      serviceDocSuccessorBusObjType - Object Type
    • setServiceObjectType

      public void setServiceObjectType(@Nullable String serviceObjectType)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceObjectType

      Parameters:
      serviceObjectType - Business Trans. Cat.
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> BusSolnOrdItmFUPSalesOrderField<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> BusSolnOrdItmFUPSalesOrderField<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<BusSolnOrdItmFUPSalesOrder>
    • setServicePathForFetch

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

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

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

    • getServiceDocumentItmRelationUUID

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

      Original property name from the Odata EDM: ServiceDocumentItmRelationUUID

      Returns:
      Object Relationship Service : GUID binary link
    • getServiceDocItmRltnSqncNumber

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

      Original property name from the Odata EDM: ServiceDocItmRltnSqncNumber

      Returns:
      Sequential Number of Segment in IDoc Type
    • getBusinessSolutionOrderUUID

      @Nullable public UUID getBusinessSolutionOrderUUID()
      Constraints: none

      Original property name from the Odata EDM: BusinessSolutionOrderUUID

      Returns:
      32 Character CRM Object GUID
    • getBusinessSolutionOrder

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

      Original property name from the Odata EDM: BusinessSolutionOrder

      Returns:
      Transaction ID
    • getBusinessSolutionOrderItem

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

      Original property name from the Odata EDM: BusinessSolutionOrderItem

      Returns:
      Shortened Item Number in Document
    • getSalesOrder

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

      Original property name from the Odata EDM: SalesOrder

      Returns:
      Object key
    • getSalesOrderItem

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

      Original property name from the Odata EDM: SalesOrderItem

      Returns:
      The salesOrderItem contained in this entity.
    • getServiceDocSuccessorBusObjType

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

      Original property name from the Odata EDM: ServiceDocSuccessorBusObjType

      Returns:
      Object Type
    • getServiceObjectType

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

      Original property name from the Odata EDM: ServiceObjectType

      Returns:
      Business Trans. Cat.
    • toString

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

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

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

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