public class DefectCodeText extends VdmEntity<DefectCodeText>
Modifier and Type | Class and Description |
---|---|
static class |
DefectCodeText.DefectCodeTextBuilder |
Modifier and Type | Field and Description |
---|---|
static DefectCodeTextSelectable |
ALL_FIELDS
Selector for all available fields of DefectCodeText.
|
static DefectCodeTextField<String> |
DEFECT_CODE
Use with available fluent helpers to apply the DefectCode field to query operations.
|
static DefectCodeTextField<String> |
DEFECT_CODE_GROUP
Use with available fluent helpers to apply the DefectCodeGroup field to query operations.
|
static DefectCodeTextField<String> |
DEFECT_CODE_TEXT
Use with available fluent helpers to apply the DefectCodeText field to query operations.
|
static DefectCodeTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
DefectCodeText() |
DefectCodeText(String defectCodeGroup,
String defectCode,
String language,
String defectCodeText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DefectCodeText.DefectCodeTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> DefectCodeTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getDefectCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getDefectCodeGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getDefectCodeText()
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<DefectCodeText> |
getType() |
int |
hashCode() |
void |
setDefectCode(String defectCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setDefectCodeGroup(String defectCodeGroup)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setDefectCodeText(String defectCodeText)
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 DefectCodeTextSelectable ALL_FIELDS
public static final DefectCodeTextField<String> DEFECT_CODE_GROUP
public static final DefectCodeTextField<String> DEFECT_CODE
public static final DefectCodeTextField<String> LANGUAGE
public static final DefectCodeTextField<String> DEFECT_CODE_TEXT
@Generated(value="lombok") public DefectCodeText()
@ConstructorProperties(value={"defectCodeGroup","defectCode","language","defectCodeText","erpConfigContext"}) @Generated(value="lombok") public DefectCodeText(@Nullable String defectCodeGroup, @Nullable String defectCode, @Nullable String language, @Nullable String defectCodeText, @Nullable ErpConfigContext erpConfigContext)
public Class<DefectCodeText> getType()
getType
in class VdmObject<DefectCodeText>
public static <T> DefectCodeTextField<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 DefectCodeText.DefectCodeTextBuilder builder()
@Nullable @Generated(value="lombok") public String getDefectCodeGroup()
@Nullable @Generated(value="lombok") public String getDefectCode()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public String getDefectCodeText()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setDefectCodeGroup(@Nullable String defectCodeGroup)
defectCodeGroup
- @Generated(value="lombok") public void setDefectCode(@Nullable String defectCode)
defectCode
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setDefectCodeText(@Nullable String defectCodeText)
defectCodeText
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<DefectCodeText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<DefectCodeText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<DefectCodeText>
Copyright © 2018 SAP SE. All rights reserved.