Modifier and Type | Class and Description |
---|---|
static class |
GLAccount.GLAccountBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<GLAccount,String> |
G_L_ACCOUNT
Use with available fluent helpers to apply the GLAccount field to query operations.
|
static EntityField<GLAccount,String> |
G_L_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> EntityField<GLAccount,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.
|
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.
|
void |
setGLAccount(String gLAccount)
(Key Field) Constraints: Not nullable
|
void |
setGLAccountText(String gLAccountText)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
public static final EntityField<GLAccount,String> G_L_ACCOUNT
public static final EntityField<GLAccount,String> G_L_ACCOUNT_TEXT
@Generated(value="lombok") public GLAccount()
@ConstructorProperties(value={"gLAccount","gLAccountText","erpConfigContext"}) @Generated(value="lombok") public GLAccount(@Nullable String gLAccount, @Nullable String gLAccountText, ErpConfigContext erpConfigContext)
public static <T> EntityField<GLAccount,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 GLAccount.GLAccountBuilder builder()
@Nullable @Generated(value="lombok") public String getGLAccount()
@Nullable @Generated(value="lombok") public String getGLAccountText()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setGLAccount(@Nullable String gLAccount)
gLAccount
- @Generated(value="lombok") public void setGLAccountText(@Nullable String gLAccountText)
gLAccountText
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2017 SAP SE. All rights reserved.