public class SoldProduct extends VdmEntity<SoldProduct>
Original entity name from the Odata EDM: SoldProductType
Modifier and Type | Class and Description |
---|---|
static class |
SoldProduct.SoldProductBuilder
Helper class to allow for fluent creation of SoldProduct instances.
|
Modifier and Type | Field and Description |
---|---|
static SoldProductField<String> |
ADDITIONAL_MASTER_DATA_SOURCE
Use with available fluent helpers to apply the AdditionalMasterDataSource field to query operations.
|
static SoldProductSelectable |
ALL_FIELDS
Selector for all available fields of SoldProduct.
|
static SoldProductField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static SoldProductField<String> |
MATERIAL_TEXT
Use with available fluent helpers to apply the Material_Text field to query operations.
|
static SoldProductLink<SoldProductHier> |
TO_CNSLDTN_PRODUCT_SOLD_HIER
Use with available fluent helpers to apply the to_CnsldtnProductSoldHier navigation property to query
operations.
|
static SoldProductLink<SoldProductText> |
TO_CNSLDTN_PRODUCT_SOLD_T
Use with available fluent helpers to apply the to_CnsldtnProductSoldT navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
SoldProduct() |
SoldProduct(String material,
String material_Text,
String additionalMasterDataSource,
List<SoldProductHier> toCnsldtnProductSoldHier,
List<SoldProductText> toCnsldtnProductSoldT) |
Modifier and Type | Method and Description |
---|---|
void |
addCnsldtnProductSoldHier(SoldProductHier... entity)
Adds elements to the list of associated SoldProductHier entities.
|
void |
addCnsldtnProductSoldT(SoldProductText... entity)
Adds elements to the list of associated SoldProductText entities.
|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static SoldProduct.SoldProductBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SoldProductHier> |
fetchCnsldtnProductSoldHier()
Fetches the SoldProductHier entities (one to many) associated with this entity.
|
List<SoldProductText> |
fetchCnsldtnProductSoldT()
Fetches the SoldProductText entities (one to many) associated with this entity.
|
static <T> SoldProductField<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) |
String |
getAdditionalMasterDataSource()
Constraints: Not nullable, Maximum length: 10
|
Optional<List<SoldProductHier>> |
getCnsldtnProductSoldHierIfPresent()
Retrieval of associated SoldProductHier entities (one to many).
|
List<SoldProductHier> |
getCnsldtnProductSoldHierOrFetch()
Retrieval of associated SoldProductHier entities (one to many).
|
Optional<List<SoldProductText>> |
getCnsldtnProductSoldTIfPresent()
Retrieval of associated SoldProductText entities (one to many).
|
List<SoldProductText> |
getCnsldtnProductSoldTOrFetch()
Retrieval of associated SoldProductText entities (one to many).
|
protected String |
getDefaultServicePath() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
String |
getMaterial_Text()
Constraints: Not nullable, Maximum length: 40
|
String |
getMaterial()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
Class<SoldProduct> |
getType() |
int |
hashCode() |
void |
setAdditionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
void |
setCnsldtnProductSoldHier(List<SoldProductHier> value)
Overwrites the list of associated SoldProductHier entities for the loaded navigation property
to_CnsldtnProductSoldHier.
|
void |
setCnsldtnProductSoldT(List<SoldProductText> value)
Overwrites the list of associated SoldProductText entities for the loaded navigation property
to_CnsldtnProductSoldT.
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setMaterial_Text(String material_Text)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaterial(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SoldProductSelectable ALL_FIELDS
public static final SoldProductField<String> MATERIAL
public static final SoldProductField<String> MATERIAL_TEXT
public static final SoldProductField<String> ADDITIONAL_MASTER_DATA_SOURCE
public static final SoldProductLink<SoldProductHier> TO_CNSLDTN_PRODUCT_SOLD_HIER
public static final SoldProductLink<SoldProductText> TO_CNSLDTN_PRODUCT_SOLD_T
public SoldProduct()
public SoldProduct(@Nullable String material, @Nullable String material_Text, @Nullable String additionalMasterDataSource, List<SoldProductHier> toCnsldtnProductSoldHier, List<SoldProductText> toCnsldtnProductSoldT)
@Nonnull public Class<SoldProduct> getType()
getType
in class VdmObject<SoldProduct>
public void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Alphanumeric key uniquely identifying the material.public void setMaterial_Text(@Nullable String material_Text)
Original property name from the Odata EDM: Material_Text
You can enter one material description in each of any number of languages.In principle, you enter the material description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the material description on the Basic Data screen.
material_Text
- Text containing up to 40 characters that describes the material in more detail.public void setAdditionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
additionalMasterDataSource
- Master Data Sourceprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<SoldProduct>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SoldProduct>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SoldProduct>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SoldProduct>
@Nonnull public static <T> SoldProductField<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> SoldProductField<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 ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<SoldProduct>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<SoldProduct>
erpConfigContext
- New ERP configuration context to apply to this entityprotected 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<SoldProduct>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
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<SoldProduct>
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.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<SoldProduct>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SoldProduct>
@Nonnull public List<SoldProductHier> fetchCnsldtnProductSoldHier() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<SoldProductHier> getCnsldtnProductSoldHierOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CnsldtnProductSoldHier of a queried SoldProduct is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public Optional<List<SoldProductHier>> getCnsldtnProductSoldHierIfPresent()
If the navigation property for an entity SoldProduct has not been resolved yet, this method will not
query further information. Instead its Optional
result state will be empty
.
Optional
with result state
empty
is returned.public void setCnsldtnProductSoldHier(@Nonnull List<SoldProductHier> value)
If the navigation property to_CnsldtnProductSoldHier of a queried SoldProduct is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of SoldProductHier entities.public void addCnsldtnProductSoldHier(SoldProductHier... entity)
If the navigation property to_CnsldtnProductSoldHier of a queried SoldProduct is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of SoldProductHier entities.@Nonnull public List<SoldProductText> fetchCnsldtnProductSoldT() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<SoldProductText> getCnsldtnProductSoldTOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CnsldtnProductSoldT of a queried SoldProduct is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public Optional<List<SoldProductText>> getCnsldtnProductSoldTIfPresent()
If the navigation property for an entity SoldProduct has not been resolved yet, this method will not
query further information. Instead its Optional
result state will be empty
.
Optional
with result state
empty
is returned.public void setCnsldtnProductSoldT(@Nonnull List<SoldProductText> value)
If the navigation property to_CnsldtnProductSoldT of a queried SoldProduct is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of SoldProductText entities.public void addCnsldtnProductSoldT(SoldProductText... entity)
If the navigation property to_CnsldtnProductSoldT of a queried SoldProduct is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of SoldProductText entities.public static SoldProduct.SoldProductBuilder builder()
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public String getMaterial_Text()
Original property name from the Odata EDM: Material_Text
You can enter one material description in each of any number of languages.In principle, you enter the material description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the material description on the Basic Data screen.
@Nullable public String getAdditionalMasterDataSource()
Original property name from the Odata EDM: AdditionalMasterDataSource
public String toString()
toString
in class VdmObject<SoldProduct>
public boolean equals(Object o)
equals
in class VdmObject<SoldProduct>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SoldProduct>
public int hashCode()
hashCode
in class VdmObject<SoldProduct>
Copyright © 2019 SAP SE. All rights reserved.