public class DefectCategoryText extends VdmEntity<DefectCategoryText>
Modifier and Type | Class and Description |
---|---|
static class |
DefectCategoryText.DefectCategoryTextBuilder |
Modifier and Type | Field and Description |
---|---|
static DefectCategoryTextSelectable |
ALL_FIELDS
Selector for all available fields of DefectCategoryText.
|
static DefectCategoryTextField<String> |
DEFECT_CATEGORY
Use with available fluent helpers to apply the DefectCategory field to query operations.
|
static DefectCategoryTextField<String> |
DEFECT_CATEGORY_TEXT
Use with available fluent helpers to apply the DefectCategoryText field to query operations.
|
static DefectCategoryTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
DefectCategoryText() |
DefectCategoryText(String defectCategory,
String language,
String defectCategoryText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DefectCategoryText.DefectCategoryTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> DefectCategoryTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getDefectCategory()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getDefectCategoryText()
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<DefectCategoryText> |
getType() |
int |
hashCode() |
void |
setDefectCategory(String defectCategory)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setDefectCategoryText(String defectCategoryText)
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 DefectCategoryTextSelectable ALL_FIELDS
public static final DefectCategoryTextField<String> DEFECT_CATEGORY
public static final DefectCategoryTextField<String> LANGUAGE
public static final DefectCategoryTextField<String> DEFECT_CATEGORY_TEXT
@Generated(value="lombok") public DefectCategoryText()
@ConstructorProperties(value={"defectCategory","language","defectCategoryText","erpConfigContext"}) @Generated(value="lombok") public DefectCategoryText(@Nullable String defectCategory, @Nullable String language, @Nullable String defectCategoryText, @Nullable ErpConfigContext erpConfigContext)
public Class<DefectCategoryText> getType()
getType
in class VdmObject<DefectCategoryText>
public static <T> DefectCategoryTextField<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 DefectCategoryText.DefectCategoryTextBuilder builder()
@Nullable @Generated(value="lombok") public String getDefectCategory()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public String getDefectCategoryText()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setDefectCategory(@Nullable String defectCategory)
defectCategory
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setDefectCategoryText(@Nullable String defectCategoryText)
defectCategoryText
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<DefectCategoryText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<DefectCategoryText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<DefectCategoryText>
Copyright © 2018 SAP SE. All rights reserved.