Class ProductionSupplyAreaText
Original entity name from the Odata EDM: A_ProductionSupplyAreaTextType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProductionSupplyAreaTextSelectableSelector for all available fields of ProductionSupplyAreaText.static final ProductionSupplyAreaTextField<Boolean>Use with available fluent helpers to apply the Delete_mc field to query operations.static final ProductionSupplyAreaTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final ProductionSupplyAreaTextField<ZonedDateTime>Use with available fluent helpers to apply the LastChangeDateTime field to query operations.static final ProductionSupplyAreaTextField<String>Use with available fluent helpers to apply the Plant field to query operations.static final ProductionSupplyAreaTextField<String>Use with available fluent helpers to apply the ProductionSupplyArea field to query operations.static final ProductionSupplyAreaTextField<String>Use with available fluent helpers to apply the ProductionSupplyAreaName field to query operations.static final ProductionSupplyAreaTextField<Boolean>Use with available fluent helpers to apply the Update_mc field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionProductionSupplyAreaText(Boolean delete_mc, Boolean update_mc, String productionSupplyArea, String plant, String language, String productionSupplyAreaName, ZonedDateTime lastChangeDateTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ProductionSupplyAreaTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductionSupplyAreaTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected StringConstraints: noneprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Precision: 7getPlant()(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 40getType()Constraints: noneinthashCode()voidsetDelete_mc(Boolean delete_mc) Constraints: nonevoidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetLastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetProductionSupplyArea(String productionSupplyArea) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetProductionSupplyAreaName(String productionSupplyAreaName) Constraints: Not nullable, Maximum length: 40protected voidsetServicePathForFetch(String servicePathForFetch) voidsetUpdate_mc(Boolean update_mc) Constraints: nonetoString()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 ProductionSupplyAreaText. -
DELETE_MC
Use with available fluent helpers to apply the Delete_mc field to query operations. -
UPDATE_MC
Use with available fluent helpers to apply the Update_mc field to query operations. -
PRODUCTION_SUPPLY_AREA
Use with available fluent helpers to apply the ProductionSupplyArea field to query operations. -
PLANT
Use with available fluent helpers to apply the Plant field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
PRODUCTION_SUPPLY_AREA_NAME
Use with available fluent helpers to apply the ProductionSupplyAreaName field to query operations. -
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
-
-
Constructor Details
-
ProductionSupplyAreaText
public ProductionSupplyAreaText() -
ProductionSupplyAreaText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProductionSupplyAreaText>
-
setDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Parameters:
delete_mc- Dyn. Method Control
-
setUpdate_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Parameters:
update_mc- Dyn. Method Control
-
setProductionSupplyArea
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProductionSupplyArea
- Parameters:
productionSupplyArea- Production Supply Area
-
setPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
plant- Plant
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setProductionSupplyAreaName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProductionSupplyAreaName
- Parameters:
productionSupplyAreaName- Production Supply Area Name
-
setLastChangeDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Parameters:
lastChangeDateTime- Last Change Timestamp
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProductionSupplyAreaText>
-
getKey
- Overrides:
getKeyin classVdmObject<ProductionSupplyAreaText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProductionSupplyAreaText>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProductionSupplyAreaText>
-
field
@Nonnull public static <T> ProductionSupplyAreaTextField<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> ProductionSupplyAreaTextField<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<ProductionSupplyAreaText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProductionSupplyAreaText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProductionSupplyAreaText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProductionSupplyAreaText>
-
builder
-
getDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
- Dyn. Method Control
-
getUpdate_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
- Dyn. Method Control
-
getProductionSupplyArea
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProductionSupplyArea
- Returns:
- Production Supply Area
-
getPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
- Plant
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getProductionSupplyAreaName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProductionSupplyAreaName
- Returns:
- Production Supply Area Name
-
getLastChangeDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
- Last Change Timestamp
-
toString
- Overrides:
toStringin classVdmObject<ProductionSupplyAreaText>
-
equals
- Overrides:
equalsin classVdmEntity<ProductionSupplyAreaText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProductionSupplyAreaText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProductionSupplyAreaText>
-