Class SalesDocumentProposalItem
Original entity name from the Odata EDM: A_SalesDocumentProposalItemType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SalesDocumentProposalItemSelectableSelector for all available fields of SalesDocumentProposalItem.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the Batch field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the DistributionChannel field to query operations.static final SalesDocumentProposalItemField<BigDecimal>Use with available fluent helpers to apply the OrderQuantity field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the OrganizationDivision field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the Product field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the SalesDocumentType field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the SalesGroup field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the SalesOffice field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the SalesOrganization field to query operations.static final SalesDocumentProposalItemField<String>Use with available fluent helpers to apply the SoldToParty field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SalesDocumentProposalItemField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SalesDocumentProposalItemField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidgetBatch()Constraints: Not nullable, Maximum length: 10protected String(Key Field) Constraints: Not nullable, Maximum length: 2protected StringgetKey()Constraints: Not nullable, Precision: 15, Scale: 3Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidConstraints: Not nullable, Maximum length: 10voidsetDistributionChannel(String distributionChannel) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetOrderQuantity(BigDecimal orderQuantity) Constraints: Not nullable, Precision: 15, Scale: 3voidsetOrderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3voidsetOrganizationDivision(String organizationDivision) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetProduct(String product) Constraints: Not nullable, Maximum length: 40voidsetSalesDocumentType(String salesDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetSalesGroup(String salesGroup) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetSalesOffice(String salesOffice) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetSalesOrganization(String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSoldToParty(String soldToParty) (Key Field) Constraints: Not nullable, Maximum length: 10toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SalesDocumentProposalItem. -
SALES_ORGANIZATION
Use with available fluent helpers to apply the SalesOrganization field to query operations. -
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations. -
ORGANIZATION_DIVISION
Use with available fluent helpers to apply the OrganizationDivision field to query operations. -
SALES_GROUP
Use with available fluent helpers to apply the SalesGroup field to query operations. -
SALES_OFFICE
Use with available fluent helpers to apply the SalesOffice field to query operations. -
SOLD_TO_PARTY
Use with available fluent helpers to apply the SoldToParty field to query operations. -
SALES_DOCUMENT_TYPE
Use with available fluent helpers to apply the SalesDocumentType field to query operations. -
PRODUCT
Use with available fluent helpers to apply the Product field to query operations. -
BATCH
Use with available fluent helpers to apply the Batch field to query operations. -
ORDER_QUANTITY
Use with available fluent helpers to apply the OrderQuantity field to query operations. -
ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.
-
-
Constructor Details
-
SalesDocumentProposalItem
public SalesDocumentProposalItem() -
SalesDocumentProposalItem
public SalesDocumentProposalItem(@Nullable String salesOrganization, @Nullable String distributionChannel, @Nullable String organizationDivision, @Nullable String salesGroup, @Nullable String salesOffice, @Nullable String soldToParty, @Nullable String salesDocumentType, @Nullable String product, @Nullable String batch, @Nullable BigDecimal orderQuantity, @Nullable String orderQuantityUnit)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SalesDocumentProposalItem>
-
setSalesOrganization
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Parameters:
salesOrganization- Sales Organization
-
setDistributionChannel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Parameters:
distributionChannel- Distribution Channel
-
setOrganizationDivision
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: OrganizationDivision
- Parameters:
organizationDivision- Division
-
setSalesGroup
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SalesGroup
- Parameters:
salesGroup- Sales Group
-
setSalesOffice
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOffice
- Parameters:
salesOffice- Sales Office
-
setSoldToParty
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SoldToParty
- Parameters:
soldToParty- Customer Number
-
setSalesDocumentType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesDocumentType
- Parameters:
salesDocumentType- Sales Document Type
-
setProduct
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Parameters:
product- Material Number
-
setBatch
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Parameters:
batch- Batch Number
-
setOrderQuantity
Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: OrderQuantity
- Parameters:
orderQuantity- Item proposal quantity
-
setOrderQuantityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Parameters:
orderQuantityUnit- Sales Unit
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SalesDocumentProposalItem>
-
getKey
- Overrides:
getKeyin classVdmObject<SalesDocumentProposalItem>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SalesDocumentProposalItem>
-
fromMap
- Overrides:
fromMapin classVdmObject<SalesDocumentProposalItem>
-
field
@Nonnull public static <T> SalesDocumentProposalItemField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> SalesDocumentProposalItemField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<SalesDocumentProposalItem>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SalesDocumentProposalItem>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SalesDocumentProposalItem>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SalesDocumentProposalItem>
-
builder
-
getSalesOrganization
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Returns:
- Sales Organization
-
getDistributionChannel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Returns:
- Distribution Channel
-
getOrganizationDivision
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: OrganizationDivision
- Returns:
- Division
-
getSalesGroup
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SalesGroup
- Returns:
- Sales Group
-
getSalesOffice
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOffice
- Returns:
- Sales Office
-
getSoldToParty
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SoldToParty
- Returns:
- Customer Number
-
getSalesDocumentType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesDocumentType
- Returns:
- Sales Document Type
-
getProduct
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
- Material Number
-
getBatch
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Returns:
- Batch Number
-
getOrderQuantity
Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: OrderQuantity
- Returns:
- Item proposal quantity
-
getOrderQuantityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
- Sales Unit
-
toString
- Overrides:
toStringin classVdmObject<SalesDocumentProposalItem>
-
equals
- Overrides:
equalsin classVdmEntity<SalesDocumentProposalItem>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SalesDocumentProposalItem>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SalesDocumentProposalItem>
-