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

public class PurgPricingProcedureItem extends VdmEntity<PurgPricingProcedureItem>
Pricing Procedure Items

Original entity name from the Odata EDM: A_PurgPricingProcedureItemType

  • Field Details

    • ALL_FIELDS

      public static final PurgPricingProcedureItemSelectable ALL_FIELDS
      Selector for all available fields of PurgPricingProcedureItem.
    • CONDITION_USAGE

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

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

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

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

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

      public static final PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<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 PurgPricingProcedureItemField<Boolean> CNDN_IS_ACCT_DETN_RELEVANT
      Use with available fluent helpers to apply the CndnIsAcctDetnRelevant field to query operations.
    • TO_PURG_PRICING_CONDITION_TYPE

      public static final PurgPricingProcedureItemOneToOneLink<PurgPricingConditionType> TO_PURG_PRICING_CONDITION_TYPE
      Use with available fluent helpers to apply the to_PurgPricingConditionType navigation property to query operations.
    • TO_PURG_PRICING_PROCEDURE

      public static final PurgPricingProcedureItemOneToOneLink<PurgPricingProcedure> TO_PURG_PRICING_PROCEDURE
      Use with available fluent helpers to apply the to_PurgPricingProcedure navigation property to query operations.
    • TO_TEXT

      Use with available fluent helpers to apply the to_Text navigation property to query operations.
  • Constructor Details

    • PurgPricingProcedureItem

      public PurgPricingProcedureItem()
    • PurgPricingProcedureItem

      public PurgPricingProcedureItem(@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 PurgPricingConditionType toPurgPricingConditionType, @Nullable PurgPricingProcedure toPurgPricingProcedure, List<PurgPrcgProcedItemText> toText)
  • Method Details

    • getType

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

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

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

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

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

      @Nonnull public static <T> PurgPricingProcedureItemField<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> PurgPricingProcedureItemField<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<PurgPricingProcedureItem>
    • setServicePathForFetch

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

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

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

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

      @Nullable public PurgPricingConditionType fetchPurgPricingConditionType()
      Fetches the PurgPricingConditionType entity (one to one) associated with this entity. This corresponds to the OData navigation property to_PurgPricingConditionType.

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

      Returns:
      The single associated PurgPricingConditionType 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.
    • getPurgPricingConditionTypeOrFetch

      @Nullable public PurgPricingConditionType getPurgPricingConditionTypeOrFetch()
      Retrieval of associated PurgPricingConditionType entity (one to one). This corresponds to the OData navigation property to_PurgPricingConditionType.

      If the navigation property to_PurgPricingConditionType of a queried PurgPricingProcedureItem 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 PurgPricingConditionType 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.
    • getPurgPricingConditionTypeIfPresent

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

      If the navigation property for an entity PurgPricingProcedureItem 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_PurgPricingConditionType is already loaded, the result will contain the PurgPricingConditionType entity. If not, an Option with result state empty is returned.
    • setPurgPricingConditionType

      public void setPurgPricingConditionType(PurgPricingConditionType value)
      Overwrites the associated PurgPricingConditionType entity for the loaded navigation property to_PurgPricingConditionType.
      Parameters:
      value - New PurgPricingConditionType entity.
    • fetchPurgPricingProcedure

      @Nullable public PurgPricingProcedure fetchPurgPricingProcedure()
      Fetches the PurgPricingProcedure entity (one to one) associated with this entity. This corresponds to the OData navigation property to_PurgPricingProcedure.

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

      Returns:
      The single associated PurgPricingProcedure 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.
    • getPurgPricingProcedureOrFetch

      @Nullable public PurgPricingProcedure getPurgPricingProcedureOrFetch()
      Retrieval of associated PurgPricingProcedure entity (one to one). This corresponds to the OData navigation property to_PurgPricingProcedure.

      If the navigation property to_PurgPricingProcedure of a queried PurgPricingProcedureItem 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 PurgPricingProcedure 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.
    • getPurgPricingProcedureIfPresent

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

      If the navigation property for an entity PurgPricingProcedureItem 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_PurgPricingProcedure is already loaded, the result will contain the PurgPricingProcedure entity. If not, an Option with result state empty is returned.
    • setPurgPricingProcedure

      public void setPurgPricingProcedure(PurgPricingProcedure value)
      Overwrites the associated PurgPricingProcedure entity for the loaded navigation property to_PurgPricingProcedure.
      Parameters:
      value - New PurgPricingProcedure entity.
    • fetchText

      @Nonnull public List<PurgPrcgProcedItemText> fetchText()
      Fetches the PurgPrcgProcedItemText 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 PurgPrcgProcedItemText 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<PurgPrcgProcedItemText> getTextOrFetch()
      Retrieval of associated PurgPrcgProcedItemText entities (one to many). This corresponds to the OData navigation property to_Text.

      If the navigation property to_Text of a queried PurgPricingProcedureItem 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 PurgPrcgProcedItemText 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<PurgPrcgProcedItemText>> getTextIfPresent()
      Retrieval of associated PurgPrcgProcedItemText entities (one to many). This corresponds to the OData navigation property to_Text.

      If the navigation property for an entity PurgPricingProcedureItem 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 PurgPrcgProcedItemText entities. If not, an Option with result state empty is returned.
    • setText

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

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

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

      If the navigation property to_Text of a queried PurgPricingProcedureItem 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 PurgPrcgProcedItemText 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
    • toString

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

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

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

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