public class ReturnsDeliverySrlNmbr extends VdmEntity<ReturnsDeliverySrlNmbr>
Modifier and Type | Class and Description |
---|---|
static class |
ReturnsDeliverySrlNmbr.ReturnsDeliverySrlNmbrBuilder |
Modifier and Type | Field and Description |
---|---|
static ReturnsDeliverySrlNmbrSelectable |
ALL_FIELDS
Selector for all available fields of ReturnsDeliverySrlNmbr.
|
static ReturnsDeliverySrlNmbrField<Calendar> |
DELIVERY_DATE
Use with available fluent helpers to apply the DeliveryDate field to query operations.
|
static ReturnsDeliverySrlNmbrField<String> |
DELIVERY_DOCUMENT
Use with available fluent helpers to apply the DeliveryDocument field to query operations.
|
static ReturnsDeliverySrlNmbrField<String> |
DELIVERY_DOCUMENT_ITEM
Use with available fluent helpers to apply the DeliveryDocumentItem field to query operations.
|
static ReturnsDeliverySrlNmbrField<Integer> |
MAINTENANCE_ITEM_OBJECT_LIST
Use with available fluent helpers to apply the MaintenanceItemObjectList field to query operations.
|
static ReturnsDeliverySrlNmbrField<String> |
SD_DOCUMENT_CATEGORY
Use with available fluent helpers to apply the SDDocumentCategory field to query operations.
|
static ReturnsDeliverySrlNmbrLink<ReturnsDeliveryMaintObj> |
TO_MAINTENANCE_ITEM_OBJECT
Use with available fluent helpers to apply the to_MaintenanceItemObject navigation property to query operations.
|
Constructor and Description |
---|
ReturnsDeliverySrlNmbr() |
ReturnsDeliverySrlNmbr(Calendar deliveryDate,
String deliveryDocument,
String deliveryDocumentItem,
Integer maintenanceItemObjectList,
String sDDocumentCategory,
ErpConfigContext erpConfigContext,
List<ReturnsDeliveryMaintObj> toMaintenanceItemObject) |
Modifier and Type | Method and Description |
---|---|
void |
addMaintenanceItemObject(ReturnsDeliveryMaintObj... entity)
Adds elements to the list of associated ReturnsDeliveryMaintObj entities.
|
static ReturnsDeliverySrlNmbr.ReturnsDeliverySrlNmbrBuilder |
builder() |
boolean |
equals(Object o) |
List<ReturnsDeliveryMaintObj> |
fetchMaintenanceItemObject()
Fetches the ReturnsDeliveryMaintObj entities (one to many) associated with this entity.
|
static <T> ReturnsDeliverySrlNmbrField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Calendar |
getDeliveryDate()
Constraints: Not nullable, Precision: 7 Date in the form YYYYMMDD (where Y = year, M = month, D = day)19920301
|
String |
getDeliveryDocument()
Constraints: Not nullable, Maximum length: 10
|
String |
getDeliveryDocumentItem()
Constraints: Not nullable, Maximum length: 6
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Integer |
getMaintenanceItemObjectList()
(Key Field) Constraints: Not nullable
|
List<ReturnsDeliveryMaintObj> |
getMaintenanceItemObjectOrFetch()
Retrieval of associated ReturnsDeliveryMaintObj entities (one to many).
|
com.google.common.base.Optional<List<ReturnsDeliveryMaintObj>> |
getMaintenanceItemObjectOrNull()
Retrieval of associated ReturnsDeliveryMaintObj entities (one to many).
|
String |
getSDDocumentCategory()
Constraints: Not nullable, Maximum length: 4 The document category determines how the system stores and keeps track of document data.
|
Class<ReturnsDeliverySrlNmbr> |
getType() |
int |
hashCode() |
void |
setDeliveryDate(Calendar deliveryDate)
Constraints: Not nullable, Precision: 7 Date in the form YYYYMMDD (where Y = year, M = month, D = day)19920301
|
void |
setDeliveryDocument(String deliveryDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setDeliveryDocumentItem(String deliveryDocumentItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setMaintenanceItemObject(List<ReturnsDeliveryMaintObj> value)
Overwrites the list of associated ReturnsDeliveryMaintObj entities for the loaded navigation property to_MaintenanceItemObject.
|
void |
setMaintenanceItemObjectList(Integer maintenanceItemObjectList)
(Key Field) Constraints: Not nullable
|
void |
setSDDocumentCategory(String sDDocumentCategory)
Constraints: Not nullable, Maximum length: 4 The document category determines how the system stores and keeps track of document data.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ReturnsDeliverySrlNmbrSelectable ALL_FIELDS
public static final ReturnsDeliverySrlNmbrField<Calendar> DELIVERY_DATE
public static final ReturnsDeliverySrlNmbrField<String> DELIVERY_DOCUMENT
public static final ReturnsDeliverySrlNmbrField<String> DELIVERY_DOCUMENT_ITEM
public static final ReturnsDeliverySrlNmbrField<Integer> MAINTENANCE_ITEM_OBJECT_LIST
public static final ReturnsDeliverySrlNmbrField<String> SD_DOCUMENT_CATEGORY
public static final ReturnsDeliverySrlNmbrLink<ReturnsDeliveryMaintObj> TO_MAINTENANCE_ITEM_OBJECT
public ReturnsDeliverySrlNmbr()
public ReturnsDeliverySrlNmbr(@Nullable Calendar deliveryDate, @Nullable String deliveryDocument, @Nullable String deliveryDocumentItem, @Nullable Integer maintenanceItemObjectList, @Nullable String sDDocumentCategory, @Nullable ErpConfigContext erpConfigContext, List<ReturnsDeliveryMaintObj> toMaintenanceItemObject)
public Class<ReturnsDeliverySrlNmbr> getType()
getType
in class VdmObject<ReturnsDeliverySrlNmbr>
public static <T> ReturnsDeliverySrlNmbrField<T> field(String fieldName, 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.public List<ReturnsDeliveryMaintObj> fetchMaintenanceItemObject() 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 List<ReturnsDeliveryMaintObj> getMaintenanceItemObjectOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_MaintenanceItemObject of a queried ReturnsDeliverySrlNmbr 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 com.google.common.base.Optional<List<ReturnsDeliveryMaintObj>> getMaintenanceItemObjectOrNull()
If the navigation property to_MaintenanceItemObject for an entity ReturnsDeliverySrlNmbr has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setMaintenanceItemObject(@NonNull List<ReturnsDeliveryMaintObj> value)
If the navigation property to_MaintenanceItemObject of a queried ReturnsDeliverySrlNmbr 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 ReturnsDeliveryMaintObj entities.public void addMaintenanceItemObject(ReturnsDeliveryMaintObj... entity)
If the navigation property to_MaintenanceItemObject of a queried ReturnsDeliverySrlNmbr 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 ReturnsDeliveryMaintObj entities.public static ReturnsDeliverySrlNmbr.ReturnsDeliverySrlNmbrBuilder builder()
@Nullable public Calendar getDeliveryDate()
Date in the form YYYYMMDD (where Y = year, M = month, D = day)19920301
@Nullable public String getDeliveryDocument()
@Nullable public String getDeliveryDocumentItem()
@Nullable public Integer getMaintenanceItemObjectList()
@Nullable public String getSDDocumentCategory()
The document category determines how the system stores and keeps track of document data. It enables the system to provide you with status information about delivery processing, billing, and documents that are used for reference (for example, inquiries and quotations).
@Nullable public ErpConfigContext getErpConfigContext()
public void setDeliveryDate(@Nullable Calendar deliveryDate)
Date in the form YYYYMMDD (where Y = year, M = month, D = day)19920301
deliveryDate
- public void setDeliveryDocument(@Nullable String deliveryDocument)
deliveryDocument
- public void setDeliveryDocumentItem(@Nullable String deliveryDocumentItem)
deliveryDocumentItem
- public void setMaintenanceItemObjectList(@Nullable Integer maintenanceItemObjectList)
maintenanceItemObjectList
- public void setSDDocumentCategory(@Nullable String sDDocumentCategory)
The document category determines how the system stores and keeps track of document data. It enables the system to provide you with status information about delivery processing, billing, and documents that are used for reference (for example, inquiries and quotations).
sDDocumentCategory
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ReturnsDeliverySrlNmbr>
public boolean equals(Object o)
equals
in class VdmObject<ReturnsDeliverySrlNmbr>
public int hashCode()
hashCode
in class VdmObject<ReturnsDeliverySrlNmbr>
Copyright © 2018 SAP SE. All rights reserved.