Class InspLotMatlDocItmSrlNmbr
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<InspLotMatlDocItmSrlNmbr>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.InspLotMatlDocItmSrlNmbr
Serial Numbers for Stock Posting
Original entity name from the Odata EDM: A_InspLotMatlDocItmSrlNmbrType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InspLotMatlDocItmSrlNmbrSelectableSelector for all available fields of InspLotMatlDocItmSrlNmbr.static final InspLotMatlDocItmSrlNmbrField<String>Use with available fluent helpers to apply the Equipment field to query operations.static final InspLotMatlDocItmSrlNmbrField<String>Use with available fluent helpers to apply the InspLotMatlDocItem field to query operations.static final InspLotMatlDocItmSrlNmbrField<String>Use with available fluent helpers to apply the InspLotMatlDocItemType field to query operations.static final InspLotMatlDocItmSrlNmbrField<String>Use with available fluent helpers to apply the InspectionLot field to query operations.static final InspLotMatlDocItmSrlNmbrField<String>Use with available fluent helpers to apply the SerialNumber field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
InspLotMatlDocItmSrlNmbrField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> InspLotMatlDocItmSrlNmbrField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 18(Key Field) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 1getKey()Constraints: Not nullable, Maximum length: 18getType()inthashCode()voidsetEquipment(String equipment) (Key Field) Constraints: Not nullable, Maximum length: 18voidsetInspectionLot(String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetInspLotMatlDocItem(String inspLotMatlDocItem) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetInspLotMatlDocItemType(String inspLotMatlDocItemType) Constraints: Not nullable, Maximum length: 1voidsetSerialNumber(String serialNumber) Constraints: Not nullable, Maximum length: 18protected 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 InspLotMatlDocItmSrlNmbr. -
INSPECTION_LOT
Use with available fluent helpers to apply the InspectionLot field to query operations. -
INSP_LOT_MATL_DOC_ITEM
Use with available fluent helpers to apply the InspLotMatlDocItem field to query operations. -
EQUIPMENT
Use with available fluent helpers to apply the Equipment field to query operations. -
SERIAL_NUMBER
Use with available fluent helpers to apply the SerialNumber field to query operations. -
INSP_LOT_MATL_DOC_ITEM_TYPE
Use with available fluent helpers to apply the InspLotMatlDocItemType field to query operations.
-
-
Constructor Details
-
InspLotMatlDocItmSrlNmbr
public InspLotMatlDocItmSrlNmbr() -
InspLotMatlDocItmSrlNmbr
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<InspLotMatlDocItmSrlNmbr>
-
setInspectionLot
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: InspectionLot
- Parameters:
inspectionLot- Inspection Lot Number
-
setInspLotMatlDocItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InspLotMatlDocItem
- Parameters:
inspLotMatlDocItem- Internal Counter for DB Objects
-
setEquipment
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Equipment
- Parameters:
equipment- Equipment Number
-
setSerialNumber
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SerialNumber
- Parameters:
serialNumber- Serial Number
-
setInspLotMatlDocItemType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotMatlDocItemType
- Parameters:
inspLotMatlDocItemType- Type of Reference Between Inspection Lot and Material Doc.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<InspLotMatlDocItmSrlNmbr>
-
getKey
- Overrides:
getKeyin classVdmObject<InspLotMatlDocItmSrlNmbr>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<InspLotMatlDocItmSrlNmbr>
-
fromMap
- Overrides:
fromMapin classVdmObject<InspLotMatlDocItmSrlNmbr>
-
field
@Nonnull public static <T> InspLotMatlDocItmSrlNmbrField<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> InspLotMatlDocItmSrlNmbrField<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<InspLotMatlDocItmSrlNmbr>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<InspLotMatlDocItmSrlNmbr>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<InspLotMatlDocItmSrlNmbr>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<InspLotMatlDocItmSrlNmbr>
-
builder
-
getInspectionLot
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: InspectionLot
- Returns:
- Inspection Lot Number
-
getInspLotMatlDocItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InspLotMatlDocItem
- Returns:
- Internal Counter for DB Objects
-
getEquipment
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Equipment
- Returns:
- Equipment Number
-
getSerialNumber
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SerialNumber
- Returns:
- Serial Number
-
getInspLotMatlDocItemType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotMatlDocItemType
- Returns:
- Type of Reference Between Inspection Lot and Material Doc.
-
toString
- Overrides:
toStringin classVdmObject<InspLotMatlDocItmSrlNmbr>
-
equals
- Overrides:
equalsin classVdmEntity<InspLotMatlDocItmSrlNmbr>
-
canEqual
- Overrides:
canEqualin classVdmEntity<InspLotMatlDocItmSrlNmbr>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<InspLotMatlDocItmSrlNmbr>
-