Modifier and Type | Class and Description |
---|---|
static class |
GLAccount.GLAccountBuilder |
Modifier and Type | Field and Description |
---|---|
static GLAccountSelectable |
ALL_FIELDS
Selector for all available fields of GLAccount.
|
static GLAccountField<String> |
GL_ACCOUNT
Use with available fluent helpers to apply the GLAccount field to query operations.
|
static GLAccountField<String> |
GL_ACCOUNT_TEXT
Use with available fluent helpers to apply the GLAccountText field to query operations.
|
Constructor and Description |
---|
GLAccount() |
GLAccount(String gLAccount,
String gLAccountText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static GLAccount.GLAccountBuilder |
builder() |
boolean |
equals(Object o) |
static <T> GLAccountField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getGLAccount()
(Key Field) Constraints: Not nullable
|
String |
getGLAccountText()
Constraints: Not nullable, Maximum length: 60
|
Class<GLAccount> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setGLAccount(String gLAccount)
(Key Field) Constraints: Not nullable
|
void |
setGLAccountText(String gLAccountText)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final GLAccountSelectable ALL_FIELDS
public static final GLAccountField<String> GL_ACCOUNT
public static final GLAccountField<String> GL_ACCOUNT_TEXT
public static <T> GLAccountField<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.public static GLAccount.GLAccountBuilder builder()
@Nullable public String getGLAccount()
@Nullable public String getGLAccountText()
@Nullable public ErpConfigContext getErpConfigContext()
public void setGLAccount(@Nullable String gLAccount)
gLAccount
- public void setGLAccountText(@Nullable String gLAccountText)
gLAccountText
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- Copyright © 2018 SAP SE. All rights reserved.