public class DelivSchedSoldToPartyDetn extends VdmEntity<DelivSchedSoldToPartyDetn>
Original entity name from the Odata EDM: A_DelivSchedSoldToPartyDetnType
Modifier and Type | Class and Description |
---|---|
static class |
DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder |
Modifier and Type | Field and Description |
---|---|
static DelivSchedSoldToPartyDetnSelectable |
ALL_FIELDS
Selector for all available fields of DelivSchedSoldToPartyDetn.
|
static DelivSchedSoldToPartyDetnField<String> |
PARTNER_DESCRIPTION
Use with available fluent helpers to apply the PartnerDescription field to query operations.
|
static DelivSchedSoldToPartyDetnField<String> |
SOLD_TO_PARTY
Use with available fluent helpers to apply the SoldToParty field to query operations.
|
static DelivSchedSoldToPartyDetnField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static DelivSchedSoldToPartyDetnField<String> |
UNLOADING_POINT_NAME
Use with available fluent helpers to apply the UnloadingPointName field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
DelivSchedSoldToPartyDetn() |
DelivSchedSoldToPartyDetn(String supplier,
String partnerDescription,
String unloadingPointName,
String soldToParty) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> DelivSchedSoldToPartyDetnField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
String |
getPartnerDescription()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
getSoldToParty()
Constraints: Not nullable, Maximum length: 10
|
String |
getSupplier()
(Key Field) Constraints: Not nullable, Maximum length: 17
|
Class<DelivSchedSoldToPartyDetn> |
getType() |
String |
getUnloadingPointName()
(Key Field) Constraints: Not nullable, Maximum length: 25
|
int |
hashCode() |
void |
setPartnerDescription(String partnerDescription)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSoldToParty(String soldToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setSupplier(String supplier)
(Key Field) Constraints: Not nullable, Maximum length: 17
|
void |
setUnloadingPointName(String unloadingPointName)
(Key Field) Constraints: Not nullable, Maximum length: 25
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final DelivSchedSoldToPartyDetnSelectable ALL_FIELDS
public static final DelivSchedSoldToPartyDetnField<String> SUPPLIER
public static final DelivSchedSoldToPartyDetnField<String> PARTNER_DESCRIPTION
public static final DelivSchedSoldToPartyDetnField<String> UNLOADING_POINT_NAME
public static final DelivSchedSoldToPartyDetnField<String> SOLD_TO_PARTY
@Nonnull public Class<DelivSchedSoldToPartyDetn> getType()
getType
in class VdmObject<DelivSchedSoldToPartyDetn>
public void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- The number which the customer has assigned to the supplier.public void setPartnerDescription(@Nullable String partnerDescription)
Original property name from the Odata EDM: PartnerDescription
The system uses this number to automatically determine the ship-to party.
partnerDescription
- Sold-to party number sent in by the customer in delivery schedules.public void setUnloadingPointName(@Nullable String unloadingPointName)
Original property name from the Odata EDM: UnloadingPointName
unloadingPointName
- Specifies the point at which the material is to be unloaded (for example, ramp 1).public void setSoldToParty(@Nullable String soldToParty)
Original property name from the Odata EDM: SoldToParty
soldToParty
- The customer who orders the goods or services. The sold-to party is contractually responsible for
sales orders.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<DelivSchedSoldToPartyDetn>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<DelivSchedSoldToPartyDetn>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<DelivSchedSoldToPartyDetn>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<DelivSchedSoldToPartyDetn>
@Nonnull public static <T> DelivSchedSoldToPartyDetnField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> DelivSchedSoldToPartyDetnField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<DelivSchedSoldToPartyDetn>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<DelivSchedSoldToPartyDetn>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<DelivSchedSoldToPartyDetn>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<DelivSchedSoldToPartyDetn>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)public static DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder builder()
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public String getPartnerDescription()
Original property name from the Odata EDM: PartnerDescription
The system uses this number to automatically determine the ship-to party.
@Nullable public String getUnloadingPointName()
Original property name from the Odata EDM: UnloadingPointName
@Nullable public String getSoldToParty()
Original property name from the Odata EDM: SoldToParty
public String toString()
toString
in class VdmObject<DelivSchedSoldToPartyDetn>
public boolean equals(Object o)
equals
in class VdmObject<DelivSchedSoldToPartyDetn>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<DelivSchedSoldToPartyDetn>
public int hashCode()
hashCode
in class VdmObject<DelivSchedSoldToPartyDetn>
Copyright © 2020 SAP SE. All rights reserved.