public class DefectClassText extends VdmEntity<DefectClassText>
Modifier and Type | Class and Description |
---|---|
static class |
DefectClassText.DefectClassTextBuilder |
Modifier and Type | Field and Description |
---|---|
static DefectClassTextSelectable |
ALL_FIELDS
Selector for all available fields of DefectClassText.
|
static DefectClassTextField<String> |
DEFECT_CLASS
Use with available fluent helpers to apply the DefectClass field to query operations.
|
static DefectClassTextField<String> |
DEFECT_CLASS_TEXT
Use with available fluent helpers to apply the DefectClassText field to query operations.
|
static DefectClassTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
DefectClassText() |
DefectClassText(String defectClass,
String language,
String defectClassText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DefectClassText.DefectClassTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> DefectClassTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getDefectClass()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getDefectClassText()
Constraints: Not nullable, Maximum length: 40
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Class<DefectClassText> |
getType() |
int |
hashCode() |
void |
setDefectClass(String defectClass)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setDefectClassText(String defectClassText)
Constraints: Not nullable, Maximum length: 40
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
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 DefectClassTextSelectable ALL_FIELDS
public static final DefectClassTextField<String> DEFECT_CLASS
public static final DefectClassTextField<String> LANGUAGE
public static final DefectClassTextField<String> DEFECT_CLASS_TEXT
public Class<DefectClassText> getType()
getType
in class VdmObject<DefectClassText>
public static <T> DefectClassTextField<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.public static DefectClassText.DefectClassTextBuilder builder()
@Nullable public String getDefectClass()
@Nullable public String getLanguage()
@Nullable public String getDefectClassText()
@Nullable public ErpConfigContext getErpConfigContext()
public void setDefectClass(@Nullable String defectClass)
defectClass
- public void setLanguage(@Nullable String language)
language
- public void setDefectClassText(@Nullable String defectClassText)
defectClassText
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<DefectClassText>
public boolean equals(Object o)
equals
in class VdmObject<DefectClassText>
public int hashCode()
hashCode
in class VdmObject<DefectClassText>
Copyright © 2018 SAP SE. All rights reserved.