public class DefectCodeGroupText extends VdmEntity<DefectCodeGroupText>
Original entity name from the Odata EDM: A_DefectCodeGroupTextType
Modifier and Type | Class and Description |
---|---|
static class |
DefectCodeGroupText.DefectCodeGroupTextBuilder |
Modifier and Type | Field and Description |
---|---|
static DefectCodeGroupTextSelectable |
ALL_FIELDS
Selector for all available fields of DefectCodeGroupText.
|
static DefectCodeGroupTextField<String> |
DEFECT_CODE_GROUP
Use with available fluent helpers to apply the DefectCodeGroup field to query operations.
|
static DefectCodeGroupTextField<String> |
DEFECT_CODE_GROUP_TEXT
Use with available fluent helpers to apply the DefectCodeGroupText field to query operations.
|
static DefectCodeGroupTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
DefectCodeGroupText() |
DefectCodeGroupText(String defectCodeGroup,
String language,
String defectCodeGroupText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DefectCodeGroupText.DefectCodeGroupTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> DefectCodeGroupTextField<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 |
getDefectCodeGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getDefectCodeGroupText()
Constraints: Not nullable, Maximum length: 40
|
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<DefectCodeGroupText> |
getType() |
int |
hashCode() |
void |
setDefectCodeGroup(String defectCodeGroup)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setDefectCodeGroupText(String defectCodeGroupText)
Constraints: Not nullable, Maximum length: 40
|
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 DefectCodeGroupTextSelectable ALL_FIELDS
public static final DefectCodeGroupTextField<String> DEFECT_CODE_GROUP
public static final DefectCodeGroupTextField<String> LANGUAGE
public static final DefectCodeGroupTextField<String> DEFECT_CODE_GROUP_TEXT
public Class<DefectCodeGroupText> getType()
getType
in class VdmObject<DefectCodeGroupText>
public void setDefectCodeGroup(@Nullable String defectCodeGroup)
Original property name from the Odata EDM: DefectCodeGroup
defectCodeGroup
- Defect Code Grouppublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setDefectCodeGroupText(@Nullable String defectCodeGroupText)
Original property name from the Odata EDM: DefectCodeGroupText
defectCodeGroupText
- Text for Defect Code Groupprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<DefectCodeGroupText>
protected Map<String,Object> getKey()
getKey
in class VdmObject<DefectCodeGroupText>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<DefectCodeGroupText>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<DefectCodeGroupText>
@Nonnull public static <T> DefectCodeGroupTextField<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> DefectCodeGroupTextField<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 DefectCodeGroupText.DefectCodeGroupTextBuilder builder()
@Nullable public String getDefectCodeGroup()
Original property name from the Odata EDM: DefectCodeGroup
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getDefectCodeGroupText()
Original property name from the Odata EDM: DefectCodeGroupText
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<DefectCodeGroupText>
erpConfigContext
- public String toString()
toString
in class VdmObject<DefectCodeGroupText>
public boolean equals(Object o)
equals
in class VdmObject<DefectCodeGroupText>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<DefectCodeGroupText>
public int hashCode()
hashCode
in class VdmObject<DefectCodeGroupText>
Copyright © 2018 SAP SE. All rights reserved.