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

public class CustProjSlsOrd extends VdmEntity<CustProjSlsOrd>
Sales Order Header

Original entity name from the Odata EDM: A_CustProjSlsOrdType

  • Field Details

    • ALL_FIELDS

      public static final CustProjSlsOrdSelectable ALL_FIELDS
      Selector for all available fields of CustProjSlsOrd.
    • CUSTOMER_PROJECT

      public static final CustProjSlsOrdField<String> CUSTOMER_PROJECT
      Use with available fluent helpers to apply the CustomerProject field to query operations.
    • SALES_ORDER

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

      public static final CustProjSlsOrdField<String> SOLD_TO_PARTY
      Use with available fluent helpers to apply the SoldToParty field to query operations.
    • TOTAL_NET_AMOUNT

      public static final CustProjSlsOrdField<BigDecimal> TOTAL_NET_AMOUNT
      Use with available fluent helpers to apply the TotalNetAmount field to query operations.
    • TRANSACTION_CURRENCY

      public static final CustProjSlsOrdField<String> TRANSACTION_CURRENCY
      Use with available fluent helpers to apply the TransactionCurrency field to query operations.
    • PURCHASE_ORDER_BY_CUSTOMER

      public static final CustProjSlsOrdField<String> PURCHASE_ORDER_BY_CUSTOMER
      Use with available fluent helpers to apply the PurchaseOrderByCustomer field to query operations.
    • CUSTOMER_PURCHASE_ORDER_DATE

      public static final CustProjSlsOrdField<LocalDateTime> CUSTOMER_PURCHASE_ORDER_DATE
      Use with available fluent helpers to apply the CustomerPurchaseOrderDate field to query operations.
    • SALES_OFFICE

      public static final CustProjSlsOrdField<String> SALES_OFFICE
      Use with available fluent helpers to apply the SalesOffice field to query operations.
    • SALES_GROUP

      public static final CustProjSlsOrdField<String> SALES_GROUP
      Use with available fluent helpers to apply the SalesGroup field to query operations.
    • CUSTOMER_PAYMENT_TERMS

      public static final CustProjSlsOrdField<String> CUSTOMER_PAYMENT_TERMS
      Use with available fluent helpers to apply the CustomerPaymentTerms field to query operations.
    • PAYMENT_METHOD

      public static final CustProjSlsOrdField<String> PAYMENT_METHOD
      Use with available fluent helpers to apply the PaymentMethod field to query operations.
    • CUSTOMER_ACCOUNT_ASSIGNMENT_GROUP

      public static final CustProjSlsOrdField<String> CUSTOMER_ACCOUNT_ASSIGNMENT_GROUP
      Use with available fluent helpers to apply the CustomerAccountAssignmentGroup field to query operations.
    • HEADER_BILLING_BLOCK_REASON

      public static final CustProjSlsOrdField<String> HEADER_BILLING_BLOCK_REASON
      Use with available fluent helpers to apply the HeaderBillingBlockReason field to query operations.
    • SALES_ORGANIZATION

      public static final CustProjSlsOrdField<String> SALES_ORGANIZATION
      Use with available fluent helpers to apply the SalesOrganization field to query operations.
    • DISTRIBUTION_CHANNEL

      public static final CustProjSlsOrdField<String> DISTRIBUTION_CHANNEL
      Use with available fluent helpers to apply the DistributionChannel field to query operations.
    • ORGANIZATION_DIVISION

      public static final CustProjSlsOrdField<String> ORGANIZATION_DIVISION
      Use with available fluent helpers to apply the OrganizationDivision field to query operations.
    • TO_CUST_PROJ_SLS_ORD_ITEM

      public static final CustProjSlsOrdLink<CustProjSlsOrdItem> TO_CUST_PROJ_SLS_ORD_ITEM
      Use with available fluent helpers to apply the to_CustProjSlsOrdItem navigation property to query operations.
    • TO_CUST_PROJ_SLS_ORD_PARTNER

      public static final CustProjSlsOrdLink<CustProjSlsOrdPartner> TO_CUST_PROJ_SLS_ORD_PARTNER
      Use with available fluent helpers to apply the to_CustProjSlsOrdPartner navigation property to query operations.
    • TO_CUST_PROJ_SLS_ORD_TEXT

      public static final CustProjSlsOrdLink<CustProjSlsOrdText> TO_CUST_PROJ_SLS_ORD_TEXT
      Use with available fluent helpers to apply the to_CustProjSlsOrdText navigation property to query operations.
  • Constructor Details

  • Method Details

    • getType

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

      public void setCustomerProject(@Nullable String customerProject)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CustomerProject

      Parameters:
      customerProject - Commercial Project ID
    • setSalesOrder

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

      Original property name from the Odata EDM: SalesOrder

      Parameters:
      salesOrder - Sales Order
    • 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
    • setTotalNetAmount

      public void setTotalNetAmount(@Nullable BigDecimal totalNetAmount)
      Constraints: Not nullable, Precision: 16, Scale: 3

      Original property name from the Odata EDM: TotalNetAmount

      Parameters:
      totalNetAmount - Net Value of the Sales Order in Document Currency
    • setTransactionCurrency

      public void setTransactionCurrency(@Nullable String transactionCurrency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: TransactionCurrency

      Parameters:
      transactionCurrency - SD Document Currency
    • setPurchaseOrderByCustomer

      public void setPurchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: PurchaseOrderByCustomer

      Parameters:
      purchaseOrderByCustomer - Customer Reference
    • setCustomerPurchaseOrderDate

      public void setCustomerPurchaseOrderDate(@Nullable LocalDateTime customerPurchaseOrderDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CustomerPurchaseOrderDate

      Parameters:
      customerPurchaseOrderDate - Customer Reference Date
    • setSalesOffice

      public void setSalesOffice(@Nullable String salesOffice)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SalesOffice

      Parameters:
      salesOffice - Sales Office
    • setSalesGroup

      public void setSalesGroup(@Nullable String salesGroup)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: SalesGroup

      Parameters:
      salesGroup - Sales Group
    • setCustomerPaymentTerms

      public void setCustomerPaymentTerms(@Nullable String customerPaymentTerms)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CustomerPaymentTerms

      Parameters:
      customerPaymentTerms - Terms of Payment Key
    • setPaymentMethod

      public void setPaymentMethod(@Nullable String paymentMethod)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: PaymentMethod

      Parameters:
      paymentMethod - Payment Method
    • setCustomerAccountAssignmentGroup

      public void setCustomerAccountAssignmentGroup(@Nullable String customerAccountAssignmentGroup)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CustomerAccountAssignmentGroup

      Parameters:
      customerAccountAssignmentGroup - Account Assignment Group for Customer
    • setHeaderBillingBlockReason

      public void setHeaderBillingBlockReason(@Nullable String headerBillingBlockReason)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: HeaderBillingBlockReason

      Parameters:
      headerBillingBlockReason - Billing Block in SD Document
    • setSalesOrganization

      public void setSalesOrganization(@Nullable String salesOrganization)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SalesOrganization

      Parameters:
      salesOrganization - Sales Organization
    • setDistributionChannel

      public void setDistributionChannel(@Nullable String distributionChannel)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DistributionChannel

      Parameters:
      distributionChannel - Distribution Channel
    • setOrganizationDivision

      public void setOrganizationDivision(@Nullable String organizationDivision)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: OrganizationDivision

      Parameters:
      organizationDivision - Division
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> CustProjSlsOrdField<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> CustProjSlsOrdField<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<CustProjSlsOrd>
    • setServicePathForFetch

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<CustProjSlsOrd>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<CustProjSlsOrd>
    • fetchCustProjSlsOrdItem

      @Nonnull public List<CustProjSlsOrdItem> fetchCustProjSlsOrdItem()
      Fetches the CustProjSlsOrdItem entities (one to many) associated with this entity. This corresponds to the OData navigation property to_CustProjSlsOrdItem.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated CustProjSlsOrdItem entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCustProjSlsOrdItemOrFetch

      @Nonnull public List<CustProjSlsOrdItem> getCustProjSlsOrdItemOrFetch()
      Retrieval of associated CustProjSlsOrdItem entities (one to many). This corresponds to the OData navigation property to_CustProjSlsOrdItem.

      If the navigation property to_CustProjSlsOrdItem of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated CustProjSlsOrdItem entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCustProjSlsOrdItemIfPresent

      @Nonnull public io.vavr.control.Option<List<CustProjSlsOrdItem>> getCustProjSlsOrdItemIfPresent()
      Retrieval of associated CustProjSlsOrdItem entities (one to many). This corresponds to the OData navigation property to_CustProjSlsOrdItem.

      If the navigation property for an entity CustProjSlsOrd has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_CustProjSlsOrdItem is already loaded, the result will contain the CustProjSlsOrdItem entities. If not, an Option with result state empty is returned.
    • setCustProjSlsOrdItem

      public void setCustProjSlsOrdItem(@Nonnull List<CustProjSlsOrdItem> value)
      Overwrites the list of associated CustProjSlsOrdItem entities for the loaded navigation property to_CustProjSlsOrdItem.

      If the navigation property to_CustProjSlsOrdItem of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of CustProjSlsOrdItem entities.
    • addCustProjSlsOrdItem

      public void addCustProjSlsOrdItem(CustProjSlsOrdItem... entity)
      Adds elements to the list of associated CustProjSlsOrdItem entities. This corresponds to the OData navigation property to_CustProjSlsOrdItem.

      If the navigation property to_CustProjSlsOrdItem of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of CustProjSlsOrdItem entities.
    • fetchCustProjSlsOrdPartner

      @Nonnull public List<CustProjSlsOrdPartner> fetchCustProjSlsOrdPartner()
      Fetches the CustProjSlsOrdPartner entities (one to many) associated with this entity. This corresponds to the OData navigation property to_CustProjSlsOrdPartner.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated CustProjSlsOrdPartner entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCustProjSlsOrdPartnerOrFetch

      @Nonnull public List<CustProjSlsOrdPartner> getCustProjSlsOrdPartnerOrFetch()
      Retrieval of associated CustProjSlsOrdPartner entities (one to many). This corresponds to the OData navigation property to_CustProjSlsOrdPartner.

      If the navigation property to_CustProjSlsOrdPartner of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated CustProjSlsOrdPartner entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCustProjSlsOrdPartnerIfPresent

      @Nonnull public io.vavr.control.Option<List<CustProjSlsOrdPartner>> getCustProjSlsOrdPartnerIfPresent()
      Retrieval of associated CustProjSlsOrdPartner entities (one to many). This corresponds to the OData navigation property to_CustProjSlsOrdPartner.

      If the navigation property for an entity CustProjSlsOrd has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_CustProjSlsOrdPartner is already loaded, the result will contain the CustProjSlsOrdPartner entities. If not, an Option with result state empty is returned.
    • setCustProjSlsOrdPartner

      public void setCustProjSlsOrdPartner(@Nonnull List<CustProjSlsOrdPartner> value)
      Overwrites the list of associated CustProjSlsOrdPartner entities for the loaded navigation property to_CustProjSlsOrdPartner.

      If the navigation property to_CustProjSlsOrdPartner of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of CustProjSlsOrdPartner entities.
    • addCustProjSlsOrdPartner

      public void addCustProjSlsOrdPartner(CustProjSlsOrdPartner... entity)
      Adds elements to the list of associated CustProjSlsOrdPartner entities. This corresponds to the OData navigation property to_CustProjSlsOrdPartner.

      If the navigation property to_CustProjSlsOrdPartner of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of CustProjSlsOrdPartner entities.
    • fetchCustProjSlsOrdText

      @Nonnull public List<CustProjSlsOrdText> fetchCustProjSlsOrdText()
      Fetches the CustProjSlsOrdText entities (one to many) associated with this entity. This corresponds to the OData navigation property to_CustProjSlsOrdText.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated CustProjSlsOrdText entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCustProjSlsOrdTextOrFetch

      @Nonnull public List<CustProjSlsOrdText> getCustProjSlsOrdTextOrFetch()
      Retrieval of associated CustProjSlsOrdText entities (one to many). This corresponds to the OData navigation property to_CustProjSlsOrdText.

      If the navigation property to_CustProjSlsOrdText of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated CustProjSlsOrdText entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCustProjSlsOrdTextIfPresent

      @Nonnull public io.vavr.control.Option<List<CustProjSlsOrdText>> getCustProjSlsOrdTextIfPresent()
      Retrieval of associated CustProjSlsOrdText entities (one to many). This corresponds to the OData navigation property to_CustProjSlsOrdText.

      If the navigation property for an entity CustProjSlsOrd has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_CustProjSlsOrdText is already loaded, the result will contain the CustProjSlsOrdText entities. If not, an Option with result state empty is returned.
    • setCustProjSlsOrdText

      public void setCustProjSlsOrdText(@Nonnull List<CustProjSlsOrdText> value)
      Overwrites the list of associated CustProjSlsOrdText entities for the loaded navigation property to_CustProjSlsOrdText.

      If the navigation property to_CustProjSlsOrdText of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of CustProjSlsOrdText entities.
    • addCustProjSlsOrdText

      public void addCustProjSlsOrdText(CustProjSlsOrdText... entity)
      Adds elements to the list of associated CustProjSlsOrdText entities. This corresponds to the OData navigation property to_CustProjSlsOrdText.

      If the navigation property to_CustProjSlsOrdText of a queried CustProjSlsOrd is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of CustProjSlsOrdText entities.
    • builder

      @Nonnull public static CustProjSlsOrd.CustProjSlsOrdBuilder builder()
    • getCustomerProject

      @Nullable public String getCustomerProject()
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CustomerProject

      Returns:
      Commercial Project ID
    • getSalesOrder

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

      Original property name from the Odata EDM: SalesOrder

      Returns:
      Sales Order
    • getSoldToParty

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

      Original property name from the Odata EDM: SoldToParty

      Returns:
      Sold-to Party
    • getTotalNetAmount

      @Nullable public BigDecimal getTotalNetAmount()
      Constraints: Not nullable, Precision: 16, Scale: 3

      Original property name from the Odata EDM: TotalNetAmount

      Returns:
      Net Value of the Sales Order in Document Currency
    • getTransactionCurrency

      @Nullable public String getTransactionCurrency()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: TransactionCurrency

      Returns:
      SD Document Currency
    • getPurchaseOrderByCustomer

      @Nullable public String getPurchaseOrderByCustomer()
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: PurchaseOrderByCustomer

      Returns:
      Customer Reference
    • getCustomerPurchaseOrderDate

      @Nullable public LocalDateTime getCustomerPurchaseOrderDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CustomerPurchaseOrderDate

      Returns:
      Customer Reference Date
    • getSalesOffice

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

      Original property name from the Odata EDM: SalesOffice

      Returns:
      Sales Office
    • getSalesGroup

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

      Original property name from the Odata EDM: SalesGroup

      Returns:
      Sales Group
    • getCustomerPaymentTerms

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

      Original property name from the Odata EDM: CustomerPaymentTerms

      Returns:
      Terms of Payment Key
    • getPaymentMethod

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

      Original property name from the Odata EDM: PaymentMethod

      Returns:
      Payment Method
    • getCustomerAccountAssignmentGroup

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

      Original property name from the Odata EDM: CustomerAccountAssignmentGroup

      Returns:
      Account Assignment Group for Customer
    • getHeaderBillingBlockReason

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

      Original property name from the Odata EDM: HeaderBillingBlockReason

      Returns:
      Billing Block in SD Document
    • getSalesOrganization

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

      Original property name from the Odata EDM: SalesOrganization

      Returns:
      Sales Organization
    • getDistributionChannel

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

      Original property name from the Odata EDM: DistributionChannel

      Returns:
      Distribution Channel
    • getOrganizationDivision

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

      Original property name from the Odata EDM: OrganizationDivision

      Returns:
      Division
    • toString

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

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

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

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