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

public class SlsPricingProcedureItem extends VdmEntity<SlsPricingProcedureItem>
Pricing Procedure Items

Original entity name from the Odata EDM: A_SlsPricingProcedureItemType

  • Field Details

    • ALL_FIELDS

      public static final SlsPricingProcedureItemSelectable ALL_FIELDS
      Selector for all available fields of SlsPricingProcedureItem.
    • CONDITION_USAGE

      public static final SlsPricingProcedureItemField<String> CONDITION_USAGE
      Use with available fluent helpers to apply the ConditionUsage field to query operations.
    • CONDITION_APPLICATION

      public static final SlsPricingProcedureItemField<String> CONDITION_APPLICATION
      Use with available fluent helpers to apply the ConditionApplication field to query operations.
    • PRICING_PROCEDURE

      public static final SlsPricingProcedureItemField<String> PRICING_PROCEDURE
      Use with available fluent helpers to apply the PricingProcedure field to query operations.
    • PRICING_PROCEDURE_STEP

      public static final SlsPricingProcedureItemField<String> PRICING_PROCEDURE_STEP
      Use with available fluent helpers to apply the PricingProcedureStep field to query operations.
    • PRICING_PROCEDURE_COUNTER

      public static final SlsPricingProcedureItemField<String> PRICING_PROCEDURE_COUNTER
      Use with available fluent helpers to apply the PricingProcedureCounter field to query operations.
    • CONDITION_TYPE

      public static final SlsPricingProcedureItemField<String> CONDITION_TYPE
      Use with available fluent helpers to apply the ConditionType field to query operations.
    • PRCG_PROCED_ITEM_FROM_REF_STEP

      public static final SlsPricingProcedureItemField<String> PRCG_PROCED_ITEM_FROM_REF_STEP
      Use with available fluent helpers to apply the PrcgProcedItemFromRefStep field to query operations.
    • PRCG_PROCED_ITEM_TO_REF_STEP

      public static final SlsPricingProcedureItemField<String> PRCG_PROCED_ITEM_TO_REF_STEP
      Use with available fluent helpers to apply the PrcgProcedItemToRefStep field to query operations.
    • CONDITION_IS_MANUALLY_DTMND

      public static final SlsPricingProcedureItemField<Boolean> CONDITION_IS_MANUALLY_DTMND
      Use with available fluent helpers to apply the ConditionIsManuallyDtmnd field to query operations.
    • PRCG_PROCED_ITEM_SUBTOTAL

      public static final SlsPricingProcedureItemField<String> PRCG_PROCED_ITEM_SUBTOTAL
      Use with available fluent helpers to apply the PrcgProcedItemSubtotal field to query operations.
    • CONDITION_IS_FOR_STATISTICS

      public static final SlsPricingProcedureItemField<Boolean> CONDITION_IS_FOR_STATISTICS
      Use with available fluent helpers to apply the ConditionIsForStatistics field to query operations.
    • ACCOUNT_KEY_FOR_GL_ACCOUNT

      public static final SlsPricingProcedureItemField<String> ACCOUNT_KEY_FOR_GL_ACCOUNT
      Use with available fluent helpers to apply the AccountKeyForGLAccount field to query operations.
    • ACCT_KEY_FOR_ACCRUALS_GL_ACCOUNT

      public static final SlsPricingProcedureItemField<String> ACCT_KEY_FOR_ACCRUALS_GL_ACCOUNT
      Use with available fluent helpers to apply the AcctKeyForAccrualsGLAccount field to query operations.
    • PRICING_PROCEDURE_ITEM_PRINT_TYPE

      public static final SlsPricingProcedureItemField<String> PRICING_PROCEDURE_ITEM_PRINT_TYPE
      Use with available fluent helpers to apply the PricingProcedureItemPrintType field to query operations.
    • CONDITION_IS_MANDATORY

      public static final SlsPricingProcedureItemField<Boolean> CONDITION_IS_MANDATORY
      Use with available fluent helpers to apply the ConditionIsMandatory field to query operations.
    • CNDN_IS_ACCT_DETN_RELEVANT

      public static final SlsPricingProcedureItemField<Boolean> CNDN_IS_ACCT_DETN_RELEVANT
      Use with available fluent helpers to apply the CndnIsAcctDetnRelevant field to query operations.
    • PRICE_ELEMENT_ACCESS_LEVEL

      public static final SlsPricingProcedureItemField<String> PRICE_ELEMENT_ACCESS_LEVEL
      Use with available fluent helpers to apply the PriceElementAccessLevel field to query operations.
    • TO_SALES_PRICING_PROCEDURE

      public static final SlsPricingProcedureItemOneToOneLink<SlsPricingProcedure> TO_SALES_PRICING_PROCEDURE
      Use with available fluent helpers to apply the to_SalesPricingProcedure navigation property to query operations.
    • TO_SLS_PRICING_CONDITION_TYPE

      public static final SlsPricingProcedureItemOneToOneLink<SlsPricingConditionType> TO_SLS_PRICING_CONDITION_TYPE
      Use with available fluent helpers to apply the to_SlsPricingConditionType navigation property to query operations.
    • TO_TEXT

      public static final SlsPricingProcedureItemLink<SlsPrcgProcedItemText> TO_TEXT
      Use with available fluent helpers to apply the to_Text navigation property to query operations.
  • Constructor Details

    • SlsPricingProcedureItem

      public SlsPricingProcedureItem()
    • SlsPricingProcedureItem

      public SlsPricingProcedureItem(@Nullable String conditionUsage, @Nullable String conditionApplication, @Nullable String pricingProcedure, @Nullable String pricingProcedureStep, @Nullable String pricingProcedureCounter, @Nullable String conditionType, @Nullable String prcgProcedItemFromRefStep, @Nullable String prcgProcedItemToRefStep, @Nullable Boolean conditionIsManuallyDtmnd, @Nullable String prcgProcedItemSubtotal, @Nullable Boolean conditionIsForStatistics, @Nullable String accountKeyForGLAccount, @Nullable String acctKeyForAccrualsGLAccount, @Nullable String pricingProcedureItemPrintType, @Nullable Boolean conditionIsMandatory, @Nullable Boolean cndnIsAcctDetnRelevant, @Nullable String priceElementAccessLevel, @Nullable SlsPricingProcedure toSalesPricingProcedure, @Nullable SlsPricingConditionType toSlsPricingConditionType, List<SlsPrcgProcedItemText> toText)
  • Method Details

    • getType

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

      public void setConditionUsage(@Nullable String conditionUsage)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ConditionUsage

      Parameters:
      conditionUsage - Usage of the condition table
    • setConditionApplication

      public void setConditionApplication(@Nullable String conditionApplication)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ConditionApplication

      Parameters:
      conditionApplication - Application
    • setPricingProcedure

      public void setPricingProcedure(@Nullable String pricingProcedure)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: PricingProcedure

      Parameters:
      pricingProcedure - Procedure (Pricing, Output Control, Acct. Det., Costing,...)
    • setPricingProcedureStep

      public void setPricingProcedureStep(@Nullable String pricingProcedureStep)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PricingProcedureStep

      Parameters:
      pricingProcedureStep - Step Number
    • setPricingProcedureCounter

      public void setPricingProcedureCounter(@Nullable String pricingProcedureCounter)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PricingProcedureCounter

      Parameters:
      pricingProcedureCounter - Condition Counter
    • setConditionType

      public void setConditionType(@Nullable String conditionType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ConditionType

      Parameters:
      conditionType - Condition Type
    • setPrcgProcedItemFromRefStep

      public void setPrcgProcedItemFromRefStep(@Nullable String prcgProcedItemFromRefStep)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PrcgProcedItemFromRefStep

      Parameters:
      prcgProcedItemFromRefStep - From Reference Step
    • setPrcgProcedItemToRefStep

      public void setPrcgProcedItemToRefStep(@Nullable String prcgProcedItemToRefStep)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PrcgProcedItemToRefStep

      Parameters:
      prcgProcedItemToRefStep - To Reference Step
    • setConditionIsManuallyDtmnd

      public void setConditionIsManuallyDtmnd(@Nullable Boolean conditionIsManuallyDtmnd)
      Constraints: none

      Original property name from the Odata EDM: ConditionIsManuallyDtmnd

      Parameters:
      conditionIsManuallyDtmnd - Condition determined manually
    • setPrcgProcedItemSubtotal

      public void setPrcgProcedItemSubtotal(@Nullable String prcgProcedItemSubtotal)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: PrcgProcedItemSubtotal

      Parameters:
      prcgProcedItemSubtotal - Condition subtotal
    • setConditionIsForStatistics

      public void setConditionIsForStatistics(@Nullable Boolean conditionIsForStatistics)
      Constraints: none

      Original property name from the Odata EDM: ConditionIsForStatistics

      Parameters:
      conditionIsForStatistics - Condition is used for statistics
    • setAccountKeyForGLAccount

      public void setAccountKeyForGLAccount(@Nullable String accountKeyForGLAccount)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: AccountKeyForGLAccount

      Parameters:
      accountKeyForGLAccount - Account Key
    • setAcctKeyForAccrualsGLAccount

      public void setAcctKeyForAccrualsGLAccount(@Nullable String acctKeyForAccrualsGLAccount)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: AcctKeyForAccrualsGLAccount

      Parameters:
      acctKeyForAccrualsGLAccount - Account Key - Accruals / Provisions
    • setPricingProcedureItemPrintType

      public void setPricingProcedureItemPrintType(@Nullable String pricingProcedureItemPrintType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: PricingProcedureItemPrintType

      Parameters:
      pricingProcedureItemPrintType - Print Type for Condition Lines
    • setConditionIsMandatory

      public void setConditionIsMandatory(@Nullable Boolean conditionIsMandatory)
      Constraints: none

      Original property name from the Odata EDM: ConditionIsMandatory

      Parameters:
      conditionIsMandatory - Condition is mandatory
    • setCndnIsAcctDetnRelevant

      public void setCndnIsAcctDetnRelevant(@Nullable Boolean cndnIsAcctDetnRelevant)
      Constraints: none

      Original property name from the Odata EDM: CndnIsAcctDetnRelevant

      Parameters:
      cndnIsAcctDetnRelevant - Statistical and Relevant for Account Determination
    • setPriceElementAccessLevel

      public void setPriceElementAccessLevel(@Nullable String priceElementAccessLevel)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: PriceElementAccessLevel

      Parameters:
      priceElementAccessLevel - Access Level for Price Elements
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SlsPricingProcedureItemField<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> SlsPricingProcedureItemField<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<SlsPricingProcedureItem>
    • setServicePathForFetch

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

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

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

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

      @Nullable public SlsPricingProcedure fetchSalesPricingProcedure()
      Fetches the SlsPricingProcedure entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SalesPricingProcedure.

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

      Returns:
      The single associated SlsPricingProcedure entity, or null if an entity is not associated.
      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.
    • getSalesPricingProcedureOrFetch

      @Nullable public SlsPricingProcedure getSalesPricingProcedureOrFetch()
      Retrieval of associated SlsPricingProcedure entity (one to one). This corresponds to the OData navigation property to_SalesPricingProcedure.

      If the navigation property to_SalesPricingProcedure of a queried SlsPricingProcedureItem 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 SlsPricingProcedure entity.
      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.
    • getSalesPricingProcedureIfPresent

      @Nonnull public io.vavr.control.Option<SlsPricingProcedure> getSalesPricingProcedureIfPresent()
      Retrieval of associated SlsPricingProcedure entity (one to one). This corresponds to the OData navigation property to_SalesPricingProcedure.

      If the navigation property for an entity SlsPricingProcedureItem 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_SalesPricingProcedure is already loaded, the result will contain the SlsPricingProcedure entity. If not, an Option with result state empty is returned.
    • setSalesPricingProcedure

      public void setSalesPricingProcedure(SlsPricingProcedure value)
      Overwrites the associated SlsPricingProcedure entity for the loaded navigation property to_SalesPricingProcedure.
      Parameters:
      value - New SlsPricingProcedure entity.
    • fetchSlsPricingConditionType

      @Nullable public SlsPricingConditionType fetchSlsPricingConditionType()
      Fetches the SlsPricingConditionType entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SlsPricingConditionType.

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

      Returns:
      The single associated SlsPricingConditionType entity, or null if an entity is not associated.
      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.
    • getSlsPricingConditionTypeOrFetch

      @Nullable public SlsPricingConditionType getSlsPricingConditionTypeOrFetch()
      Retrieval of associated SlsPricingConditionType entity (one to one). This corresponds to the OData navigation property to_SlsPricingConditionType.

      If the navigation property to_SlsPricingConditionType of a queried SlsPricingProcedureItem 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 SlsPricingConditionType entity.
      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.
    • getSlsPricingConditionTypeIfPresent

      @Nonnull public io.vavr.control.Option<SlsPricingConditionType> getSlsPricingConditionTypeIfPresent()
      Retrieval of associated SlsPricingConditionType entity (one to one). This corresponds to the OData navigation property to_SlsPricingConditionType.

      If the navigation property for an entity SlsPricingProcedureItem 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_SlsPricingConditionType is already loaded, the result will contain the SlsPricingConditionType entity. If not, an Option with result state empty is returned.
    • setSlsPricingConditionType

      public void setSlsPricingConditionType(SlsPricingConditionType value)
      Overwrites the associated SlsPricingConditionType entity for the loaded navigation property to_SlsPricingConditionType.
      Parameters:
      value - New SlsPricingConditionType entity.
    • fetchText

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

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

      Returns:
      List containing one or more associated SlsPrcgProcedItemText 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.
    • getTextOrFetch

      @Nonnull public List<SlsPrcgProcedItemText> getTextOrFetch()
      Retrieval of associated SlsPrcgProcedItemText entities (one to many). This corresponds to the OData navigation property to_Text.

      If the navigation property to_Text of a queried SlsPricingProcedureItem 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 SlsPrcgProcedItemText 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.
    • getTextIfPresent

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

      If the navigation property for an entity SlsPricingProcedureItem 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_Text is already loaded, the result will contain the SlsPrcgProcedItemText entities. If not, an Option with result state empty is returned.
    • setText

      public void setText(@Nonnull List<SlsPrcgProcedItemText> value)
      Overwrites the list of associated SlsPrcgProcedItemText entities for the loaded navigation property to_Text.

      If the navigation property to_Text of a queried SlsPricingProcedureItem 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 SlsPrcgProcedItemText entities.
    • addText

      public void addText(SlsPrcgProcedItemText... entity)
      Adds elements to the list of associated SlsPrcgProcedItemText entities. This corresponds to the OData navigation property to_Text.

      If the navigation property to_Text of a queried SlsPricingProcedureItem 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 SlsPrcgProcedItemText entities.
    • builder

    • getConditionUsage

      @Nullable public String getConditionUsage()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ConditionUsage

      Returns:
      Usage of the condition table
    • getConditionApplication

      @Nullable public String getConditionApplication()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ConditionApplication

      Returns:
      Application
    • getPricingProcedure

      @Nullable public String getPricingProcedure()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: PricingProcedure

      Returns:
      Procedure (Pricing, Output Control, Acct. Det., Costing,...)
    • getPricingProcedureStep

      @Nullable public String getPricingProcedureStep()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PricingProcedureStep

      Returns:
      Step Number
    • getPricingProcedureCounter

      @Nullable public String getPricingProcedureCounter()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PricingProcedureCounter

      Returns:
      Condition Counter
    • getConditionType

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

      Original property name from the Odata EDM: ConditionType

      Returns:
      Condition Type
    • getPrcgProcedItemFromRefStep

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

      Original property name from the Odata EDM: PrcgProcedItemFromRefStep

      Returns:
      From Reference Step
    • getPrcgProcedItemToRefStep

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

      Original property name from the Odata EDM: PrcgProcedItemToRefStep

      Returns:
      To Reference Step
    • getConditionIsManuallyDtmnd

      @Nullable public Boolean getConditionIsManuallyDtmnd()
      Constraints: none

      Original property name from the Odata EDM: ConditionIsManuallyDtmnd

      Returns:
      Condition determined manually
    • getPrcgProcedItemSubtotal

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

      Original property name from the Odata EDM: PrcgProcedItemSubtotal

      Returns:
      Condition subtotal
    • getConditionIsForStatistics

      @Nullable public Boolean getConditionIsForStatistics()
      Constraints: none

      Original property name from the Odata EDM: ConditionIsForStatistics

      Returns:
      Condition is used for statistics
    • getAccountKeyForGLAccount

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

      Original property name from the Odata EDM: AccountKeyForGLAccount

      Returns:
      Account Key
    • getAcctKeyForAccrualsGLAccount

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

      Original property name from the Odata EDM: AcctKeyForAccrualsGLAccount

      Returns:
      Account Key - Accruals / Provisions
    • getPricingProcedureItemPrintType

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

      Original property name from the Odata EDM: PricingProcedureItemPrintType

      Returns:
      Print Type for Condition Lines
    • getConditionIsMandatory

      @Nullable public Boolean getConditionIsMandatory()
      Constraints: none

      Original property name from the Odata EDM: ConditionIsMandatory

      Returns:
      Condition is mandatory
    • getCndnIsAcctDetnRelevant

      @Nullable public Boolean getCndnIsAcctDetnRelevant()
      Constraints: none

      Original property name from the Odata EDM: CndnIsAcctDetnRelevant

      Returns:
      Statistical and Relevant for Account Determination
    • getPriceElementAccessLevel

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

      Original property name from the Odata EDM: PriceElementAccessLevel

      Returns:
      Access Level for Price Elements
    • toString

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

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

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

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