public class DefectCodeGroupText extends VdmEntity<DefectCodeGroupText>
Modifier and Type | Class and Description |
---|---|
static class |
DefectCodeGroupText.DefectCodeGroupTextBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<DefectCodeGroupText> |
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.
|
Constructor and Description |
---|
DefectCodeGroupText() |
DefectCodeGroupText(String defectCodeGroup,
String language,
String defectCodeGroupText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DefectCodeGroupText.DefectCodeGroupTextBuilder |
builder() |
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.
|
String |
getDefectCodeGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getDefectCodeGroupText()
Constraints: Not nullable, Maximum length: 40
|
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<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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<DefectCodeGroupText> 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
@Generated(value="lombok") public DefectCodeGroupText()
@ConstructorProperties(value={"defectCodeGroup","language","defectCodeGroupText","erpConfigContext"}) @Generated(value="lombok") public DefectCodeGroupText(@Nullable String defectCodeGroup, @Nullable String language, @Nullable String defectCodeGroupText, @Nullable ErpConfigContext erpConfigContext)
public Class<DefectCodeGroupText> getType()
getType
in class VdmObject<DefectCodeGroupText>
public static <T> DefectCodeGroupTextField<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 DefectCodeGroupText.DefectCodeGroupTextBuilder builder()
@Nullable @Generated(value="lombok") public String getDefectCodeGroup()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public String getDefectCodeGroupText()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setDefectCodeGroup(@Nullable String defectCodeGroup)
defectCodeGroup
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setDefectCodeGroupText(@Nullable String defectCodeGroupText)
defectCodeGroupText
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<DefectCodeGroupText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<DefectCodeGroupText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<DefectCodeGroupText>
Copyright © 2017 SAP SE. All rights reserved.