public class SchAgrmtPartner extends VdmEntity<SchAgrmtPartner>
Original entity name from the Odata EDM: A_SchAgrmtPartnerType
Modifier and Type | Class and Description |
---|---|
static class |
SchAgrmtPartner.SchAgrmtPartnerBuilder |
Modifier and Type | Field and Description |
---|---|
static SchAgrmtPartnerSelectable |
ALL_FIELDS
Selector for all available fields of SchAgrmtPartner.
|
static SchAgrmtPartnerField<Boolean> |
DEFAULT_PARTNER
Use with available fluent helpers to apply the DefaultPartner field to query operations.
|
static SchAgrmtPartnerField<String> |
PARTNER_COUNTER
Use with available fluent helpers to apply the PartnerCounter field to query operations.
|
static SchAgrmtPartnerField<String> |
PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations.
|
static SchAgrmtPartnerField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static SchAgrmtPartnerField<String> |
PURCHASING_ORGANIZATION
Use with available fluent helpers to apply the PurchasingOrganization field to query operations.
|
static SchAgrmtPartnerField<String> |
SCHEDULING_AGREEMENT
Use with available fluent helpers to apply the SchedulingAgreement field to query operations.
|
static SchAgrmtPartnerField<String> |
SCHEDULING_AGREEMENT_ITEM
Use with available fluent helpers to apply the SchedulingAgreementItem field to query operations.
|
static SchAgrmtPartnerField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static SchAgrmtPartnerField<String> |
SUPPLIER_SUBRANGE
Use with available fluent helpers to apply the SupplierSubrange field to query operations.
|
static SchAgrmtPartnerLink<SchAgrmtItem> |
TO_SCHEDG_AGRMT_ITM
Use with available fluent helpers to apply the to_SchedgAgrmtItm navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SchAgrmtPartner() |
SchAgrmtPartner(String schedulingAgreement,
String schedulingAgreementItem,
String purchasingOrganization,
String supplierSubrange,
String plant,
String partnerFunction,
String partnerCounter,
String supplier,
Boolean defaultPartner,
ErpConfigContext erpConfigContext,
SchAgrmtItem toSchedgAgrmtItm) |
Modifier and Type | Method and Description |
---|---|
static SchAgrmtPartner.SchAgrmtPartnerBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SchAgrmtItem |
fetchSchedgAgrmtItm()
Fetches the SchAgrmtItem entity (one to one) associated with this entity.
|
static <T> SchAgrmtPartnerField<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) |
Boolean |
getDefaultPartner()
Constraints: none
|
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 |
getPartnerCounter()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getPartnerFunction()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getPurchasingOrganization()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
Optional<SchAgrmtItem> |
getSchedgAgrmtItmIfPresent()
Retrieval of associated SchAgrmtItem entity (one to one).
|
SchAgrmtItem |
getSchedgAgrmtItmOrFetch()
Retrieval of associated SchAgrmtItem entity (one to one).
|
String |
getSchedulingAgreement()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSchedulingAgreementItem()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
String |
getSupplierSubrange()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
Class<SchAgrmtPartner> |
getType() |
int |
hashCode() |
void |
setDefaultPartner(Boolean defaultPartner)
Constraints: none
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setPartnerCounter(String partnerCounter)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setPartnerFunction(String partnerFunction)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setPurchasingOrganization(String purchasingOrganization)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setSchedgAgrmtItm(SchAgrmtItem value)
Overwrites the associated SchAgrmtItem entity for the loaded navigation property to_SchedgAgrmtItm.
|
void |
setSchedulingAgreement(String schedulingAgreement)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSchedulingAgreementItem(String schedulingAgreementItem)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
void |
setSupplierSubrange(String supplierSubrange)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SchAgrmtPartnerSelectable ALL_FIELDS
public static final SchAgrmtPartnerField<String> SCHEDULING_AGREEMENT
public static final SchAgrmtPartnerField<String> SCHEDULING_AGREEMENT_ITEM
public static final SchAgrmtPartnerField<String> PURCHASING_ORGANIZATION
public static final SchAgrmtPartnerField<String> SUPPLIER_SUBRANGE
public static final SchAgrmtPartnerField<String> PLANT
public static final SchAgrmtPartnerField<String> PARTNER_FUNCTION
public static final SchAgrmtPartnerField<String> PARTNER_COUNTER
public static final SchAgrmtPartnerField<String> SUPPLIER
public static final SchAgrmtPartnerField<Boolean> DEFAULT_PARTNER
public static final SchAgrmtPartnerLink<SchAgrmtItem> TO_SCHEDG_AGRMT_ITM
public SchAgrmtPartner()
public SchAgrmtPartner(@Nullable String schedulingAgreement, @Nullable String schedulingAgreementItem, @Nullable String purchasingOrganization, @Nullable String supplierSubrange, @Nullable String plant, @Nullable String partnerFunction, @Nullable String partnerCounter, @Nullable String supplier, @Nullable Boolean defaultPartner, @Nullable ErpConfigContext erpConfigContext, @Nullable SchAgrmtItem toSchedgAgrmtItm)
public Class<SchAgrmtPartner> getType()
getType
in class VdmObject<SchAgrmtPartner>
public void setSchedulingAgreement(@Nullable String schedulingAgreement)
Original property name from the Odata EDM: SchedulingAgreement
schedulingAgreement
- Purchasing Document Numberpublic void setSchedulingAgreementItem(@Nullable String schedulingAgreementItem)
Original property name from the Odata EDM: SchedulingAgreementItem
schedulingAgreementItem
- Item Number of Purchasing Documentpublic void setPurchasingOrganization(@Nullable String purchasingOrganization)
Original property name from the Odata EDM: PurchasingOrganization
purchasingOrganization
- Purchasing Organizationpublic void setSupplierSubrange(@Nullable String supplierSubrange)
Original property name from the Odata EDM: SupplierSubrange
supplierSubrange
- Supplier Subrangepublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setPartnerFunction(@Nullable String partnerFunction)
Original property name from the Odata EDM: PartnerFunction
partnerFunction
- Partner Functionpublic void setPartnerCounter(@Nullable String partnerCounter)
Original property name from the Odata EDM: PartnerCounter
partnerCounter
- Partner counterpublic void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Account Number of Supplierpublic void setDefaultPartner(@Nullable Boolean defaultPartner)
Original property name from the Odata EDM: DefaultPartner
defaultPartner
- Default Partnerprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<SchAgrmtPartner>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SchAgrmtPartner>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SchAgrmtPartner>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SchAgrmtPartner>
@Nonnull public static <T> SchAgrmtPartnerField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
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> SchAgrmtPartnerField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SchAgrmtPartner>
public SchAgrmtItem fetchSchedgAgrmtItm() 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.public SchAgrmtItem getSchedgAgrmtItmOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SchedgAgrmtItm of a queried SchAgrmtPartner 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.public Optional<SchAgrmtItem> getSchedgAgrmtItmIfPresent()
If the navigation property for an entity SchAgrmtPartner 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 setSchedgAgrmtItm(SchAgrmtItem value)
value
- New SchAgrmtItem entity.public static SchAgrmtPartner.SchAgrmtPartnerBuilder builder()
@Nullable public String getSchedulingAgreement()
Original property name from the Odata EDM: SchedulingAgreement
@Nullable public String getSchedulingAgreementItem()
Original property name from the Odata EDM: SchedulingAgreementItem
@Nullable public String getPurchasingOrganization()
Original property name from the Odata EDM: PurchasingOrganization
@Nullable public String getSupplierSubrange()
Original property name from the Odata EDM: SupplierSubrange
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getPartnerFunction()
Original property name from the Odata EDM: PartnerFunction
@Nullable public String getPartnerCounter()
Original property name from the Odata EDM: PartnerCounter
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public Boolean getDefaultPartner()
Original property name from the Odata EDM: DefaultPartner
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SchAgrmtPartner>
erpConfigContext
- public String toString()
toString
in class VdmObject<SchAgrmtPartner>
public boolean equals(Object o)
equals
in class VdmObject<SchAgrmtPartner>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SchAgrmtPartner>
public int hashCode()
hashCode
in class VdmObject<SchAgrmtPartner>
Copyright © 2018 SAP SE. All rights reserved.