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

public class ImportDataSet extends VdmEntity<ImportDataSet>
Accrual Input Items

Original entity name from the Odata EDM: ImportDataSet

  • Field Details

    • ALL_FIELDS

      public static final ImportDataSetSelectable ALL_FIELDS
      Selector for all available fields of ImportDataSet.
    • WBSELEMENT_ID

      public static final ImportDataSetField<String> WBSELEMENT_ID
      Use with available fluent helpers to apply the Wbselement_ID field to query operations.
    • FISCAL_PERIOD

      public static final ImportDataSetField<String> FISCAL_PERIOD
      Use with available fluent helpers to apply the Fiscal_Period field to query operations.
    • FISCAL_YEAR

      public static final ImportDataSetField<String> FISCAL_YEAR
      Use with available fluent helpers to apply the Fiscal_Year field to query operations.
    • LEDGER

      public static final ImportDataSetField<String> LEDGER
      Use with available fluent helpers to apply the Ledger field to query operations.
    • BALANCE_SHEET_ACCOUNT

      public static final ImportDataSetField<String> BALANCE_SHEET_ACCOUNT
      Use with available fluent helpers to apply the Balance_Sheet_Account field to query operations.
    • INCOME_STATEMENT_ACCOUNT

      public static final ImportDataSetField<String> INCOME_STATEMENT_ACCOUNT
      Use with available fluent helpers to apply the Income_Statement_Account field to query operations.
    • ACCRUAL_AMOUNT

      public static final ImportDataSetField<BigDecimal> ACCRUAL_AMOUNT
      Use with available fluent helpers to apply the Accrual_Amount field to query operations.
    • JOURNAL_TEXT

      public static final ImportDataSetField<String> JOURNAL_TEXT
      Use with available fluent helpers to apply the Journal_Text field to query operations.
    • COMPANY_CODE_CURRENCY

      public static final ImportDataSetField<String> COMPANY_CODE_CURRENCY
      Use with available fluent helpers to apply the Company_Code_Currency field to query operations.
  • Constructor Details

    • ImportDataSet

      public ImportDataSet()
    • ImportDataSet

      public ImportDataSet(@Nullable String wbselement_ID, @Nullable String fiscal_Period, @Nullable String fiscal_Year, @Nullable String ledger, @Nullable String balance_Sheet_Account, @Nullable String income_Statement_Account, @Nullable BigDecimal accrual_Amount, @Nullable String journal_Text, @Nullable String company_Code_Currency)
  • Method Details

    • getType

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

      public void setWbselement_ID(@Nullable String wbselement_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: Wbselement_ID

      Parameters:
      wbselement_ID - WBS Element
    • setFiscal_Period

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

      Original property name from the Odata EDM: Fiscal_Period

      Parameters:
      fiscal_Period - Period
    • setFiscal_Year

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

      Original property name from the Odata EDM: Fiscal_Year

      Parameters:
      fiscal_Year - Fiscal Year
    • setLedger

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

      Original property name from the Odata EDM: Ledger

      Parameters:
      ledger - Ledger
    • setBalance_Sheet_Account

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

      Original property name from the Odata EDM: Balance_Sheet_Account

      Parameters:
      balance_Sheet_Account - Balance Sheet Account
    • setIncome_Statement_Account

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

      Original property name from the Odata EDM: Income_Statement_Account

      Parameters:
      income_Statement_Account - Income Statement Account
    • setAccrual_Amount

      public void setAccrual_Amount(@Nullable BigDecimal accrual_Amount)
      Constraints: Not nullable, Precision: 24, Scale: 3

      Original property name from the Odata EDM: Accrual_Amount

      Parameters:
      accrual_Amount - Accrual Amount
    • setJournal_Text

      public void setJournal_Text(@Nullable String journal_Text)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: Journal_Text

      Parameters:
      journal_Text - Journal Text
    • setCompany_Code_Currency

      public void setCompany_Code_Currency(@Nullable String company_Code_Currency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: Company_Code_Currency

      Parameters:
      company_Code_Currency - Company Code Currency
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> ImportDataSetField<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> ImportDataSetField<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<ImportDataSet>
    • setServicePathForFetch

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

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

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

      @Nonnull public static ImportDataSet.ImportDataSetBuilder builder()
    • getWbselement_ID

      @Nullable public String getWbselement_ID()
      (Key Field) Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: Wbselement_ID

      Returns:
      WBS Element
    • getFiscal_Period

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

      Original property name from the Odata EDM: Fiscal_Period

      Returns:
      Period
    • getFiscal_Year

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

      Original property name from the Odata EDM: Fiscal_Year

      Returns:
      Fiscal Year
    • getLedger

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

      Original property name from the Odata EDM: Ledger

      Returns:
      Ledger
    • getBalance_Sheet_Account

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

      Original property name from the Odata EDM: Balance_Sheet_Account

      Returns:
      Balance Sheet Account
    • getIncome_Statement_Account

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

      Original property name from the Odata EDM: Income_Statement_Account

      Returns:
      Income Statement Account
    • getAccrual_Amount

      @Nullable public BigDecimal getAccrual_Amount()
      Constraints: Not nullable, Precision: 24, Scale: 3

      Original property name from the Odata EDM: Accrual_Amount

      Returns:
      Accrual Amount
    • getJournal_Text

      @Nullable public String getJournal_Text()
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: Journal_Text

      Returns:
      Journal Text
    • getCompany_Code_Currency

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

      Original property name from the Odata EDM: Company_Code_Currency

      Returns:
      Company Code Currency
    • toString

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

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

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

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