public class SerialNmbrDelivery extends Entity<SerialNmbrDelivery>
Modifier and Type | Class and Description |
---|---|
static class |
SerialNmbrDelivery.SerialNmbrDeliveryBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<SerialNmbrDelivery,Calendar> |
DELIVERY_DATE
Use with available fluent helpers to apply the DeliveryDate field to query operations.
|
static EntityField<SerialNmbrDelivery,String> |
DELIVERY_DOCUMENT
Use with available fluent helpers to apply the DeliveryDocument field to query operations.
|
static EntityField<SerialNmbrDelivery,String> |
DELIVERY_DOCUMENT_ITEM
Use with available fluent helpers to apply the DeliveryDocumentItem field to query operations.
|
static EntityField<SerialNmbrDelivery,Integer> |
MAINTENANCE_ITEM_OBJECT_LIST
Use with available fluent helpers to apply the MaintenanceItemObjectList field to query operations.
|
static EntityField<SerialNmbrDelivery,String> |
S_D_DOCUMENT_CATEGORY
Use with available fluent helpers to apply the SDDocumentCategory field to query operations.
|
Constructor and Description |
---|
SerialNmbrDelivery() |
SerialNmbrDelivery(Calendar deliveryDate,
String deliveryDocument,
String deliveryDocumentItem,
Integer maintenanceItemObjectList,
String sDDocumentCategory,
ErpConfigContext erpConfigContext,
List<MaintenanceItemObject> toMaintenanceItemObject) |
Modifier and Type | Method and Description |
---|---|
void |
addMaintenanceItemObject(MaintenanceItemObject... entity)
Adds elements to the list of associated MaintenanceItemObject entities.
|
static SerialNmbrDelivery.SerialNmbrDeliveryBuilder |
builder() |
boolean |
equals(Object o) |
List<MaintenanceItemObject> |
fetchMaintenanceItemObject()
Fetches the MaintenanceItemObject entities (one to many) associated with this entity.
|
static <T> EntityField<SerialNmbrDelivery,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: 0
|
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.
|
Integer |
getMaintenanceItemObjectList()
(Key Field) Constraints: Not nullable
|
List<MaintenanceItemObject> |
getMaintenanceItemObjectOrFetch()
Retrieval of associated MaintenanceItemObject entities (one to many).
|
com.google.common.base.Optional<List<MaintenanceItemObject>> |
getMaintenanceItemObjectOrNull()
Retrieval of associated MaintenanceItemObject entities (one to many).
|
String |
getSDDocumentCategory()
Constraints: Not nullable, Maximum length: 4
|
Class<SerialNmbrDelivery> |
getType() |
int |
hashCode() |
void |
setDeliveryDate(Calendar deliveryDate)
Constraints: Not nullable, Precision: 0
|
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.
|
void |
setMaintenanceItemObject(List<MaintenanceItemObject> value)
Overwrites the list of associated MaintenanceItemObject 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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField
public static final EntityField<SerialNmbrDelivery,Calendar> DELIVERY_DATE
public static final EntityField<SerialNmbrDelivery,String> DELIVERY_DOCUMENT
public static final EntityField<SerialNmbrDelivery,String> DELIVERY_DOCUMENT_ITEM
public static final EntityField<SerialNmbrDelivery,Integer> MAINTENANCE_ITEM_OBJECT_LIST
public static final EntityField<SerialNmbrDelivery,String> S_D_DOCUMENT_CATEGORY
@Generated(value="lombok") public SerialNmbrDelivery()
@ConstructorProperties(value={"deliveryDate","deliveryDocument","deliveryDocumentItem","maintenanceItemObjectList","sDDocumentCategory","erpConfigContext","toMaintenanceItemObject"}) @Generated(value="lombok") public SerialNmbrDelivery(@Nullable Calendar deliveryDate, @Nullable String deliveryDocument, @Nullable String deliveryDocumentItem, @Nullable Integer maintenanceItemObjectList, @Nullable String sDDocumentCategory, @Nullable ErpConfigContext erpConfigContext, List<MaintenanceItemObject> toMaintenanceItemObject)
public Class<SerialNmbrDelivery> getType()
getType
in class Entity<SerialNmbrDelivery>
public static <T> EntityField<SerialNmbrDelivery,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<MaintenanceItemObject> 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
public List<MaintenanceItemObject> getMaintenanceItemObjectOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_MaintenanceItemObject of a queried SerialNmbrDelivery 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
public com.google.common.base.Optional<List<MaintenanceItemObject>> getMaintenanceItemObjectOrNull()
If the navigation property to_MaintenanceItemObject for an entity SerialNmbrDelivery 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<MaintenanceItemObject> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_MaintenanceItemObject of a queried SerialNmbrDelivery 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 MaintenanceItemObject entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addMaintenanceItemObject(MaintenanceItemObject... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_MaintenanceItemObject of a queried SerialNmbrDelivery 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 MaintenanceItemObject entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static SerialNmbrDelivery.SerialNmbrDeliveryBuilder builder()
@Nullable @Generated(value="lombok") public Calendar getDeliveryDate()
Date in the form YYYYMMDD (where Y = year, M = month, D = day) 19920301
@Nullable @Generated(value="lombok") public String getDeliveryDocument()
@Nullable @Generated(value="lombok") public String getDeliveryDocumentItem()
@Nullable @Generated(value="lombok") public Integer getMaintenanceItemObjectList()
@Nullable @Generated(value="lombok") 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 @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setDeliveryDate(@Nullable Calendar deliveryDate)
Date in the form YYYYMMDD (where Y = year, M = month, D = day) 19920301
deliveryDate
- @Generated(value="lombok") public void setDeliveryDocument(@Nullable String deliveryDocument)
deliveryDocument
- @Generated(value="lombok") public void setDeliveryDocumentItem(@Nullable String deliveryDocumentItem)
deliveryDocumentItem
- @Generated(value="lombok") public void setMaintenanceItemObjectList(@Nullable Integer maintenanceItemObjectList)
maintenanceItemObjectList
- @Generated(value="lombok") 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
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<SerialNmbrDelivery>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<SerialNmbrDelivery>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<SerialNmbrDelivery>
Copyright © 2017 SAP SE. All rights reserved.