Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.soldtopartyassignmentofsalesschedulingagreement
Class DelivSchedSoldToPartyDetn
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<DelivSchedSoldToPartyDetn>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.soldtopartyassignmentofsalesschedulingagreement.DelivSchedSoldToPartyDetn
Sold-to Party Assignment
Original entity name from the Odata EDM: A_DelivSchedSoldToPartyDetnType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DelivSchedSoldToPartyDetnSelectableSelector for all available fields of DelivSchedSoldToPartyDetn.static final DelivSchedSoldToPartyDetnField<String>Use with available fluent helpers to apply the PartnerDescription field to query operations.static final DelivSchedSoldToPartyDetnField<String>Use with available fluent helpers to apply the SoldToParty field to query operations.static final DelivSchedSoldToPartyDetnField<String>Use with available fluent helpers to apply the Supplier field to query operations.static final DelivSchedSoldToPartyDetnField<String>Use with available fluent helpers to apply the UnloadingPointName field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionDelivSchedSoldToPartyDetn(String supplier, String partnerDescription, String unloadingPointName, String soldToParty) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
DelivSchedSoldToPartyDetnField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> DelivSchedSoldToPartyDetnField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 17getType()(Key Field) Constraints: Not nullable, Maximum length: 25inthashCode()voidsetPartnerDescription(String partnerDescription) (Key Field) Constraints: Not nullable, Maximum length: 30protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSoldToParty(String soldToParty) Constraints: Not nullable, Maximum length: 10voidsetSupplier(String supplier) (Key Field) Constraints: Not nullable, Maximum length: 17voidsetUnloadingPointName(String unloadingPointName) (Key Field) Constraints: Not nullable, Maximum length: 25toString()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 DelivSchedSoldToPartyDetn. -
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations. -
PARTNER_DESCRIPTION
Use with available fluent helpers to apply the PartnerDescription field to query operations. -
UNLOADING_POINT_NAME
Use with available fluent helpers to apply the UnloadingPointName field to query operations. -
SOLD_TO_PARTY
Use with available fluent helpers to apply the SoldToParty field to query operations.
-
-
Constructor Details
-
DelivSchedSoldToPartyDetn
public DelivSchedSoldToPartyDetn() -
DelivSchedSoldToPartyDetn
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<DelivSchedSoldToPartyDetn>
-
setSupplier
(Key Field) Constraints: Not nullable, Maximum length: 17Original property name from the Odata EDM: Supplier
- Parameters:
supplier- Supplier Number at Customer Location
-
setPartnerDescription
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PartnerDescription
- Parameters:
partnerDescription- Cust.-Specif. Descr. of Business Partner (Plant, Stor. Loc.)
-
setUnloadingPointName
(Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: UnloadingPointName
- Parameters:
unloadingPointName- Unloading Point
-
setSoldToParty
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SoldToParty
- Parameters:
soldToParty- Sold-to Party
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<DelivSchedSoldToPartyDetn>
-
getKey
- Overrides:
getKeyin classVdmObject<DelivSchedSoldToPartyDetn>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<DelivSchedSoldToPartyDetn>
-
fromMap
- Overrides:
fromMapin classVdmObject<DelivSchedSoldToPartyDetn>
-
field
@Nonnull public static <T> DelivSchedSoldToPartyDetnField<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> DelivSchedSoldToPartyDetnField<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<DelivSchedSoldToPartyDetn>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<DelivSchedSoldToPartyDetn>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<DelivSchedSoldToPartyDetn>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<DelivSchedSoldToPartyDetn>
-
builder
-
getSupplier
(Key Field) Constraints: Not nullable, Maximum length: 17Original property name from the Odata EDM: Supplier
- Returns:
- Supplier Number at Customer Location
-
getPartnerDescription
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PartnerDescription
- Returns:
- Cust.-Specif. Descr. of Business Partner (Plant, Stor. Loc.)
-
getUnloadingPointName
(Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: UnloadingPointName
- Returns:
- Unloading Point
-
getSoldToParty
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SoldToParty
- Returns:
- Sold-to Party
-
toString
- Overrides:
toStringin classVdmObject<DelivSchedSoldToPartyDetn>
-
equals
- Overrides:
equalsin classVdmEntity<DelivSchedSoldToPartyDetn>
-
canEqual
- Overrides:
canEqualin classVdmEntity<DelivSchedSoldToPartyDetn>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<DelivSchedSoldToPartyDetn>
-