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

public class BusSolnOrdItmFUPSrvcContr extends VdmEntity<BusSolnOrdItmFUPSrvcContr>
Follow-up Service Contract Items

Original entity name from the Odata EDM: A_BusSolnOrdItmFUPSrvcContrType

  • Field Details

    • ALL_FIELDS

      public static final BusSolnOrdItmFUPSrvcContrSelectable ALL_FIELDS
      Selector for all available fields of BusSolnOrdItmFUPSrvcContr.
    • SERVICE_DOCUMENT_ITM_RELATION_UUID

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

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

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

      public static final BusSolnOrdItmFUPSrvcContrField<String> SERVICE_CONTRACT
      Use with available fluent helpers to apply the ServiceContract field to query operations.
    • SERVICE_CONTRACT_ITEM

      public static final BusSolnOrdItmFUPSrvcContrField<String> SERVICE_CONTRACT_ITEM
      Use with available fluent helpers to apply the ServiceContractItem field to query operations.
  • Constructor Details

    • BusSolnOrdItmFUPSrvcContr

      public BusSolnOrdItmFUPSrvcContr()
    • BusSolnOrdItmFUPSrvcContr

      public BusSolnOrdItmFUPSrvcContr(@Nullable UUID serviceDocumentItmRelationUUID, @Nullable String serviceDocItmRltnSqncNumber, @Nullable UUID businessSolutionOrderUUID, @Nullable String businessSolutionOrder, @Nullable String businessSolutionOrderItem, @Nullable String serviceContract, @Nullable String serviceContractItem)
  • Method Details

    • getType

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

      public void setServiceContract(@Nullable String serviceContract)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceContract

      Parameters:
      serviceContract - Transaction ID
    • setServiceContractItem

      public void setServiceContractItem(@Nullable String serviceContractItem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ServiceContractItem

      Parameters:
      serviceContractItem - Shortened Item Number in Document
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> BusSolnOrdItmFUPSrvcContrField<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> BusSolnOrdItmFUPSrvcContrField<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<BusSolnOrdItmFUPSrvcContr>
    • setServicePathForFetch

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

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

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

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

      Original property name from the Odata EDM: ServiceContract

      Returns:
      Transaction ID
    • getServiceContractItem

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

      Original property name from the Odata EDM: ServiceContractItem

      Returns:
      Shortened Item Number in Document
    • toString

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

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

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

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