public class ControllingDebitCreditCodeT extends VdmEntity<ControllingDebitCreditCodeT>
Modifier and Type | Class and Description |
---|---|
static class |
ControllingDebitCreditCodeT.ControllingDebitCreditCodeTBuilder |
Modifier and Type | Field and Description |
---|---|
static ControllingDebitCreditCodeTSelectable |
ALL_FIELDS
Selector for all available fields of ControllingDebitCreditCodeT.
|
static ControllingDebitCreditCodeTField<String> |
CONTROLLING_DEBIT_CREDIT_CODE
Use with available fluent helpers to apply the ControllingDebitCreditCode field to query operations.
|
static ControllingDebitCreditCodeTField<String> |
CONTROLLING_DEBIT_CREDIT_CODE_NAME
Use with available fluent helpers to apply the ControllingDebitCreditCodeName field to query operations.
|
static ControllingDebitCreditCodeTField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
ControllingDebitCreditCodeT() |
ControllingDebitCreditCodeT(String controllingDebitCreditCode,
String language,
String controllingDebitCreditCodeName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ControllingDebitCreditCodeT.ControllingDebitCreditCodeTBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ControllingDebitCreditCodeTField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getControllingDebitCreditCode()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
String |
getControllingDebitCreditCodeName()
Constraints: Not nullable, Maximum length: 60 See
Task-Oriented Instructions
Reference Documentation for Semantic Properties of Domains
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,
- the language in which you enter texts,
- the language in which the system prints texts.
|
Class<ControllingDebitCreditCodeT> |
getType() |
int |
hashCode() |
void |
setControllingDebitCreditCode(String controllingDebitCreditCode)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
void |
setControllingDebitCreditCodeName(String controllingDebitCreditCodeName)
Constraints: Not nullable, Maximum length: 60 See
Task-Oriented Instructions
Reference Documentation for Semantic Properties of Domains
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,
- the language in which you enter texts,
- the language in which the system prints texts.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ControllingDebitCreditCodeTSelectable ALL_FIELDS
public static final ControllingDebitCreditCodeTField<String> CONTROLLING_DEBIT_CREDIT_CODE
public static final ControllingDebitCreditCodeTField<String> LANGUAGE
public static final ControllingDebitCreditCodeTField<String> CONTROLLING_DEBIT_CREDIT_CODE_NAME
public Class<ControllingDebitCreditCodeT> getType()
getType
in class VdmObject<ControllingDebitCreditCodeT>
public static <T> ControllingDebitCreditCodeTField<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 ControllingDebitCreditCodeT.ControllingDebitCreditCodeTBuilder builder()
@Nullable public String getControllingDebitCreditCode()
@Nullable 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 public String getControllingDebitCreditCodeName()
See Task-Oriented Instructions Reference Documentation for Semantic Properties of Domains
@Nullable public ErpConfigContext getErpConfigContext()
public void setControllingDebitCreditCode(@Nullable String controllingDebitCreditCode)
controllingDebitCreditCode
- 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
- public void setControllingDebitCreditCodeName(@Nullable String controllingDebitCreditCodeName)
See Task-Oriented Instructions Reference Documentation for Semantic Properties of Domains
controllingDebitCreditCodeName
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ControllingDebitCreditCodeT>
public boolean equals(Object o)
equals
in class VdmObject<ControllingDebitCreditCodeT>
public int hashCode()
hashCode
in class VdmObject<ControllingDebitCreditCodeT>
Copyright © 2018 SAP SE. All rights reserved.