Class SrcgSuplrListMaterialGroup
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: SrcgSuplrListMaterialGroupType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SrcgSuplrListMaterialGroup instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<SrcgSuplrListMaterialGroup>Selector for all available fields of SrcgSuplrListMaterialGroup.static final SimpleProperty.String<SrcgSuplrListMaterialGroup>static final SimpleProperty.String<SrcgSuplrListMaterialGroup>static final SimpleProperty.Guid<SrcgSuplrListMaterialGroup>static final SimpleProperty.Guid<SrcgSuplrListMaterialGroup>Use with available request builders to apply the _SourcingSupplierListTP 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
ConstructorsConstructorDescriptionSrcgSuplrListMaterialGroup(UUID materialGroupUUID, String materialGroup, UUID sourcingSupplierListUUID, String isDeleted, SourcingSupplierList to_SourcingSupplierListTP) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected StringConstraints: Not nullable, Maximum length: 1protected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 9(Key Field) Constraints: Not nullableio.vavr.control.Option<SourcingSupplierList>Retrieval of associated SourcingSupplierList entity (one to one).Constraints: Not nullablegetType()inthashCode()voidsetIsDeleted(String isDeleted) Constraints: Not nullable, Maximum length: 1voidsetMaterialGroup(String materialGroup) Constraints: Not nullable, Maximum length: 9voidsetMaterialGroupUUID(UUID materialGroupUUID) (Key Field) Constraints: Not nullablevoidOverwrites the associated SourcingSupplierList entity for the loaded navigation property _SourcingSupplierListTP.voidsetSourcingSupplierListUUID(UUID sourcingSupplierListUUID) Constraints: Not nullabletoString()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 SrcgSuplrListMaterialGroup. -
MATERIAL_GROUP_UUID
-
MATERIAL_GROUP
-
SOURCING_SUPPLIER_LIST_UUID
-
IS_DELETED
-
TO__SOURCING_SUPPLIER_LIST_TP
public static final NavigationProperty.Single<SrcgSuplrListMaterialGroup,SourcingSupplierList> TO__SOURCING_SUPPLIER_LIST_TPUse with available request builders to apply the _SourcingSupplierListTP navigation property to query operations.
-
-
Constructor Details
-
SrcgSuplrListMaterialGroup
public SrcgSuplrListMaterialGroup() -
SrcgSuplrListMaterialGroup
public SrcgSuplrListMaterialGroup(@Nullable UUID materialGroupUUID, @Nullable String materialGroup, @Nullable UUID sourcingSupplierListUUID, @Nullable String isDeleted, @Nullable SourcingSupplierList to_SourcingSupplierListTP)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SrcgSuplrListMaterialGroup>
-
setMaterialGroupUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaterialGroupUUID
- Parameters:
materialGroupUUID- Material Group UUID
-
setMaterialGroup
Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Parameters:
materialGroup- Material Group
-
setSourcingSupplierListUUID
Constraints: Not nullableOriginal property name from the Odata EDM: SourcingSupplierListUUID
- Parameters:
sourcingSupplierListUUID- Supplier List UUID
-
setIsDeleted
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsDeleted
- Parameters:
isDeleted- Deletion Indicator in Purchasing Document
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SrcgSuplrListMaterialGroup>
-
getKey
- Overrides:
getKeyin classVdmObject<SrcgSuplrListMaterialGroup>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SrcgSuplrListMaterialGroup>
-
fromMap
- Overrides:
fromMapin classVdmObject<SrcgSuplrListMaterialGroup>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SrcgSuplrListMaterialGroup>
-
getSourcingSupplierListTPIfPresent
Retrieval of associated SourcingSupplierList entity (one to one). This corresponds to the OData navigation property _SourcingSupplierListTP.If the navigation property for an entity SrcgSuplrListMaterialGroup 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 _SourcingSupplierListTP is already loaded, the result
will contain the SourcingSupplierList entity. If not, an
Optionwith result stateemptyis returned.
-
setSourcingSupplierListTP
Overwrites the associated SourcingSupplierList entity for the loaded navigation property _SourcingSupplierListTP.- Parameters:
value- New SourcingSupplierList entity.
-
builder
-
getMaterialGroupUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaterialGroupUUID
- Returns:
- Material Group UUID
-
getMaterialGroup
Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Returns:
- Material Group
-
getSourcingSupplierListUUID
Constraints: Not nullableOriginal property name from the Odata EDM: SourcingSupplierListUUID
- Returns:
- Supplier List UUID
-
getIsDeleted
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsDeleted
- Returns:
- Deletion Indicator in Purchasing Document
-
toString
- Overrides:
toStringin classVdmObject<SrcgSuplrListMaterialGroup>
-
equals
- Overrides:
equalsin classVdmEntity<SrcgSuplrListMaterialGroup>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SrcgSuplrListMaterialGroup>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SrcgSuplrListMaterialGroup>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SrcgSuplrListMaterialGroup>
-