Class BOMItemCategoryText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BOMItemCategoryText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.BOMItemCategoryText
Item Category Description
Original entity name from the Odata EDM: A_BOMItemCategoryTextType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BOMItemCategoryTextSelectableSelector for all available fields of BOMItemCategoryText.static final BOMItemCategoryTextField<String>Use with available fluent helpers to apply the BillOfMaterialItemCategory field to query operations.static final BOMItemCategoryTextField<String>Use with available fluent helpers to apply the BillOfMaterialItemCategoryDesc field to query operations.static final BOMItemCategoryTextField<String>Use with available fluent helpers to apply the Language field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBOMItemCategoryText(String language, String billOfMaterialItemCategory, String billOfMaterialItemCategoryDesc) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BOMItemCategoryTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BOMItemCategoryTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 30protected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidsetBillOfMaterialItemCategory(String billOfMaterialItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetBillOfMaterialItemCategoryDesc(String billOfMaterialItemCategoryDesc) Constraints: Not nullable, Maximum length: 30voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of BOMItemCategoryText. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
BILL_OF_MATERIAL_ITEM_CATEGORY
Use with available fluent helpers to apply the BillOfMaterialItemCategory field to query operations. -
BILL_OF_MATERIAL_ITEM_CATEGORY_DESC
Use with available fluent helpers to apply the BillOfMaterialItemCategoryDesc field to query operations.
-
-
Constructor Details
-
BOMItemCategoryText
public BOMItemCategoryText() -
BOMItemCategoryText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BOMItemCategoryText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setBillOfMaterialItemCategory
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BillOfMaterialItemCategory
- Parameters:
billOfMaterialItemCategory- Item category (bill of material)
-
setBillOfMaterialItemCategoryDesc
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc
- Parameters:
billOfMaterialItemCategoryDesc- Item Category Description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BOMItemCategoryText>
-
getKey
- Overrides:
getKeyin classVdmObject<BOMItemCategoryText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BOMItemCategoryText>
-
fromMap
- Overrides:
fromMapin classVdmObject<BOMItemCategoryText>
-
field
@Nonnull public static <T> BOMItemCategoryTextField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> BOMItemCategoryTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<BOMItemCategoryText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BOMItemCategoryText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BOMItemCategoryText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BOMItemCategoryText>
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getBillOfMaterialItemCategory
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BillOfMaterialItemCategory
- Returns:
- Item category (bill of material)
-
getBillOfMaterialItemCategoryDesc
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc
- Returns:
- Item Category Description
-
toString
- Overrides:
toStringin classVdmObject<BOMItemCategoryText>
-
equals
- Overrides:
equalsin classVdmEntity<BOMItemCategoryText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BOMItemCategoryText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BOMItemCategoryText>
-