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

public class ControllingArea extends VdmEntity<ControllingArea>
Controlling Area

Original entity name from the Odata EDM: A_ControllingAreaType

  • Field Details

    • ALL_FIELDS

      public static final ControllingAreaSelectable ALL_FIELDS
      Selector for all available fields of ControllingArea.
    • CONTROLLING_AREA

      public static final ControllingAreaField<String> CONTROLLING_AREA
      Use with available fluent helpers to apply the ControllingArea field to query operations.
    • FISCAL_YEAR_VARIANT

      public static final ControllingAreaField<String> FISCAL_YEAR_VARIANT
      Use with available fluent helpers to apply the FiscalYearVariant field to query operations.
    • CONTROLLING_AREA_NAME

      public static final ControllingAreaField<String> CONTROLLING_AREA_NAME
      Use with available fluent helpers to apply the ControllingAreaName field to query operations.
    • CONTROLLING_AREA_CURRENCY

      public static final ControllingAreaField<String> CONTROLLING_AREA_CURRENCY
      Use with available fluent helpers to apply the ControllingAreaCurrency field to query operations.
    • CHART_OF_ACCOUNTS

      public static final ControllingAreaField<String> CHART_OF_ACCOUNTS
      Use with available fluent helpers to apply the ChartOfAccounts field to query operations.
    • COST_CENTER_STANDARD_HIERARCHY

      public static final ControllingAreaField<String> COST_CENTER_STANDARD_HIERARCHY
      Use with available fluent helpers to apply the CostCenterStandardHierarchy field to query operations.
    • PROFIT_CENTER_STANDARD_HIERARCHY

      public static final ControllingAreaField<String> PROFIT_CENTER_STANDARD_HIERARCHY
      Use with available fluent helpers to apply the ProfitCenterStandardHierarchy field to query operations.
    • FINANCIAL_MANAGEMENT_AREA

      public static final ControllingAreaField<String> FINANCIAL_MANAGEMENT_AREA
      Use with available fluent helpers to apply the FinancialManagementArea field to query operations.
    • CONTROLLING_AREA_CURRENCY_ROLE

      public static final ControllingAreaField<String> CONTROLLING_AREA_CURRENCY_ROLE
      Use with available fluent helpers to apply the ControllingAreaCurrencyRole field to query operations.
    • PROFIT_CENTER_ACCOUNTING_CURRENCY

      public static final ControllingAreaField<String> PROFIT_CENTER_ACCOUNTING_CURRENCY
      Use with available fluent helpers to apply the ProfitCenterAccountingCurrency field to query operations.
  • Constructor Details

    • ControllingArea

      public ControllingArea()
    • ControllingArea

      public ControllingArea(@Nullable String controllingArea, @Nullable String fiscalYearVariant, @Nullable String controllingAreaName, @Nullable String controllingAreaCurrency, @Nullable String chartOfAccounts, @Nullable String costCenterStandardHierarchy, @Nullable String profitCenterStandardHierarchy, @Nullable String financialManagementArea, @Nullable String controllingAreaCurrencyRole, @Nullable String profitCenterAccountingCurrency)
  • Method Details

    • getType

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

      public void setControllingArea(@Nullable String controllingArea)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Parameters:
      controllingArea - Controlling Area
    • setFiscalYearVariant

      public void setFiscalYearVariant(@Nullable String fiscalYearVariant)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: FiscalYearVariant

      Parameters:
      fiscalYearVariant - Fiscal Year Variant
    • setControllingAreaName

      public void setControllingAreaName(@Nullable String controllingAreaName)
      Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: ControllingAreaName

      Parameters:
      controllingAreaName - Controlling Area Name
    • setControllingAreaCurrency

      public void setControllingAreaCurrency(@Nullable String controllingAreaCurrency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: ControllingAreaCurrency

      Parameters:
      controllingAreaCurrency - Controlling Area Currency
    • setChartOfAccounts

      public void setChartOfAccounts(@Nullable String chartOfAccounts)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ChartOfAccounts

      Parameters:
      chartOfAccounts - Chart of Accounts
    • setCostCenterStandardHierarchy

      public void setCostCenterStandardHierarchy(@Nullable String costCenterStandardHierarchy)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CostCenterStandardHierarchy

      Parameters:
      costCenterStandardHierarchy - Cost Center Standard Hierarchy
    • setProfitCenterStandardHierarchy

      public void setProfitCenterStandardHierarchy(@Nullable String profitCenterStandardHierarchy)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ProfitCenterStandardHierarchy

      Parameters:
      profitCenterStandardHierarchy - Profit Center Standard Hierarchy
    • setFinancialManagementArea

      public void setFinancialManagementArea(@Nullable String financialManagementArea)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FinancialManagementArea

      Parameters:
      financialManagementArea - Financial Management Area
    • setControllingAreaCurrencyRole

      public void setControllingAreaCurrencyRole(@Nullable String controllingAreaCurrencyRole)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ControllingAreaCurrencyRole

      Parameters:
      controllingAreaCurrencyRole - Currency Type for Controlling Area
    • setProfitCenterAccountingCurrency

      public void setProfitCenterAccountingCurrency(@Nullable String profitCenterAccountingCurrency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: ProfitCenterAccountingCurrency

      Parameters:
      profitCenterAccountingCurrency - Local Currency for Profit Center Accounting
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> ControllingAreaField<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> ControllingAreaField<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<ControllingArea>
    • setServicePathForFetch

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

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

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

      @Nonnull public static ControllingArea.ControllingAreaBuilder builder()
    • getControllingArea

      @Nullable public String getControllingArea()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Returns:
      Controlling Area
    • getFiscalYearVariant

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

      Original property name from the Odata EDM: FiscalYearVariant

      Returns:
      Fiscal Year Variant
    • getControllingAreaName

      @Nullable public String getControllingAreaName()
      Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: ControllingAreaName

      Returns:
      Controlling Area Name
    • getControllingAreaCurrency

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

      Original property name from the Odata EDM: ControllingAreaCurrency

      Returns:
      Controlling Area Currency
    • getChartOfAccounts

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

      Original property name from the Odata EDM: ChartOfAccounts

      Returns:
      Chart of Accounts
    • getCostCenterStandardHierarchy

      @Nullable public String getCostCenterStandardHierarchy()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CostCenterStandardHierarchy

      Returns:
      Cost Center Standard Hierarchy
    • getProfitCenterStandardHierarchy

      @Nullable public String getProfitCenterStandardHierarchy()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ProfitCenterStandardHierarchy

      Returns:
      Profit Center Standard Hierarchy
    • getFinancialManagementArea

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

      Original property name from the Odata EDM: FinancialManagementArea

      Returns:
      Financial Management Area
    • getControllingAreaCurrencyRole

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

      Original property name from the Odata EDM: ControllingAreaCurrencyRole

      Returns:
      Currency Type for Controlling Area
    • getProfitCenterAccountingCurrency

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

      Original property name from the Odata EDM: ProfitCenterAccountingCurrency

      Returns:
      Local Currency for Profit Center Accounting
    • toString

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

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

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

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