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

public class BusSolnOrdItmFUPServiceOrder extends VdmEntity<BusSolnOrdItmFUPServiceOrder>
Follow-up Service Order Items

Original entity name from the Odata EDM: A_BusSolnOrdItmFUPServiceOrderType

  • Field Details

    • ALL_FIELDS

      public static final BusSolnOrdItmFUPServiceOrderSelectable ALL_FIELDS
      Selector for all available fields of BusSolnOrdItmFUPServiceOrder.
    • SERVICE_DOCUMENT_ITM_RELATION_UUID

      public static final BusSolnOrdItmFUPServiceOrderField<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 BusSolnOrdItmFUPServiceOrderField<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 BusSolnOrdItmFUPServiceOrderField<UUID> BUSINESS_SOLUTION_ORDER_UUID
      Use with available fluent helpers to apply the BusinessSolutionOrderUUID field to query operations.
    • BUSINESS_SOLUTION_ORDER

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

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

      public static final BusSolnOrdItmFUPServiceOrderField<String> SERVICE_ORDER
      Use with available fluent helpers to apply the ServiceOrder field to query operations.
    • SERVICE_ORDER_ITEM

      public static final BusSolnOrdItmFUPServiceOrderField<String> SERVICE_ORDER_ITEM
      Use with available fluent helpers to apply the ServiceOrderItem field to query operations.
  • Constructor Details

    • BusSolnOrdItmFUPServiceOrder

      public BusSolnOrdItmFUPServiceOrder()
    • BusSolnOrdItmFUPServiceOrder

      public BusSolnOrdItmFUPServiceOrder(@Nullable UUID serviceDocumentItmRelationUUID, @Nullable String serviceDocItmRltnSqncNumber, @Nullable UUID businessSolutionOrderUUID, @Nullable String businessSolutionOrder, @Nullable String businessSolutionOrderItem, @Nullable String serviceOrder, @Nullable String serviceOrderItem)
  • Method Details

    • getType

      @Nonnull public Class<BusSolnOrdItmFUPServiceOrder> getType()
      Specified by:
      getType in class VdmObject<BusSolnOrdItmFUPServiceOrder>
    • 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
    • setServiceOrder

      public void setServiceOrder(@Nullable String serviceOrder)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceOrder

      Parameters:
      serviceOrder - Transaction ID
    • setServiceOrderItem

      public void setServiceOrderItem(@Nullable String serviceOrderItem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ServiceOrderItem

      Parameters:
      serviceOrderItem - Shortened Item Number in Document
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> BusSolnOrdItmFUPServiceOrderField<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> BusSolnOrdItmFUPServiceOrderField<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<BusSolnOrdItmFUPServiceOrder>
    • setServicePathForFetch

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<BusSolnOrdItmFUPServiceOrder>
    • 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
    • getServiceOrder

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

      Original property name from the Odata EDM: ServiceOrder

      Returns:
      Transaction ID
    • getServiceOrderItem

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

      Original property name from the Odata EDM: ServiceOrderItem

      Returns:
      Shortened Item Number in Document
    • toString

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

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

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

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