Class SupplierListMaterialGroup
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: SupplierListMaterialGroup_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SupplierListMaterialGroup instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<SupplierListMaterialGroup>Selector for all available fields of SupplierListMaterialGroup.static final SimpleProperty.Boolean<SupplierListMaterialGroup>static final SimpleProperty.String<SupplierListMaterialGroup>static final SimpleProperty.String<SupplierListMaterialGroup>static final SimpleProperty.Guid<SupplierListMaterialGroup>static final SimpleProperty.Guid<SupplierListMaterialGroup>static final NavigationProperty.Single<SupplierListMaterialGroup,SupplierList> Use with available request builders to apply the _SupplierListTP 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
ConstructorsConstructorDescriptionSupplierListMaterialGroup(UUID materialGroupUUID, String materialGroup, String materialGroupName, UUID supplierListUUID, Boolean isDeleted, SupplierList to_SupplierListTP) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected StringConstraints: Not nullableprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 9Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullableio.vavr.control.Option<SupplierList>Retrieval of associated SupplierList entity (one to one).Constraints: Not nullablegetType()inthashCode()voidsetIsDeleted(Boolean isDeleted) Constraints: Not nullablevoidsetMaterialGroup(String materialGroup) Constraints: Not nullable, Maximum length: 9voidsetMaterialGroupName(String materialGroupName) Constraints: Not nullable, Maximum length: 20voidsetMaterialGroupUUID(UUID materialGroupUUID) (Key Field) Constraints: Not nullablevoidsetSupplierListTP(SupplierList value) Overwrites the associated SupplierList entity for the loaded navigation property _SupplierListTP.voidsetSupplierListUUID(UUID supplierListUUID) 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 SupplierListMaterialGroup. -
MATERIAL_GROUP_UUID
-
MATERIAL_GROUP
-
MATERIAL_GROUP_NAME
-
SUPPLIER_LIST_UUID
-
IS_DELETED
-
TO__SUPPLIER_LIST_TP
public static final NavigationProperty.Single<SupplierListMaterialGroup,SupplierList> TO__SUPPLIER_LIST_TPUse with available request builders to apply the _SupplierListTP navigation property to query operations.
-
-
Constructor Details
-
SupplierListMaterialGroup
public SupplierListMaterialGroup() -
SupplierListMaterialGroup
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SupplierListMaterialGroup>
-
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
-
setMaterialGroupName
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MaterialGroupName
- Parameters:
materialGroupName- Product Group Description
-
setSupplierListUUID
Constraints: Not nullableOriginal property name from the Odata EDM: SupplierListUUID
- Parameters:
supplierListUUID- Supplier List UUID
-
setIsDeleted
Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Parameters:
isDeleted- “Is Deleted” Indicator
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SupplierListMaterialGroup>
-
getKey
- Overrides:
getKeyin classVdmObject<SupplierListMaterialGroup>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SupplierListMaterialGroup>
-
fromMap
- Overrides:
fromMapin classVdmObject<SupplierListMaterialGroup>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SupplierListMaterialGroup>
-
getSupplierListTPIfPresent
Retrieval of associated SupplierList entity (one to one). This corresponds to the OData navigation property _SupplierListTP.If the navigation property for an entity SupplierListMaterialGroup 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 _SupplierListTP is already loaded, the result will
contain the SupplierList entity. If not, an
Optionwith result stateemptyis returned.
-
setSupplierListTP
Overwrites the associated SupplierList entity for the loaded navigation property _SupplierListTP.- Parameters:
value- New SupplierList 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
-
getMaterialGroupName
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MaterialGroupName
- Returns:
- Product Group Description
-
getSupplierListUUID
Constraints: Not nullableOriginal property name from the Odata EDM: SupplierListUUID
- Returns:
- Supplier List UUID
-
getIsDeleted
Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Returns:
- “Is Deleted” Indicator
-
toString
- Overrides:
toStringin classVdmObject<SupplierListMaterialGroup>
-
equals
- Overrides:
equalsin classVdmEntity<SupplierListMaterialGroup>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SupplierListMaterialGroup>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SupplierListMaterialGroup>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SupplierListMaterialGroup>
-