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

public class DelivSchedSoldToPartyDetn extends VdmEntity<DelivSchedSoldToPartyDetn>
Sold-to Party Assignment

Original entity name from the Odata EDM: A_DelivSchedSoldToPartyDetnType

  • Field Details

  • Constructor Details

    • DelivSchedSoldToPartyDetn

      public DelivSchedSoldToPartyDetn()
    • DelivSchedSoldToPartyDetn

      public DelivSchedSoldToPartyDetn(@Nullable String supplier, @Nullable String partnerDescription, @Nullable String unloadingPointName, @Nullable String soldToParty)
  • Method Details

    • getType

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

      public void setSupplier(@Nullable String supplier)
      (Key Field) Constraints: Not nullable, Maximum length: 17

      Original property name from the Odata EDM: Supplier

      Parameters:
      supplier - Supplier Number at Customer Location
    • setPartnerDescription

      public void setPartnerDescription(@Nullable String partnerDescription)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: PartnerDescription

      Parameters:
      partnerDescription - Cust.-Specif. Descr. of Business Partner (Plant, Stor. Loc.)
    • setUnloadingPointName

      public void setUnloadingPointName(@Nullable String unloadingPointName)
      (Key Field) Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: UnloadingPointName

      Parameters:
      unloadingPointName - Unloading Point
    • setSoldToParty

      public void setSoldToParty(@Nullable String soldToParty)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SoldToParty

      Parameters:
      soldToParty - Sold-to Party
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> DelivSchedSoldToPartyDetnField<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> DelivSchedSoldToPartyDetnField<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<DelivSchedSoldToPartyDetn>
    • setServicePathForFetch

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

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

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

    • getSupplier

      @Nullable public String getSupplier()
      (Key Field) Constraints: Not nullable, Maximum length: 17

      Original property name from the Odata EDM: Supplier

      Returns:
      Supplier Number at Customer Location
    • getPartnerDescription

      @Nullable public String getPartnerDescription()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: PartnerDescription

      Returns:
      Cust.-Specif. Descr. of Business Partner (Plant, Stor. Loc.)
    • getUnloadingPointName

      @Nullable public String getUnloadingPointName()
      (Key Field) Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: UnloadingPointName

      Returns:
      Unloading Point
    • getSoldToParty

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

      Original property name from the Odata EDM: SoldToParty

      Returns:
      Sold-to Party
    • toString

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

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

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

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