public class ControllingDebitCreditCodeT extends VdmEntity<ControllingDebitCreditCodeT>
Modifier and Type | Class and Description |
---|---|
static class |
ControllingDebitCreditCodeT.ControllingDebitCreditCodeTBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<ControllingDebitCreditCodeT> |
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
|
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
|
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
|
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<ControllingDebitCreditCodeT> 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
@Generated(value="lombok") public ControllingDebitCreditCodeT()
@ConstructorProperties(value={"controllingDebitCreditCode","language","controllingDebitCreditCodeName","erpConfigContext"}) @Generated(value="lombok") public ControllingDebitCreditCodeT(@Nullable String controllingDebitCreditCode, @Nullable String language, @Nullable String controllingDebitCreditCodeName, @Nullable ErpConfigContext erpConfigContext)
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.@Generated(value="lombok") public static ControllingDebitCreditCodeT.ControllingDebitCreditCodeTBuilder builder()
@Nullable @Generated(value="lombok") public String getControllingDebitCreditCode()
@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 getControllingDebitCreditCodeName()
See Task-Oriented Instructions Reference Documentation for Semantic Properties of Domains
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setControllingDebitCreditCode(@Nullable String controllingDebitCreditCode)
controllingDebitCreditCode
- @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 setControllingDebitCreditCodeName(@Nullable String controllingDebitCreditCodeName)
See Task-Oriented Instructions Reference Documentation for Semantic Properties of Domains
controllingDebitCreditCodeName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ControllingDebitCreditCodeT>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ControllingDebitCreditCodeT>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ControllingDebitCreditCodeT>
Copyright © 2017 SAP SE. All rights reserved.