public class ProductSpecification extends VdmEntity<ProductSpecification>
Original entity name from the Odata EDM: ProductSpecificationType
Modifier and Type | Class and Description |
---|---|
static class |
ProductSpecification.ProductSpecificationBuilder
Helper class to allow for fluent creation of ProductSpecification instances.
|
Modifier and Type | Field and Description |
---|---|
static ProductSpecificationSelectable |
ALL_FIELDS
Selector for all available fields of ProductSpecification.
|
static ProductSpecificationField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ProductSpecificationField<String> |
PROD_SPEC_CREATED_BY_USER
Use with available fluent helpers to apply the ProdSpecCreatedByUser field to query operations.
|
static ProductSpecificationField<LocalDateTime> |
PROD_SPEC_CREATION_DATE
Use with available fluent helpers to apply the ProdSpecCreationDate field to query operations.
|
static ProductSpecificationField<Boolean> |
PROD_SPEC_IS_DELETED
Use with available fluent helpers to apply the ProdSpecIsDeleted field to query operations.
|
static ProductSpecificationField<LocalDateTime> |
PROD_SPEC_LAST_CHANGE_DATE
Use with available fluent helpers to apply the ProdSpecLastChangeDate field to query operations.
|
static ProductSpecificationField<String> |
PROD_SPEC_LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the ProdSpecLastChangedByUser field to query operations.
|
static ProductSpecificationField<String> |
PROD_SPEC_NOTE
Use with available fluent helpers to apply the ProdSpecNote field to query operations.
|
static ProductSpecificationField<String> |
PROD_SPEC_ROOT_LAST_CHG_DTE_TME_TXT
Use with available fluent helpers to apply the ProdSpecRootLastChgDteTmeTxt field to query operations.
|
static ProductSpecificationField<LocalDateTime> |
PROD_SPEC_VALIDITY_END_DATE
Use with available fluent helpers to apply the ProdSpecValidityEndDate field to query operations.
|
static ProductSpecificationField<LocalDateTime> |
PROD_SPEC_VALIDITY_START_DATE
Use with available fluent helpers to apply the ProdSpecValidityStartDate field to query operations.
|
static ProductSpecificationField<String> |
PRODUCT_SPECIFICATION
Use with available fluent helpers to apply the ProductSpecification field to query operations.
|
static ProductSpecificationField<String> |
PRODUCT_SPECIFICATION_CHG_STATE
Use with available fluent helpers to apply the ProductSpecificationChgState field to query operations.
|
static ProductSpecificationField<String> |
PRODUCT_SPECIFICATION_INTERNAL_ID
Use with available fluent helpers to apply the ProductSpecificationInternalID field to query operations.
|
static ProductSpecificationLink<ProdSpecAllergenCmpstnHeader> |
TO_PROD_SPEC_ALLERGEN_CMPSTN_HEADER
Use with available fluent helpers to apply the to_ProdSpecAllergenCmpstnHeader navigation property to
query operations.
|
static ProductSpecificationLink<ProdSpecCmpstnHeader> |
TO_PROD_SPEC_CMPSTN_HEADER
Use with available fluent helpers to apply the to_ProdSpecCmpstnHeader navigation property to query
operations.
|
static ProductSpecificationLink<ProdSpecDescription> |
TO_PROD_SPEC_DESCRIPTION
Use with available fluent helpers to apply the to_ProdSpecDescription navigation property to query
operations.
|
static ProductSpecificationLink<ProdSpecListingCmpstnHeader> |
TO_PROD_SPEC_LSTG_CMPSTN_HEADER
Use with available fluent helpers to apply the to_ProdSpecLstgCmpstnHeader navigation property to query
operations.
|
static ProductSpecificationLink<ProdSpecNutrientCmpstnHdr> |
TO_PROD_SPEC_NUTRIENT_CMPSTN_HDR
Use with available fluent helpers to apply the to_ProdSpecNutrientCmpstnHdr navigation property to query
operations.
|
static ProductSpecificationLink<ProdSpecPropertyHeader> |
TO_PROD_SPEC_PROPERTY_HEADER
Use with available fluent helpers to apply the to_ProdSpecPropertyHeader navigation property to query
operations.
|
static ProductSpecificationLink<ProdSpecQltatvCmpstnHeader> |
TO_PROD_SPEC_QLTATV_CMPSTN_HEADER
Use with available fluent helpers to apply the to_ProdSpecQltatvCmpstnHeader navigation property to query
operations.
|
static ProductSpecificationLink<ProdSpecQtytvCmpstnHeader> |
TO_PROD_SPEC_QTYTV_CMPSTN_HEADER
Use with available fluent helpers to apply the to_ProdSpecQtytvCmpstnHeader navigation property to query
operations.
|
static ProductSpecificationLink<ProdSpecStdCmpstnHeader> |
TO_PROD_SPEC_STD_CMPSTN_HEADER
Use with available fluent helpers to apply the to_ProdSpecStdCmpstnHeader navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductSpecification() |
ProductSpecification(String productSpecificationInternalID,
String productSpecificationChgState,
String productSpecification,
LocalDateTime prodSpecValidityStartDate,
LocalDateTime prodSpecValidityEndDate,
String changeNumber,
String prodSpecCreatedByUser,
LocalDateTime prodSpecCreationDate,
LocalDateTime prodSpecLastChangeDate,
String prodSpecLastChangedByUser,
String prodSpecNote,
Boolean prodSpecIsDeleted,
String prodSpecRootLastChgDteTmeTxt,
List<ProdSpecAllergenCmpstnHeader> toProdSpecAllergenCmpstnHeader,
List<ProdSpecCmpstnHeader> toProdSpecCmpstnHeader,
List<ProdSpecDescription> toProdSpecDescription,
List<ProdSpecListingCmpstnHeader> toProdSpecLstgCmpstnHeader,
List<ProdSpecNutrientCmpstnHdr> toProdSpecNutrientCmpstnHdr,
List<ProdSpecPropertyHeader> toProdSpecPropertyHeader,
List<ProdSpecQltatvCmpstnHeader> toProdSpecQltatvCmpstnHeader,
List<ProdSpecQtytvCmpstnHeader> toProdSpecQtytvCmpstnHeader,
List<ProdSpecStdCmpstnHeader> toProdSpecStdCmpstnHeader) |
Modifier and Type | Method and Description |
---|---|
void |
addProdSpecAllergenCmpstnHeader(ProdSpecAllergenCmpstnHeader... entity)
Adds elements to the list of associated ProdSpecAllergenCmpstnHeader entities.
|
void |
addProdSpecCmpstnHeader(ProdSpecCmpstnHeader... entity)
Adds elements to the list of associated ProdSpecCmpstnHeader entities.
|
void |
addProdSpecDescription(ProdSpecDescription... entity)
Adds elements to the list of associated ProdSpecDescription entities.
|
void |
addProdSpecLstgCmpstnHeader(ProdSpecListingCmpstnHeader... entity)
Adds elements to the list of associated ProdSpecListingCmpstnHeader entities.
|
void |
addProdSpecNutrientCmpstnHdr(ProdSpecNutrientCmpstnHdr... entity)
Adds elements to the list of associated ProdSpecNutrientCmpstnHdr entities.
|
void |
addProdSpecPropertyHeader(ProdSpecPropertyHeader... entity)
Adds elements to the list of associated ProdSpecPropertyHeader entities.
|
void |
addProdSpecQltatvCmpstnHeader(ProdSpecQltatvCmpstnHeader... entity)
Adds elements to the list of associated ProdSpecQltatvCmpstnHeader entities.
|
void |
addProdSpecQtytvCmpstnHeader(ProdSpecQtytvCmpstnHeader... entity)
Adds elements to the list of associated ProdSpecQtytvCmpstnHeader entities.
|
void |
addProdSpecStdCmpstnHeader(ProdSpecStdCmpstnHeader... entity)
Adds elements to the list of associated ProdSpecStdCmpstnHeader entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ProductSpecification.ProductSpecificationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProdSpecAllergenCmpstnHeader> |
fetchProdSpecAllergenCmpstnHeader()
Fetches the ProdSpecAllergenCmpstnHeader entities (one to many) associated with this entity.
|
List<ProdSpecCmpstnHeader> |
fetchProdSpecCmpstnHeader()
Fetches the ProdSpecCmpstnHeader entities (one to many) associated with this entity.
|
List<ProdSpecDescription> |
fetchProdSpecDescription()
Fetches the ProdSpecDescription entities (one to many) associated with this entity.
|
List<ProdSpecListingCmpstnHeader> |
fetchProdSpecLstgCmpstnHeader()
Fetches the ProdSpecListingCmpstnHeader entities (one to many) associated with this entity.
|
List<ProdSpecNutrientCmpstnHdr> |
fetchProdSpecNutrientCmpstnHdr()
Fetches the ProdSpecNutrientCmpstnHdr entities (one to many) associated with this entity.
|
List<ProdSpecPropertyHeader> |
fetchProdSpecPropertyHeader()
Fetches the ProdSpecPropertyHeader entities (one to many) associated with this entity.
|
List<ProdSpecQltatvCmpstnHeader> |
fetchProdSpecQltatvCmpstnHeader()
Fetches the ProdSpecQltatvCmpstnHeader entities (one to many) associated with this entity.
|
List<ProdSpecQtytvCmpstnHeader> |
fetchProdSpecQtytvCmpstnHeader()
Fetches the ProdSpecQtytvCmpstnHeader entities (one to many) associated with this entity.
|
List<ProdSpecStdCmpstnHeader> |
fetchProdSpecStdCmpstnHeader()
Fetches the ProdSpecStdCmpstnHeader entities (one to many) associated with this entity.
|
static <T> ProductSpecificationField<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 |
getChangeNumber()
Constraints: Not nullable, Maximum length: 12
|
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() |
io.vavr.control.Option<List<ProdSpecAllergenCmpstnHeader>> |
getProdSpecAllergenCmpstnHeaderIfPresent()
Retrieval of associated ProdSpecAllergenCmpstnHeader entities (one to many).
|
List<ProdSpecAllergenCmpstnHeader> |
getProdSpecAllergenCmpstnHeaderOrFetch()
Retrieval of associated ProdSpecAllergenCmpstnHeader entities (one to many).
|
io.vavr.control.Option<List<ProdSpecCmpstnHeader>> |
getProdSpecCmpstnHeaderIfPresent()
Retrieval of associated ProdSpecCmpstnHeader entities (one to many).
|
List<ProdSpecCmpstnHeader> |
getProdSpecCmpstnHeaderOrFetch()
Retrieval of associated ProdSpecCmpstnHeader entities (one to many).
|
String |
getProdSpecCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getProdSpecCreationDate()
Constraints: Not nullable, Precision: 0
|
io.vavr.control.Option<List<ProdSpecDescription>> |
getProdSpecDescriptionIfPresent()
Retrieval of associated ProdSpecDescription entities (one to many).
|
List<ProdSpecDescription> |
getProdSpecDescriptionOrFetch()
Retrieval of associated ProdSpecDescription entities (one to many).
|
Boolean |
getProdSpecIsDeleted()
Constraints: none
|
LocalDateTime |
getProdSpecLastChangeDate()
Constraints: Not nullable, Precision: 0
|
String |
getProdSpecLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
io.vavr.control.Option<List<ProdSpecListingCmpstnHeader>> |
getProdSpecLstgCmpstnHeaderIfPresent()
Retrieval of associated ProdSpecListingCmpstnHeader entities (one to many).
|
List<ProdSpecListingCmpstnHeader> |
getProdSpecLstgCmpstnHeaderOrFetch()
Retrieval of associated ProdSpecListingCmpstnHeader entities (one to many).
|
String |
getProdSpecNote()
Constraints: Not nullable, Maximum length: 60
|
io.vavr.control.Option<List<ProdSpecNutrientCmpstnHdr>> |
getProdSpecNutrientCmpstnHdrIfPresent()
Retrieval of associated ProdSpecNutrientCmpstnHdr entities (one to many).
|
List<ProdSpecNutrientCmpstnHdr> |
getProdSpecNutrientCmpstnHdrOrFetch()
Retrieval of associated ProdSpecNutrientCmpstnHdr entities (one to many).
|
io.vavr.control.Option<List<ProdSpecPropertyHeader>> |
getProdSpecPropertyHeaderIfPresent()
Retrieval of associated ProdSpecPropertyHeader entities (one to many).
|
List<ProdSpecPropertyHeader> |
getProdSpecPropertyHeaderOrFetch()
Retrieval of associated ProdSpecPropertyHeader entities (one to many).
|
io.vavr.control.Option<List<ProdSpecQltatvCmpstnHeader>> |
getProdSpecQltatvCmpstnHeaderIfPresent()
Retrieval of associated ProdSpecQltatvCmpstnHeader entities (one to many).
|
List<ProdSpecQltatvCmpstnHeader> |
getProdSpecQltatvCmpstnHeaderOrFetch()
Retrieval of associated ProdSpecQltatvCmpstnHeader entities (one to many).
|
io.vavr.control.Option<List<ProdSpecQtytvCmpstnHeader>> |
getProdSpecQtytvCmpstnHeaderIfPresent()
Retrieval of associated ProdSpecQtytvCmpstnHeader entities (one to many).
|
List<ProdSpecQtytvCmpstnHeader> |
getProdSpecQtytvCmpstnHeaderOrFetch()
Retrieval of associated ProdSpecQtytvCmpstnHeader entities (one to many).
|
String |
getProdSpecRootLastChgDteTmeTxt()
Constraints: Not nullable, Maximum length: 14
|
io.vavr.control.Option<List<ProdSpecStdCmpstnHeader>> |
getProdSpecStdCmpstnHeaderIfPresent()
Retrieval of associated ProdSpecStdCmpstnHeader entities (one to many).
|
List<ProdSpecStdCmpstnHeader> |
getProdSpecStdCmpstnHeaderOrFetch()
Retrieval of associated ProdSpecStdCmpstnHeader entities (one to many).
|
LocalDateTime |
getProdSpecValidityEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getProdSpecValidityStartDate()
Constraints: Not nullable, Precision: 0
|
String |
getProductSpecification()
Constraints: Not nullable, Maximum length: 12
|
String |
getProductSpecificationChgState()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
getProductSpecificationInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
Class<ProductSpecification> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
void |
setProdSpecAllergenCmpstnHeader(List<ProdSpecAllergenCmpstnHeader> value)
Overwrites the list of associated ProdSpecAllergenCmpstnHeader entities for the loaded navigation property
to_ProdSpecAllergenCmpstnHeader.
|
void |
setProdSpecCmpstnHeader(List<ProdSpecCmpstnHeader> value)
Overwrites the list of associated ProdSpecCmpstnHeader entities for the loaded navigation property
to_ProdSpecCmpstnHeader.
|
void |
setProdSpecCreatedByUser(String prodSpecCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setProdSpecCreationDate(LocalDateTime prodSpecCreationDate)
Constraints: Not nullable, Precision: 0
|
void |
setProdSpecDescription(List<ProdSpecDescription> value)
Overwrites the list of associated ProdSpecDescription entities for the loaded navigation property
to_ProdSpecDescription.
|
void |
setProdSpecIsDeleted(Boolean prodSpecIsDeleted)
Constraints: none
|
void |
setProdSpecLastChangeDate(LocalDateTime prodSpecLastChangeDate)
Constraints: Not nullable, Precision: 0
|
void |
setProdSpecLastChangedByUser(String prodSpecLastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setProdSpecLstgCmpstnHeader(List<ProdSpecListingCmpstnHeader> value)
Overwrites the list of associated ProdSpecListingCmpstnHeader entities for the loaded navigation property
to_ProdSpecLstgCmpstnHeader.
|
void |
setProdSpecNote(String prodSpecNote)
Constraints: Not nullable, Maximum length: 60
|
void |
setProdSpecNutrientCmpstnHdr(List<ProdSpecNutrientCmpstnHdr> value)
Overwrites the list of associated ProdSpecNutrientCmpstnHdr entities for the loaded navigation property
to_ProdSpecNutrientCmpstnHdr.
|
void |
setProdSpecPropertyHeader(List<ProdSpecPropertyHeader> value)
Overwrites the list of associated ProdSpecPropertyHeader entities for the loaded navigation property
to_ProdSpecPropertyHeader.
|
void |
setProdSpecQltatvCmpstnHeader(List<ProdSpecQltatvCmpstnHeader> value)
Overwrites the list of associated ProdSpecQltatvCmpstnHeader entities for the loaded navigation property
to_ProdSpecQltatvCmpstnHeader.
|
void |
setProdSpecQtytvCmpstnHeader(List<ProdSpecQtytvCmpstnHeader> value)
Overwrites the list of associated ProdSpecQtytvCmpstnHeader entities for the loaded navigation property
to_ProdSpecQtytvCmpstnHeader.
|
void |
setProdSpecRootLastChgDteTmeTxt(String prodSpecRootLastChgDteTmeTxt)
Constraints: Not nullable, Maximum length: 14
|
void |
setProdSpecStdCmpstnHeader(List<ProdSpecStdCmpstnHeader> value)
Overwrites the list of associated ProdSpecStdCmpstnHeader entities for the loaded navigation property
to_ProdSpecStdCmpstnHeader.
|
void |
setProdSpecValidityEndDate(LocalDateTime prodSpecValidityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setProdSpecValidityStartDate(LocalDateTime prodSpecValidityStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setProductSpecification(String productSpecification)
Constraints: Not nullable, Maximum length: 12
|
void |
setProductSpecificationChgState(String productSpecificationChgState)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
void |
setProductSpecificationInternalID(String productSpecificationInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
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() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final ProductSpecificationSelectable ALL_FIELDS
public static final ProductSpecificationField<String> PRODUCT_SPECIFICATION_INTERNAL_ID
public static final ProductSpecificationField<String> PRODUCT_SPECIFICATION_CHG_STATE
public static final ProductSpecificationField<String> PRODUCT_SPECIFICATION
public static final ProductSpecificationField<LocalDateTime> PROD_SPEC_VALIDITY_START_DATE
public static final ProductSpecificationField<LocalDateTime> PROD_SPEC_VALIDITY_END_DATE
public static final ProductSpecificationField<String> CHANGE_NUMBER
public static final ProductSpecificationField<String> PROD_SPEC_CREATED_BY_USER
public static final ProductSpecificationField<LocalDateTime> PROD_SPEC_CREATION_DATE
public static final ProductSpecificationField<LocalDateTime> PROD_SPEC_LAST_CHANGE_DATE
public static final ProductSpecificationField<String> PROD_SPEC_LAST_CHANGED_BY_USER
public static final ProductSpecificationField<String> PROD_SPEC_NOTE
public static final ProductSpecificationField<Boolean> PROD_SPEC_IS_DELETED
public static final ProductSpecificationField<String> PROD_SPEC_ROOT_LAST_CHG_DTE_TME_TXT
public static final ProductSpecificationLink<ProdSpecAllergenCmpstnHeader> TO_PROD_SPEC_ALLERGEN_CMPSTN_HEADER
public static final ProductSpecificationLink<ProdSpecCmpstnHeader> TO_PROD_SPEC_CMPSTN_HEADER
public static final ProductSpecificationLink<ProdSpecDescription> TO_PROD_SPEC_DESCRIPTION
public static final ProductSpecificationLink<ProdSpecListingCmpstnHeader> TO_PROD_SPEC_LSTG_CMPSTN_HEADER
public static final ProductSpecificationLink<ProdSpecNutrientCmpstnHdr> TO_PROD_SPEC_NUTRIENT_CMPSTN_HDR
public static final ProductSpecificationLink<ProdSpecPropertyHeader> TO_PROD_SPEC_PROPERTY_HEADER
public static final ProductSpecificationLink<ProdSpecQltatvCmpstnHeader> TO_PROD_SPEC_QLTATV_CMPSTN_HEADER
public static final ProductSpecificationLink<ProdSpecQtytvCmpstnHeader> TO_PROD_SPEC_QTYTV_CMPSTN_HEADER
public static final ProductSpecificationLink<ProdSpecStdCmpstnHeader> TO_PROD_SPEC_STD_CMPSTN_HEADER
public ProductSpecification()
public ProductSpecification(@Nullable String productSpecificationInternalID, @Nullable String productSpecificationChgState, @Nullable String productSpecification, @Nullable LocalDateTime prodSpecValidityStartDate, @Nullable LocalDateTime prodSpecValidityEndDate, @Nullable String changeNumber, @Nullable String prodSpecCreatedByUser, @Nullable LocalDateTime prodSpecCreationDate, @Nullable LocalDateTime prodSpecLastChangeDate, @Nullable String prodSpecLastChangedByUser, @Nullable String prodSpecNote, @Nullable Boolean prodSpecIsDeleted, @Nullable String prodSpecRootLastChgDteTmeTxt, List<ProdSpecAllergenCmpstnHeader> toProdSpecAllergenCmpstnHeader, List<ProdSpecCmpstnHeader> toProdSpecCmpstnHeader, List<ProdSpecDescription> toProdSpecDescription, List<ProdSpecListingCmpstnHeader> toProdSpecLstgCmpstnHeader, List<ProdSpecNutrientCmpstnHdr> toProdSpecNutrientCmpstnHdr, List<ProdSpecPropertyHeader> toProdSpecPropertyHeader, List<ProdSpecQltatvCmpstnHeader> toProdSpecQltatvCmpstnHeader, List<ProdSpecQtytvCmpstnHeader> toProdSpecQtytvCmpstnHeader, List<ProdSpecStdCmpstnHeader> toProdSpecStdCmpstnHeader)
@Nonnull public Class<ProductSpecification> getType()
getType
in class VdmObject<ProductSpecification>
public void setProductSpecificationInternalID(@Nullable String productSpecificationInternalID)
Original property name from the Odata EDM: ProductSpecificationInternalID
productSpecificationInternalID
- Product Specification Internal Identifierpublic void setProductSpecificationChgState(@Nullable String productSpecificationChgState)
Original property name from the Odata EDM: ProductSpecificationChgState
productSpecificationChgState
- Product Specification Change Statepublic void setProductSpecification(@Nullable String productSpecification)
Original property name from the Odata EDM: ProductSpecification
productSpecification
- Product Specificationpublic void setProdSpecValidityStartDate(@Nullable LocalDateTime prodSpecValidityStartDate)
Original property name from the Odata EDM: ProdSpecValidityStartDate
prodSpecValidityStartDate
- Valid-From Datepublic void setProdSpecValidityEndDate(@Nullable LocalDateTime prodSpecValidityEndDate)
Original property name from the Odata EDM: ProdSpecValidityEndDate
prodSpecValidityEndDate
- Valid-To Datepublic void setChangeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
changeNumber
- Change Numberpublic void setProdSpecCreatedByUser(@Nullable String prodSpecCreatedByUser)
Original property name from the Odata EDM: ProdSpecCreatedByUser
prodSpecCreatedByUser
- Created Bypublic void setProdSpecCreationDate(@Nullable LocalDateTime prodSpecCreationDate)
Original property name from the Odata EDM: ProdSpecCreationDate
prodSpecCreationDate
- Date of Creationpublic void setProdSpecLastChangeDate(@Nullable LocalDateTime prodSpecLastChangeDate)
Original property name from the Odata EDM: ProdSpecLastChangeDate
prodSpecLastChangeDate
- Changed Datepublic void setProdSpecLastChangedByUser(@Nullable String prodSpecLastChangedByUser)
Original property name from the Odata EDM: ProdSpecLastChangedByUser
prodSpecLastChangedByUser
- Changed Bypublic void setProdSpecNote(@Nullable String prodSpecNote)
Original property name from the Odata EDM: ProdSpecNote
prodSpecNote
- Notepublic void setProdSpecIsDeleted(@Nullable Boolean prodSpecIsDeleted)
Original property name from the Odata EDM: ProdSpecIsDeleted
prodSpecIsDeleted
- Deletion Indicatorpublic void setProdSpecRootLastChgDteTmeTxt(@Nullable String prodSpecRootLastChgDteTmeTxt)
Original property name from the Odata EDM: ProdSpecRootLastChgDteTmeTxt
prodSpecRootLastChgDteTmeTxt
- Specification Changed Date Timeprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ProductSpecification>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductSpecification>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductSpecification>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductSpecification>
@Nonnull public static <T> ProductSpecificationField<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> ProductSpecificationField<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<ProductSpecification>
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<ProductSpecification>
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<ProductSpecification>
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<ProductSpecification>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ProductSpecification>
@Nonnull public List<ProdSpecAllergenCmpstnHeader> fetchProdSpecAllergenCmpstnHeader() 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<ProdSpecAllergenCmpstnHeader> getProdSpecAllergenCmpstnHeaderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecAllergenCmpstnHeader of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecAllergenCmpstnHeader>> getProdSpecAllergenCmpstnHeaderIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setProdSpecAllergenCmpstnHeader(@Nonnull List<ProdSpecAllergenCmpstnHeader> value)
If the navigation property to_ProdSpecAllergenCmpstnHeader of a queried ProductSpecification 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 ProdSpecAllergenCmpstnHeader entities.public void addProdSpecAllergenCmpstnHeader(ProdSpecAllergenCmpstnHeader... entity)
If the navigation property to_ProdSpecAllergenCmpstnHeader of a queried ProductSpecification 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 ProdSpecAllergenCmpstnHeader entities.@Nonnull public List<ProdSpecCmpstnHeader> fetchProdSpecCmpstnHeader() 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<ProdSpecCmpstnHeader> getProdSpecCmpstnHeaderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecCmpstnHeader of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecCmpstnHeader>> getProdSpecCmpstnHeaderIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setProdSpecCmpstnHeader(@Nonnull List<ProdSpecCmpstnHeader> value)
If the navigation property to_ProdSpecCmpstnHeader of a queried ProductSpecification 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 ProdSpecCmpstnHeader entities.public void addProdSpecCmpstnHeader(ProdSpecCmpstnHeader... entity)
If the navigation property to_ProdSpecCmpstnHeader of a queried ProductSpecification 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 ProdSpecCmpstnHeader entities.@Nonnull public List<ProdSpecDescription> fetchProdSpecDescription() 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<ProdSpecDescription> getProdSpecDescriptionOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecDescription of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecDescription>> getProdSpecDescriptionIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setProdSpecDescription(@Nonnull List<ProdSpecDescription> value)
If the navigation property to_ProdSpecDescription of a queried ProductSpecification 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 ProdSpecDescription entities.public void addProdSpecDescription(ProdSpecDescription... entity)
If the navigation property to_ProdSpecDescription of a queried ProductSpecification 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 ProdSpecDescription entities.@Nonnull public List<ProdSpecListingCmpstnHeader> fetchProdSpecLstgCmpstnHeader() 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<ProdSpecListingCmpstnHeader> getProdSpecLstgCmpstnHeaderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecLstgCmpstnHeader of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecListingCmpstnHeader>> getProdSpecLstgCmpstnHeaderIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setProdSpecLstgCmpstnHeader(@Nonnull List<ProdSpecListingCmpstnHeader> value)
If the navigation property to_ProdSpecLstgCmpstnHeader of a queried ProductSpecification 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 ProdSpecListingCmpstnHeader entities.public void addProdSpecLstgCmpstnHeader(ProdSpecListingCmpstnHeader... entity)
If the navigation property to_ProdSpecLstgCmpstnHeader of a queried ProductSpecification 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 ProdSpecListingCmpstnHeader entities.@Nonnull public List<ProdSpecNutrientCmpstnHdr> fetchProdSpecNutrientCmpstnHdr() 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<ProdSpecNutrientCmpstnHdr> getProdSpecNutrientCmpstnHdrOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecNutrientCmpstnHdr of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecNutrientCmpstnHdr>> getProdSpecNutrientCmpstnHdrIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setProdSpecNutrientCmpstnHdr(@Nonnull List<ProdSpecNutrientCmpstnHdr> value)
If the navigation property to_ProdSpecNutrientCmpstnHdr of a queried ProductSpecification 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 ProdSpecNutrientCmpstnHdr entities.public void addProdSpecNutrientCmpstnHdr(ProdSpecNutrientCmpstnHdr... entity)
If the navigation property to_ProdSpecNutrientCmpstnHdr of a queried ProductSpecification 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 ProdSpecNutrientCmpstnHdr entities.@Nonnull public List<ProdSpecPropertyHeader> fetchProdSpecPropertyHeader() 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<ProdSpecPropertyHeader> getProdSpecPropertyHeaderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecPropertyHeader of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecPropertyHeader>> getProdSpecPropertyHeaderIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setProdSpecPropertyHeader(@Nonnull List<ProdSpecPropertyHeader> value)
If the navigation property to_ProdSpecPropertyHeader of a queried ProductSpecification 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 ProdSpecPropertyHeader entities.public void addProdSpecPropertyHeader(ProdSpecPropertyHeader... entity)
If the navigation property to_ProdSpecPropertyHeader of a queried ProductSpecification 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 ProdSpecPropertyHeader entities.@Nonnull public List<ProdSpecQltatvCmpstnHeader> fetchProdSpecQltatvCmpstnHeader() 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<ProdSpecQltatvCmpstnHeader> getProdSpecQltatvCmpstnHeaderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecQltatvCmpstnHeader of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecQltatvCmpstnHeader>> getProdSpecQltatvCmpstnHeaderIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setProdSpecQltatvCmpstnHeader(@Nonnull List<ProdSpecQltatvCmpstnHeader> value)
If the navigation property to_ProdSpecQltatvCmpstnHeader of a queried ProductSpecification 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 ProdSpecQltatvCmpstnHeader entities.public void addProdSpecQltatvCmpstnHeader(ProdSpecQltatvCmpstnHeader... entity)
If the navigation property to_ProdSpecQltatvCmpstnHeader of a queried ProductSpecification 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 ProdSpecQltatvCmpstnHeader entities.@Nonnull public List<ProdSpecQtytvCmpstnHeader> fetchProdSpecQtytvCmpstnHeader() 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<ProdSpecQtytvCmpstnHeader> getProdSpecQtytvCmpstnHeaderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecQtytvCmpstnHeader of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecQtytvCmpstnHeader>> getProdSpecQtytvCmpstnHeaderIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setProdSpecQtytvCmpstnHeader(@Nonnull List<ProdSpecQtytvCmpstnHeader> value)
If the navigation property to_ProdSpecQtytvCmpstnHeader of a queried ProductSpecification 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 ProdSpecQtytvCmpstnHeader entities.public void addProdSpecQtytvCmpstnHeader(ProdSpecQtytvCmpstnHeader... entity)
If the navigation property to_ProdSpecQtytvCmpstnHeader of a queried ProductSpecification 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 ProdSpecQtytvCmpstnHeader entities.@Nonnull public List<ProdSpecStdCmpstnHeader> fetchProdSpecStdCmpstnHeader() 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<ProdSpecStdCmpstnHeader> getProdSpecStdCmpstnHeaderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdSpecStdCmpstnHeader of a queried ProductSpecification 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 io.vavr.control.Option<List<ProdSpecStdCmpstnHeader>> getProdSpecStdCmpstnHeaderIfPresent()
If the navigation property for an entity ProductSpecification has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setProdSpecStdCmpstnHeader(@Nonnull List<ProdSpecStdCmpstnHeader> value)
If the navigation property to_ProdSpecStdCmpstnHeader of a queried ProductSpecification 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 ProdSpecStdCmpstnHeader entities.public void addProdSpecStdCmpstnHeader(ProdSpecStdCmpstnHeader... entity)
If the navigation property to_ProdSpecStdCmpstnHeader of a queried ProductSpecification 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 ProdSpecStdCmpstnHeader entities.@Nonnull public static ProductSpecification.ProductSpecificationBuilder builder()
@Nullable public String getProductSpecificationInternalID()
Original property name from the Odata EDM: ProductSpecificationInternalID
@Nullable public String getProductSpecificationChgState()
Original property name from the Odata EDM: ProductSpecificationChgState
@Nullable public String getProductSpecification()
Original property name from the Odata EDM: ProductSpecification
@Nullable public LocalDateTime getProdSpecValidityStartDate()
Original property name from the Odata EDM: ProdSpecValidityStartDate
@Nullable public LocalDateTime getProdSpecValidityEndDate()
Original property name from the Odata EDM: ProdSpecValidityEndDate
@Nullable public String getChangeNumber()
Original property name from the Odata EDM: ChangeNumber
@Nullable public String getProdSpecCreatedByUser()
Original property name from the Odata EDM: ProdSpecCreatedByUser
@Nullable public LocalDateTime getProdSpecCreationDate()
Original property name from the Odata EDM: ProdSpecCreationDate
@Nullable public LocalDateTime getProdSpecLastChangeDate()
Original property name from the Odata EDM: ProdSpecLastChangeDate
@Nullable public String getProdSpecLastChangedByUser()
Original property name from the Odata EDM: ProdSpecLastChangedByUser
@Nullable public String getProdSpecNote()
Original property name from the Odata EDM: ProdSpecNote
@Nullable public Boolean getProdSpecIsDeleted()
Original property name from the Odata EDM: ProdSpecIsDeleted
@Nullable public String getProdSpecRootLastChgDteTmeTxt()
Original property name from the Odata EDM: ProdSpecRootLastChgDteTmeTxt
@Nonnull public String toString()
toString
in class VdmObject<ProductSpecification>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ProductSpecification>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ProductSpecification>
public int hashCode()
hashCode
in class VdmObject<ProductSpecification>
Copyright © 2021 SAP SE. All rights reserved.