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.
|
changedOriginalFields
Constructor and Description |
---|
GLAccount() |
GLAccount(String gLAccount,
String gLAccountText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static GLAccount.GLAccountBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
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 nullableOriginal property name from the Odata EDM: GLAccount
|
String |
getGLAccountText()
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: GLAccountText
|
protected Map<String,Object> |
getKey() |
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 nullableOriginal property name from the Odata EDM: GLAccount
|
void |
setGLAccountText(String gLAccountText)
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: GLAccountText
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final GLAccountSelectable ALL_FIELDS
public static final GLAccountField<String> GL_ACCOUNT
public static final GLAccountField<String> GL_ACCOUNT_TEXT
public void setGLAccount(@Nullable String gLAccount)
Original property name from the Odata EDM: GLAccount
gLAccount
- G/L Accountpublic void setGLAccountText(@Nullable String gLAccountText)
Original property name from the Odata EDM: GLAccountText
gLAccountText
- G/L Accountprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<GLAccount>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<GLAccount>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<GLAccount>
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()
Original property name from the Odata EDM: GLAccount
@Nullable public String getGLAccountText()
Original property name from the Odata EDM: GLAccountText
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<GLAccount>
erpConfigContext
- Copyright © 2018 SAP SE. All rights reserved.