public class LedgerText extends VdmEntity<LedgerText>
Modifier and Type | Class and Description |
---|---|
static class |
LedgerText.LedgerTextBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<LedgerText> |
ALL_FIELDS
Selector for all available fields of LedgerText.
|
static LedgerTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static LedgerTextField<String> |
LEDGER
Use with available fluent helpers to apply the Ledger field to query operations.
|
static LedgerTextField<String> |
LEDGER_NAME
Use with available fluent helpers to apply the LedgerName field to query operations.
|
Constructor and Description |
---|
LedgerText() |
LedgerText(String ledger,
String language,
String ledgerName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static LedgerText.LedgerTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> LedgerTextField<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 |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getLedger()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getLedgerName()
Constraints: Not nullable, Maximum length: 30
|
Class<LedgerText> |
getType() |
int |
hashCode() |
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
|
void |
setLedger(String ledger)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setLedgerName(String ledgerName)
Constraints: Not nullable, Maximum length: 30
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<LedgerText> ALL_FIELDS
public static final LedgerTextField<String> LEDGER
public static final LedgerTextField<String> LANGUAGE
public static final LedgerTextField<String> LEDGER_NAME
@Generated(value="lombok") public LedgerText()
@ConstructorProperties(value={"ledger","language","ledgerName","erpConfigContext"}) @Generated(value="lombok") public LedgerText(@Nullable String ledger, @Nullable String language, @Nullable String ledgerName, @Nullable ErpConfigContext erpConfigContext)
public Class<LedgerText> getType()
getType
in class VdmObject<LedgerText>
public static <T> LedgerTextField<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 LedgerText.LedgerTextBuilder builder()
@Nullable @Generated(value="lombok") public String getLedger()
@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 getLedgerName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setLedger(@Nullable String ledger)
ledger
- @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 setLedgerName(@Nullable String ledgerName)
ledgerName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<LedgerText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<LedgerText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<LedgerText>
Copyright © 2017 SAP SE. All rights reserved.