public class GLAccountText extends VdmEntity<GLAccountText>
Modifier and Type | Class and Description |
---|---|
static class |
GLAccountText.GLAccountTextBuilder |
Modifier and Type | Field and Description |
---|---|
static GLAccountTextSelectable |
ALL_FIELDS
Selector for all available fields of GLAccountText.
|
static GLAccountTextField<String> |
CHART_OF_ACCOUNTS
Use with available fluent helpers to apply the ChartOfAccounts field to query operations.
|
static GLAccountTextField<String> |
GL_ACCOUNT
Use with available fluent helpers to apply the GLAccount field to query operations.
|
static GLAccountTextField<String> |
GL_ACCOUNT_LONG_NAME
Use with available fluent helpers to apply the GLAccountLongName field to query operations.
|
static GLAccountTextField<String> |
GL_ACCOUNT_NAME
Use with available fluent helpers to apply the GLAccountName field to query operations.
|
static GLAccountTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static GLAccountTextField<Calendar> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
Constructor and Description |
---|
GLAccountText() |
GLAccountText(String chartOfAccounts,
String gLAccount,
String language,
String gLAccountName,
String gLAccountLongName,
Calendar lastChangeDateTime,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static GLAccountText.GLAccountTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> GLAccountTextField<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
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getGLAccount()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getGLAccountLongName()
Constraints: Not nullable, Maximum length: 50
|
String |
getGLAccountName()
Constraints: Not nullable, Maximum length: 20
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Calendar |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 0
|
Class<GLAccountText> |
getType() |
int |
hashCode() |
void |
setChartOfAccounts(String chartOfAccounts)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
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, Maximum length: 10
|
void |
setGLAccountLongName(String gLAccountLongName)
Constraints: Not nullable, Maximum length: 50
|
void |
setGLAccountName(String gLAccountName)
Constraints: Not nullable, Maximum length: 20
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setLastChangeDateTime(Calendar lastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final GLAccountTextSelectable ALL_FIELDS
public static final GLAccountTextField<String> CHART_OF_ACCOUNTS
public static final GLAccountTextField<String> GL_ACCOUNT
public static final GLAccountTextField<String> LANGUAGE
public static final GLAccountTextField<String> GL_ACCOUNT_NAME
public static final GLAccountTextField<String> GL_ACCOUNT_LONG_NAME
public static final GLAccountTextField<Calendar> LAST_CHANGE_DATE_TIME
@Generated(value="lombok") public GLAccountText()
@ConstructorProperties(value={"chartOfAccounts","gLAccount","language","gLAccountName","gLAccountLongName","lastChangeDateTime","erpConfigContext"}) @Generated(value="lombok") public GLAccountText(@Nullable String chartOfAccounts, @Nullable String gLAccount, @Nullable String language, @Nullable String gLAccountName, @Nullable String gLAccountLongName, @Nullable Calendar lastChangeDateTime, @Nullable ErpConfigContext erpConfigContext)
public Class<GLAccountText> getType()
getType
in class VdmObject<GLAccountText>
public static <T> GLAccountTextField<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 GLAccountText.GLAccountTextBuilder builder()
@Nullable @Generated(value="lombok") public String getChartOfAccounts()
@Nullable @Generated(value="lombok") public String getGLAccount()
@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 getGLAccountName()
@Nullable @Generated(value="lombok") public String getGLAccountLongName()
@Nullable @Generated(value="lombok") public Calendar getLastChangeDateTime()
To normalize local times in a UTC time stamp and make them comparable, they must be converted using their time zone and the ABAP command convert.
Although the time zone for the conversion can be fetched from customizing or master data, you should save it redundantly.
The internal structure of the UTC time stamp is logically divided into a date and time part in packed number format
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setChartOfAccounts(@Nullable String chartOfAccounts)
chartOfAccounts
- @Generated(value="lombok") public void setGLAccount(@Nullable String gLAccount)
gLAccount
- @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 setGLAccountName(@Nullable String gLAccountName)
gLAccountName
- @Generated(value="lombok") public void setGLAccountLongName(@Nullable String gLAccountLongName)
gLAccountLongName
- @Generated(value="lombok") public void setLastChangeDateTime(@Nullable Calendar lastChangeDateTime)
To normalize local times in a UTC time stamp and make them comparable, they must be converted using their time zone and the ABAP command convert.
Although the time zone for the conversion can be fetched from customizing or master data, you should save it redundantly.
The internal structure of the UTC time stamp is logically divided into a date and time part in packed number format
lastChangeDateTime
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<GLAccountText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<GLAccountText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<GLAccountText>
Copyright © 2018 SAP SE. All rights reserved.