public class PurgPrcgCndnRecordScale extends VdmEntity<PurgPrcgCndnRecordScale>
Original entity name from the Odata EDM: A_PurgPrcgCndnRecordScaleType
Modifier and Type | Class and Description |
---|---|
static class |
PurgPrcgCndnRecordScale.PurgPrcgCndnRecordScaleBuilder
Helper class to allow for fluent creation of PurgPrcgCndnRecordScale instances.
|
Modifier and Type | Field and Description |
---|---|
static PurgPrcgCndnRecordScaleSelectable |
ALL_FIELDS
Selector for all available fields of PurgPrcgCndnRecordScale.
|
static PurgPrcgCndnRecordScaleField<BigDecimal> |
CONDITION_RATE_VALUE
Use with available fluent helpers to apply the ConditionRateValue field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_RECORD
Use with available fluent helpers to apply the ConditionRecord field to query operations.
|
static PurgPrcgCndnRecordScaleField<BigDecimal> |
CONDITION_SCALE_AMOUNT
Use with available fluent helpers to apply the ConditionScaleAmount field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_SCALE_LINE
Use with available fluent helpers to apply the ConditionScaleLine field to query operations.
|
static PurgPrcgCndnRecordScaleField<BigDecimal> |
CONDITION_SCALE_QUANTITY
Use with available fluent helpers to apply the ConditionScaleQuantity field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_SEQUENTIAL_NUMBER
Use with available fluent helpers to apply the ConditionSequentialNumber field to query operations.
|
static PurgPrcgCndnRecordScaleOneToOneLink<PurgPrcgCndnRecdSuplmnt> |
TO_PURG_PRCG_CNDN_RECD_SUPLMNT
Use with available fluent helpers to apply the to_PurgPrcgCndnRecdSuplmnt navigation property to query
operations.
|
static PurgPrcgCndnRecordScaleOneToOneLink<PurgPrcgConditionRecord> |
TO_PURG_PRCG_CONDITION_RECORD
Use with available fluent helpers to apply the to_PurgPrcgConditionRecord navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
PurgPrcgCndnRecordScale() |
PurgPrcgCndnRecordScale(String conditionRecord,
String conditionSequentialNumber,
String conditionScaleLine,
BigDecimal conditionScaleQuantity,
BigDecimal conditionScaleAmount,
BigDecimal conditionRateValue,
PurgPrcgCndnRecdSuplmnt toPurgPrcgCndnRecdSuplmnt,
PurgPrcgConditionRecord toPurgPrcgConditionRecord) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static PurgPrcgCndnRecordScale.PurgPrcgCndnRecordScaleBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
PurgPrcgCndnRecdSuplmnt |
fetchPurgPrcgCndnRecdSuplmnt()
Fetches the PurgPrcgCndnRecdSuplmnt entity (one to one) associated with this entity.
|
PurgPrcgConditionRecord |
fetchPurgPrcgConditionRecord()
Fetches the PurgPrcgConditionRecord entity (one to one) associated with this entity.
|
static <T> PurgPrcgCndnRecordScaleField<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) |
BigDecimal |
getConditionRateValue()
Constraints: Not nullable, Precision: 12, Scale: 3
|
String |
getConditionRecord()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BigDecimal |
getConditionScaleAmount()
Constraints: Not nullable, Precision: 16, Scale: 3
|
String |
getConditionScaleLine()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getConditionScaleQuantity()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getConditionSequentialNumber()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
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() |
Optional<PurgPrcgCndnRecdSuplmnt> |
getPurgPrcgCndnRecdSuplmntIfPresent()
Retrieval of associated PurgPrcgCndnRecdSuplmnt entity (one to one).
|
PurgPrcgCndnRecdSuplmnt |
getPurgPrcgCndnRecdSuplmntOrFetch()
Retrieval of associated PurgPrcgCndnRecdSuplmnt entity (one to one).
|
Optional<PurgPrcgConditionRecord> |
getPurgPrcgConditionRecordIfPresent()
Retrieval of associated PurgPrcgConditionRecord entity (one to one).
|
PurgPrcgConditionRecord |
getPurgPrcgConditionRecordOrFetch()
Retrieval of associated PurgPrcgConditionRecord entity (one to one).
|
Class<PurgPrcgCndnRecordScale> |
getType() |
int |
hashCode() |
void |
setConditionRateValue(BigDecimal conditionRateValue)
Constraints: Not nullable, Precision: 12, Scale: 3
|
void |
setConditionRecord(String conditionRecord)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setConditionScaleAmount(BigDecimal conditionScaleAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
void |
setConditionScaleLine(String conditionScaleLine)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setConditionScaleQuantity(BigDecimal conditionScaleQuantity)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setConditionSequentialNumber(String conditionSequentialNumber)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setPurgPrcgCndnRecdSuplmnt(PurgPrcgCndnRecdSuplmnt value)
Overwrites the associated PurgPrcgCndnRecdSuplmnt entity for the loaded navigation property
to_PurgPrcgCndnRecdSuplmnt.
|
void |
setPurgPrcgConditionRecord(PurgPrcgConditionRecord value)
Overwrites the associated PurgPrcgConditionRecord entity for the loaded navigation property
to_PurgPrcgConditionRecord.
|
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 PurgPrcgCndnRecordScaleSelectable ALL_FIELDS
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_RECORD
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_SEQUENTIAL_NUMBER
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_SCALE_LINE
public static final PurgPrcgCndnRecordScaleField<BigDecimal> CONDITION_SCALE_QUANTITY
public static final PurgPrcgCndnRecordScaleField<BigDecimal> CONDITION_SCALE_AMOUNT
public static final PurgPrcgCndnRecordScaleField<BigDecimal> CONDITION_RATE_VALUE
public static final PurgPrcgCndnRecordScaleOneToOneLink<PurgPrcgCndnRecdSuplmnt> TO_PURG_PRCG_CNDN_RECD_SUPLMNT
public static final PurgPrcgCndnRecordScaleOneToOneLink<PurgPrcgConditionRecord> TO_PURG_PRCG_CONDITION_RECORD
public PurgPrcgCndnRecordScale()
public PurgPrcgCndnRecordScale(@Nullable String conditionRecord, @Nullable String conditionSequentialNumber, @Nullable String conditionScaleLine, @Nullable BigDecimal conditionScaleQuantity, @Nullable BigDecimal conditionScaleAmount, @Nullable BigDecimal conditionRateValue, @Nullable PurgPrcgCndnRecdSuplmnt toPurgPrcgCndnRecdSuplmnt, @Nullable PurgPrcgConditionRecord toPurgPrcgConditionRecord)
@Nonnull public Class<PurgPrcgCndnRecordScale> getType()
getType
in class VdmObject<PurgPrcgCndnRecordScale>
public void setConditionRecord(@Nullable String conditionRecord)
Original property name from the Odata EDM: ConditionRecord
The system uses the condition record number to store and retrieve information during processing (pricing, for example).
conditionRecord
- Number that uniquely identifies a condition record.public void setConditionSequentialNumber(@Nullable String conditionSequentialNumber)
Original property name from the Odata EDM: ConditionSequentialNumber
If you have assigned a condition supplement to the condition, the system automatically assigns the number.
conditionSequentialNumber
- The sequential number that uniquely identifies the condition if a condition supplement exists.public void setConditionScaleLine(@Nullable String conditionScaleLine)
Original property name from the Odata EDM: ConditionScaleLine
conditionScaleLine
- Identifies the sequence of lines within a scale.public void setConditionScaleQuantity(@Nullable BigDecimal conditionScaleQuantity)
Original property name from the Odata EDM: ConditionScaleQuantity
conditionScaleQuantity
- Scale quantity (for example, number of pieces) to which a scale refers.public void setConditionScaleAmount(@Nullable BigDecimal conditionScaleAmount)
Original property name from the Odata EDM: ConditionScaleAmount
conditionScaleAmount
- A value that is part of a pricing scale. The value is an amount in a particular currency.public void setConditionRateValue(@Nullable BigDecimal conditionRateValue)
Original property name from the Odata EDM: ConditionRateValue
The following examples illustrate how you can use the condition amount or percentage in different condition types:If you create a condition that includes prices (for example, prices for a material), you enter an amount.If you create a condition based on percentage discounts or surcharges (for example, a customer-specific discount), you enter the value of a percentage. If the condition is a discount, the system automatically enters a minus sign behind the amount and a percent sign in the Condition Unit field.
conditionRateValue
- Determines how the system calculates prices using this condition. Depending on the condition type, it
can be a fixed amount or a percentage. If the condition includes a pricing scale, the condition amount
or percentage displays the first line of the scale.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<PurgPrcgCndnRecordScale>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<PurgPrcgCndnRecordScale>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurgPrcgCndnRecordScale>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurgPrcgCndnRecordScale>
@Nonnull public static <T> PurgPrcgCndnRecordScaleField<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> PurgPrcgCndnRecordScaleField<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<PurgPrcgCndnRecordScale>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<PurgPrcgCndnRecordScale>
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<PurgPrcgCndnRecordScale>
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<PurgPrcgCndnRecordScale>
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<PurgPrcgCndnRecordScale>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<PurgPrcgCndnRecordScale>
@Nullable public PurgPrcgCndnRecdSuplmnt fetchPurgPrcgCndnRecdSuplmnt() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.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.@Nullable public PurgPrcgCndnRecdSuplmnt getPurgPrcgCndnRecdSuplmntOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgPrcgCndnRecdSuplmnt of a queried PurgPrcgCndnRecordScale 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<PurgPrcgCndnRecdSuplmnt> getPurgPrcgCndnRecdSuplmntIfPresent()
If the navigation property for an entity PurgPrcgCndnRecordScale 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 setPurgPrcgCndnRecdSuplmnt(PurgPrcgCndnRecdSuplmnt value)
value
- New PurgPrcgCndnRecdSuplmnt entity.@Nullable public PurgPrcgConditionRecord fetchPurgPrcgConditionRecord() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.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.@Nullable public PurgPrcgConditionRecord getPurgPrcgConditionRecordOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgPrcgConditionRecord of a queried PurgPrcgCndnRecordScale 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<PurgPrcgConditionRecord> getPurgPrcgConditionRecordIfPresent()
If the navigation property for an entity PurgPrcgCndnRecordScale 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 setPurgPrcgConditionRecord(PurgPrcgConditionRecord value)
value
- New PurgPrcgConditionRecord entity.public static PurgPrcgCndnRecordScale.PurgPrcgCndnRecordScaleBuilder builder()
@Nullable public String getConditionRecord()
Original property name from the Odata EDM: ConditionRecord
The system uses the condition record number to store and retrieve information during processing (pricing, for example).
@Nullable public String getConditionSequentialNumber()
Original property name from the Odata EDM: ConditionSequentialNumber
If you have assigned a condition supplement to the condition, the system automatically assigns the number.
@Nullable public String getConditionScaleLine()
Original property name from the Odata EDM: ConditionScaleLine
@Nullable public BigDecimal getConditionScaleQuantity()
Original property name from the Odata EDM: ConditionScaleQuantity
@Nullable public BigDecimal getConditionScaleAmount()
Original property name from the Odata EDM: ConditionScaleAmount
@Nullable public BigDecimal getConditionRateValue()
Original property name from the Odata EDM: ConditionRateValue
The following examples illustrate how you can use the condition amount or percentage in different condition types:If you create a condition that includes prices (for example, prices for a material), you enter an amount.If you create a condition based on percentage discounts or surcharges (for example, a customer-specific discount), you enter the value of a percentage. If the condition is a discount, the system automatically enters a minus sign behind the amount and a percent sign in the Condition Unit field.
public String toString()
toString
in class VdmObject<PurgPrcgCndnRecordScale>
public boolean equals(Object o)
equals
in class VdmObject<PurgPrcgCndnRecordScale>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PurgPrcgCndnRecordScale>
public int hashCode()
hashCode
in class VdmObject<PurgPrcgCndnRecordScale>
Copyright © 2019 SAP SE. All rights reserved.