Class RptvMfgConfMatlDocHndlgUnit
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: RptvMfgConfMatlDocHndlgUnit_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of RptvMfgConfMatlDocHndlgUnit instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<RptvMfgConfMatlDocHndlgUnit>Selector for all available fields of RptvMfgConfMatlDocHndlgUnit.static final SimpleProperty.String<RptvMfgConfMatlDocHndlgUnit>static final SimpleProperty.String<RptvMfgConfMatlDocHndlgUnit>static final SimpleProperty.String<RptvMfgConfMatlDocHndlgUnit>static final SimpleProperty.String<RptvMfgConfMatlDocHndlgUnit>static final SimpleProperty.String<RptvMfgConfMatlDocHndlgUnit>static final SimpleProperty.String<RptvMfgConfMatlDocHndlgUnit>Use with available request builders to apply the _RepetitiveMfgConfirmation navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionRptvMfgConfMatlDocHndlgUnit(String repetitiveMfgConfirmation, String materialDocument, String materialDocumentYear, String materialDocumentItem, String handlingUnitExternalID, String handlingUnitItem, RepetitiveMfgConfirmation to_RepetitiveMfgConfirmation) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 6protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10io.vavr.control.Option<RepetitiveMfgConfirmation>Retrieval of associated RepetitiveMfgConfirmation entity (one to one).getType()inthashCode()voidsetHandlingUnitExternalID(String handlingUnitExternalID) (Key Field) Constraints: Not nullable, Maximum length: 20voidsetHandlingUnitItem(String handlingUnitItem) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetMaterialDocument(String materialDocument) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetMaterialDocumentItem(String materialDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetMaterialDocumentYear(String materialDocumentYear) (Key Field) Constraints: Not nullable, Maximum length: 4voidOverwrites the associated RepetitiveMfgConfirmation entity for the loaded navigation property _RepetitiveMfgConfirmation.voidsetRepetitiveMfgConfirmation(String repetitiveMfgConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of RptvMfgConfMatlDocHndlgUnit. -
REPETITIVE_MFG_CONFIRMATION
-
MATERIAL_DOCUMENT
-
MATERIAL_DOCUMENT_YEAR
-
MATERIAL_DOCUMENT_ITEM
-
HANDLING_UNIT_EXTERNAL_ID
-
HANDLING_UNIT_ITEM
-
TO__REPETITIVE_MFG_CONFIRMATION
public static final NavigationProperty.Single<RptvMfgConfMatlDocHndlgUnit,RepetitiveMfgConfirmation> TO__REPETITIVE_MFG_CONFIRMATIONUse with available request builders to apply the _RepetitiveMfgConfirmation navigation property to query operations.
-
-
Constructor Details
-
RptvMfgConfMatlDocHndlgUnit
public RptvMfgConfMatlDocHndlgUnit() -
RptvMfgConfMatlDocHndlgUnit
public RptvMfgConfMatlDocHndlgUnit(@Nullable String repetitiveMfgConfirmation, @Nullable String materialDocument, @Nullable String materialDocumentYear, @Nullable String materialDocumentItem, @Nullable String handlingUnitExternalID, @Nullable String handlingUnitItem, @Nullable RepetitiveMfgConfirmation to_RepetitiveMfgConfirmation)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<RptvMfgConfMatlDocHndlgUnit>
-
setRepetitiveMfgConfirmation
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RepetitiveMfgConfirmation
- Parameters:
repetitiveMfgConfirmation- Repetitive Manufacturing Confirmation ID
-
setMaterialDocument
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: MaterialDocument
- Parameters:
materialDocument- Number of Material Document
-
setMaterialDocumentYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaterialDocumentYear
- Parameters:
materialDocumentYear- Material Document Year
-
setMaterialDocumentItem
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaterialDocumentItem
- Parameters:
materialDocumentItem- Material Document Item
-
setHandlingUnitExternalID
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitExternalID
- Parameters:
handlingUnitExternalID- External Handling Unit Identification
-
setHandlingUnitItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HandlingUnitItem
- Parameters:
handlingUnitItem- Handling Unit Item
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<RptvMfgConfMatlDocHndlgUnit>
-
getKey
- Overrides:
getKeyin classVdmObject<RptvMfgConfMatlDocHndlgUnit>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<RptvMfgConfMatlDocHndlgUnit>
-
fromMap
- Overrides:
fromMapin classVdmObject<RptvMfgConfMatlDocHndlgUnit>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<RptvMfgConfMatlDocHndlgUnit>
-
getRepetitiveMfgConfirmationIfPresent
@Nonnull public io.vavr.control.Option<RepetitiveMfgConfirmation> getRepetitiveMfgConfirmationIfPresent()Retrieval of associated RepetitiveMfgConfirmation entity (one to one). This corresponds to the OData navigation property _RepetitiveMfgConfirmation.If the navigation property for an entity RptvMfgConfMatlDocHndlgUnit has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _RepetitiveMfgConfirmation is already loaded, the
result will contain the RepetitiveMfgConfirmation entity. If not, an
Optionwith result stateemptyis returned.
-
setRepetitiveMfgConfirmation
Overwrites the associated RepetitiveMfgConfirmation entity for the loaded navigation property _RepetitiveMfgConfirmation.- Parameters:
value- New RepetitiveMfgConfirmation entity.
-
builder
-
getRepetitiveMfgConfirmation
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RepetitiveMfgConfirmation
- Returns:
- Repetitive Manufacturing Confirmation ID
-
getMaterialDocument
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: MaterialDocument
- Returns:
- Number of Material Document
-
getMaterialDocumentYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaterialDocumentYear
- Returns:
- Material Document Year
-
getMaterialDocumentItem
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaterialDocumentItem
- Returns:
- Material Document Item
-
getHandlingUnitExternalID
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HandlingUnitExternalID
- Returns:
- External Handling Unit Identification
-
getHandlingUnitItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HandlingUnitItem
- Returns:
- Handling Unit Item
-
toString
- Overrides:
toStringin classVdmObject<RptvMfgConfMatlDocHndlgUnit>
-
equals
- Overrides:
equalsin classVdmEntity<RptvMfgConfMatlDocHndlgUnit>
-
canEqual
- Overrides:
canEqualin classVdmEntity<RptvMfgConfMatlDocHndlgUnit>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<RptvMfgConfMatlDocHndlgUnit>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<RptvMfgConfMatlDocHndlgUnit>
-