public class ControllingDebitCreditCodeT extends VdmEntity<ControllingDebitCreditCodeT>
Original entity name from the Odata EDM: A_ControllingDebitCreditCodeTType
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.
|
changedOriginalFields
Constructor and Description |
---|
ControllingDebitCreditCodeT() |
ControllingDebitCreditCodeT(String controllingDebitCreditCode,
String language,
String controllingDebitCreditCodeName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ControllingDebitCreditCodeT.ControllingDebitCreditCodeTBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getControllingDebitCreditCode()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
String |
getControllingDebitCreditCodeName()
Constraints: Not nullable, Maximum length: 60
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
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
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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 void setControllingDebitCreditCode(@Nullable String controllingDebitCreditCode)
Original property name from the Odata EDM: ControllingDebitCreditCode
controllingDebitCreditCode
- public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- The language key indicatespublic void setControllingDebitCreditCodeName(@Nullable String controllingDebitCreditCodeName)
Original property name from the Odata EDM: ControllingDebitCreditCodeName
See Task-Oriented Instructions Reference Documentation for Semantic Properties of Domains
controllingDebitCreditCodeName
- This text appears when fixed values are displayed in the F4 help. It explains the possible input values.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ControllingDebitCreditCodeT>
protected Map<String,Object> getKey()
getKey
in class VdmObject<ControllingDebitCreditCodeT>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ControllingDebitCreditCodeT>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ControllingDebitCreditCodeT>
@Nonnull public static <T> ControllingDebitCreditCodeTField<T> field(@Nonnull String fieldName, @Nonnull 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.@Nonnull public static <T,DomainT> ControllingDebitCreditCodeTField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static ControllingDebitCreditCodeT.ControllingDebitCreditCodeTBuilder builder()
@Nullable public String getControllingDebitCreditCode()
Original property name from the Odata EDM: ControllingDebitCreditCode
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
- 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()
Original property name from the Odata EDM: ControllingDebitCreditCodeName
See Task-Oriented Instructions Reference Documentation for Semantic Properties of Domains
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<ControllingDebitCreditCodeT>
erpConfigContext
- public String toString()
toString
in class VdmObject<ControllingDebitCreditCodeT>
public boolean equals(Object o)
equals
in class VdmObject<ControllingDebitCreditCodeT>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ControllingDebitCreditCodeT>
public int hashCode()
hashCode
in class VdmObject<ControllingDebitCreditCodeT>
Copyright © 2018 SAP SE. All rights reserved.