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

public class BusSolnOrdItmSubscrpnPrParam extends VdmEntity<BusSolnOrdItmSubscrpnPrParam>
Subscription Pricing Parameters

Original entity name from the Odata EDM: A_BusSolnOrdItmSubscrpnPrParamType

  • Field Details

    • ALL_FIELDS

      public static final BusSolnOrdItmSubscrpnPrParamSelectable ALL_FIELDS
      Selector for all available fields of BusSolnOrdItmSubscrpnPrParam.
    • BUSINESS_SOLUTION_ORDER

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

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

      public static final BusSolnOrdItmSubscrpnPrParamField<String> SUBSCRPN_PRCG_PARAMETER
      Use with available fluent helpers to apply the SubscrpnPrcgParameter field to query operations.
    • SUBSCRPN_PRCG_PARAM_VAL_TYPE

      public static final BusSolnOrdItmSubscrpnPrParamField<String> SUBSCRPN_PRCG_PARAM_VAL_TYPE
      Use with available fluent helpers to apply the SubscrpnPrcgParamValType field to query operations.
    • SUBSCRPN_PARAMETER_DECIMAL_VALUE

      public static final BusSolnOrdItmSubscrpnPrParamField<BigDecimal> SUBSCRPN_PARAMETER_DECIMAL_VALUE
      Use with available fluent helpers to apply the SubscrpnParameterDecimalValue field to query operations.
    • SUBSCRPN_PRCG_PARAM_VAL_TYPE_TEXT

      public static final BusSolnOrdItmSubscrpnPrParamField<String> SUBSCRPN_PRCG_PARAM_VAL_TYPE_TEXT
      Use with available fluent helpers to apply the SubscrpnPrcgParamValTypeText field to query operations.
    • SUBSCRPN_PARAM_DFLT_DECIMAL_VALUE

      public static final BusSolnOrdItmSubscrpnPrParamField<BigDecimal> SUBSCRPN_PARAM_DFLT_DECIMAL_VALUE
      Use with available fluent helpers to apply the SubscrpnParamDfltDecimalValue field to query operations.
    • SUBSCRPN_PRCG_PARAM_VAL_IS_SPCFD

      public static final BusSolnOrdItmSubscrpnPrParamField<String> SUBSCRPN_PRCG_PARAM_VAL_IS_SPCFD
      Use with available fluent helpers to apply the SubscrpnPrcgParamValIsSpcfd field to query operations.
  • Constructor Details

    • BusSolnOrdItmSubscrpnPrParam

      public BusSolnOrdItmSubscrpnPrParam()
    • BusSolnOrdItmSubscrpnPrParam

      public BusSolnOrdItmSubscrpnPrParam(@Nullable String businessSolutionOrder, @Nullable String businessSolutionOrderItem, @Nullable String subscrpnPrcgParameter, @Nullable String subscrpnPrcgParamValType, @Nullable BigDecimal subscrpnParameterDecimalValue, @Nullable String subscrpnPrcgParamValTypeText, @Nullable BigDecimal subscrpnParamDfltDecimalValue, @Nullable String subscrpnPrcgParamValIsSpcfd)
  • Method Details

    • getType

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

      public void setBusinessSolutionOrder(@Nullable String businessSolutionOrder)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessSolutionOrder

      Parameters:
      businessSolutionOrder - Transaction ID
    • setBusinessSolutionOrderItem

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

      Original property name from the Odata EDM: BusinessSolutionOrderItem

      Parameters:
      businessSolutionOrderItem - Shortened Item Number in Document
    • setSubscrpnPrcgParameter

      public void setSubscrpnPrcgParameter(@Nullable String subscrpnPrcgParameter)
      (Key Field) Constraints: Not nullable, Maximum length: 64

      Original property name from the Odata EDM: SubscrpnPrcgParameter

      Parameters:
      subscrpnPrcgParameter - Subscription Billing Parameter ID
    • setSubscrpnPrcgParamValType

      public void setSubscrpnPrcgParamValType(@Nullable String subscrpnPrcgParamValType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SubscrpnPrcgParamValType

      Parameters:
      subscrpnPrcgParamValType - Value Type of Subscription Billing Parameter
    • setSubscrpnParameterDecimalValue

      public void setSubscrpnParameterDecimalValue(@Nullable BigDecimal subscrpnParameterDecimalValue)
      Constraints: Not nullable, Precision: 28, Scale: 6

      Original property name from the Odata EDM: SubscrpnParameterDecimalValue

      Parameters:
      subscrpnParameterDecimalValue - Numeric Manual Value for Subscription Billing Parameter
    • setSubscrpnPrcgParamValTypeText

      public void setSubscrpnPrcgParamValTypeText(@Nullable String subscrpnPrcgParamValTypeText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: SubscrpnPrcgParamValTypeText

      Parameters:
      subscrpnPrcgParamValTypeText - Short Text for Fixed Values
    • setSubscrpnParamDfltDecimalValue

      public void setSubscrpnParamDfltDecimalValue(@Nullable BigDecimal subscrpnParamDfltDecimalValue)
      Constraints: Not nullable, Precision: 28, Scale: 6

      Original property name from the Odata EDM: SubscrpnParamDfltDecimalValue

      Parameters:
      subscrpnParamDfltDecimalValue - Numeric Default Value for Subscription Billing Parameter
    • setSubscrpnPrcgParamValIsSpcfd

      public void setSubscrpnPrcgParamValIsSpcfd(@Nullable String subscrpnPrcgParamValIsSpcfd)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SubscrpnPrcgParamValIsSpcfd

      Parameters:
      subscrpnPrcgParamValIsSpcfd - The subscrpnPrcgParamValIsSpcfd to set.
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> BusSolnOrdItmSubscrpnPrParamField<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> BusSolnOrdItmSubscrpnPrParamField<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<BusSolnOrdItmSubscrpnPrParam>
    • setServicePathForFetch

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

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

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

    • getBusinessSolutionOrder

      @Nullable public String getBusinessSolutionOrder()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessSolutionOrder

      Returns:
      Transaction ID
    • getBusinessSolutionOrderItem

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

      Original property name from the Odata EDM: BusinessSolutionOrderItem

      Returns:
      Shortened Item Number in Document
    • getSubscrpnPrcgParameter

      @Nullable public String getSubscrpnPrcgParameter()
      (Key Field) Constraints: Not nullable, Maximum length: 64

      Original property name from the Odata EDM: SubscrpnPrcgParameter

      Returns:
      Subscription Billing Parameter ID
    • getSubscrpnPrcgParamValType

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

      Original property name from the Odata EDM: SubscrpnPrcgParamValType

      Returns:
      Value Type of Subscription Billing Parameter
    • getSubscrpnParameterDecimalValue

      @Nullable public BigDecimal getSubscrpnParameterDecimalValue()
      Constraints: Not nullable, Precision: 28, Scale: 6

      Original property name from the Odata EDM: SubscrpnParameterDecimalValue

      Returns:
      Numeric Manual Value for Subscription Billing Parameter
    • getSubscrpnPrcgParamValTypeText

      @Nullable public String getSubscrpnPrcgParamValTypeText()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: SubscrpnPrcgParamValTypeText

      Returns:
      Short Text for Fixed Values
    • getSubscrpnParamDfltDecimalValue

      @Nullable public BigDecimal getSubscrpnParamDfltDecimalValue()
      Constraints: Not nullable, Precision: 28, Scale: 6

      Original property name from the Odata EDM: SubscrpnParamDfltDecimalValue

      Returns:
      Numeric Default Value for Subscription Billing Parameter
    • getSubscrpnPrcgParamValIsSpcfd

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

      Original property name from the Odata EDM: SubscrpnPrcgParamValIsSpcfd

      Returns:
      The subscrpnPrcgParamValIsSpcfd contained in this entity.
    • toString

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

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

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

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