public class ChartOfAccountsText extends VdmEntity<ChartOfAccountsText>
Modifier and Type | Class and Description |
---|---|
static class |
ChartOfAccountsText.ChartOfAccountsTextBuilder |
Modifier and Type | Field and Description |
---|---|
static ChartOfAccountsTextSelectable |
ALL_FIELDS
Selector for all available fields of ChartOfAccountsText.
|
static ChartOfAccountsTextField<String> |
CHART_OF_ACCOUNTS
Use with available fluent helpers to apply the ChartOfAccounts field to query operations.
|
static ChartOfAccountsTextField<String> |
CHART_OF_ACCOUNTS_NAME
Use with available fluent helpers to apply the ChartOfAccountsName field to query operations.
|
static ChartOfAccountsTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
ChartOfAccountsText() |
ChartOfAccountsText(String chartOfAccounts,
String language,
String chartOfAccountsName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ChartOfAccountsText.ChartOfAccountsTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ChartOfAccountsTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getChartOfAccounts()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getChartOfAccountsName()
Constraints: Not nullable, Maximum length: 50
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Class<ChartOfAccountsText> |
getType() |
int |
hashCode() |
void |
setChartOfAccounts(String chartOfAccounts)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setChartOfAccountsName(String chartOfAccountsName)
Constraints: Not nullable, Maximum length: 50
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ChartOfAccountsTextSelectable ALL_FIELDS
public static final ChartOfAccountsTextField<String> CHART_OF_ACCOUNTS
public static final ChartOfAccountsTextField<String> LANGUAGE
public static final ChartOfAccountsTextField<String> CHART_OF_ACCOUNTS_NAME
@Generated(value="lombok") public ChartOfAccountsText()
@ConstructorProperties(value={"chartOfAccounts","language","chartOfAccountsName","erpConfigContext"}) @Generated(value="lombok") public ChartOfAccountsText(@Nullable String chartOfAccounts, @Nullable String language, @Nullable String chartOfAccountsName, @Nullable ErpConfigContext erpConfigContext)
public Class<ChartOfAccountsText> getType()
getType
in class VdmObject<ChartOfAccountsText>
public static <T> ChartOfAccountsTextField<T> field(String fieldName, Class<T> fieldType)
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.@Generated(value="lombok") public static ChartOfAccountsText.ChartOfAccountsTextBuilder builder()
@Nullable @Generated(value="lombok") public String getChartOfAccounts()
@Nullable @Generated(value="lombok") public String getLanguage()
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
@Nullable @Generated(value="lombok") public String getChartOfAccountsName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setChartOfAccounts(@Nullable String chartOfAccounts)
chartOfAccounts
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- @Generated(value="lombok") public void setChartOfAccountsName(@Nullable String chartOfAccountsName)
chartOfAccountsName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ChartOfAccountsText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ChartOfAccountsText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ChartOfAccountsText>
Copyright © 2017 SAP SE. All rights reserved.