public class InbDeliverySerialNmbr extends VdmEntity<InbDeliverySerialNmbr>
Modifier and Type | Class and Description |
---|---|
static class |
InbDeliverySerialNmbr.InbDeliverySerialNmbrBuilder |
Modifier and Type | Field and Description |
---|---|
static InbDeliverySerialNmbrSelectable |
ALL_FIELDS
Selector for all available fields of InbDeliverySerialNmbr.
|
static InbDeliverySerialNmbrField<Calendar> |
DELIVERY_DATE
Use with available fluent helpers to apply the DeliveryDate field to query operations.
|
static InbDeliverySerialNmbrField<String> |
DELIVERY_DOCUMENT
Use with available fluent helpers to apply the DeliveryDocument field to query operations.
|
static InbDeliverySerialNmbrField<String> |
DELIVERY_DOCUMENT_ITEM
Use with available fluent helpers to apply the DeliveryDocumentItem field to query operations.
|
static InbDeliverySerialNmbrField<Integer> |
MAINTENANCE_ITEM_OBJECT_LIST
Use with available fluent helpers to apply the MaintenanceItemObjectList field to query operations.
|
static InbDeliverySerialNmbrField<String> |
SD_DOCUMENT_CATEGORY
Use with available fluent helpers to apply the SDDocumentCategory field to query operations.
|
static InbDeliverySerialNmbrLink<MaintenanceItemObjList> |
TO_MAINTENANCE_ITEM_OBJECT
Use with available fluent helpers to apply the to_MaintenanceItemObject navigation property to query operations.
|
Constructor and Description |
---|
InbDeliverySerialNmbr() |
InbDeliverySerialNmbr(Calendar deliveryDate,
String deliveryDocument,
String deliveryDocumentItem,
Integer maintenanceItemObjectList,
String sDDocumentCategory,
ErpConfigContext erpConfigContext,
List<MaintenanceItemObjList> toMaintenanceItemObject) |
Modifier and Type | Method and Description |
---|---|
void |
addMaintenanceItemObject(MaintenanceItemObjList... entity)
Adds elements to the list of associated MaintenanceItemObjList entities.
|
static InbDeliverySerialNmbr.InbDeliverySerialNmbrBuilder |
builder() |
boolean |
equals(Object o) |
List<MaintenanceItemObjList> |
fetchMaintenanceItemObject()
Fetches the MaintenanceItemObjList entities (one to many) associated with this entity.
|
static <T> InbDeliverySerialNmbrField<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
|
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<MaintenanceItemObjList> |
getMaintenanceItemObjectOrFetch()
Retrieval of associated MaintenanceItemObjList entities (one to many).
|
com.google.common.base.Optional<List<MaintenanceItemObjList>> |
getMaintenanceItemObjectOrNull()
Retrieval of associated MaintenanceItemObjList entities (one to many).
|
String |
getSDDocumentCategory()
Constraints: Not nullable, Maximum length: 4
|
Class<InbDeliverySerialNmbr> |
getType() |
int |
hashCode() |
void |
setDeliveryDate(Calendar deliveryDate)
Constraints: Not nullable, Precision: 7
|
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<MaintenanceItemObjList> value)
Overwrites the list of associated MaintenanceItemObjList 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, setCustomField
public static final InbDeliverySerialNmbrSelectable ALL_FIELDS
public static final InbDeliverySerialNmbrField<Calendar> DELIVERY_DATE
public static final InbDeliverySerialNmbrField<String> DELIVERY_DOCUMENT
public static final InbDeliverySerialNmbrField<String> DELIVERY_DOCUMENT_ITEM
public static final InbDeliverySerialNmbrField<Integer> MAINTENANCE_ITEM_OBJECT_LIST
public static final InbDeliverySerialNmbrField<String> SD_DOCUMENT_CATEGORY
public static final InbDeliverySerialNmbrLink<MaintenanceItemObjList> TO_MAINTENANCE_ITEM_OBJECT
@Generated(value="lombok") public InbDeliverySerialNmbr()
@ConstructorProperties(value={"deliveryDate","deliveryDocument","deliveryDocumentItem","maintenanceItemObjectList","sDDocumentCategory","erpConfigContext","toMaintenanceItemObject"}) @Generated(value="lombok") public InbDeliverySerialNmbr(@Nullable Calendar deliveryDate, @Nullable String deliveryDocument, @Nullable String deliveryDocumentItem, @Nullable Integer maintenanceItemObjectList, @Nullable String sDDocumentCategory, @Nullable ErpConfigContext erpConfigContext, List<MaintenanceItemObjList> toMaintenanceItemObject)
public Class<InbDeliverySerialNmbr> getType()
getType
in class VdmObject<InbDeliverySerialNmbr>
public static <T> InbDeliverySerialNmbrField<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<MaintenanceItemObjList> 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<MaintenanceItemObjList> getMaintenanceItemObjectOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_MaintenanceItemObject of a queried InbDeliverySerialNmbr 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<MaintenanceItemObjList>> getMaintenanceItemObjectOrNull()
If the navigation property to_MaintenanceItemObject for an entity InbDeliverySerialNmbr 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<MaintenanceItemObjList> value)
If the navigation property to_MaintenanceItemObject of a queried InbDeliverySerialNmbr 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 MaintenanceItemObjList entities.public void addMaintenanceItemObject(MaintenanceItemObjList... entity)
If the navigation property to_MaintenanceItemObject of a queried InbDeliverySerialNmbr 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 MaintenanceItemObjList entities.@Generated(value="lombok") public static InbDeliverySerialNmbr.InbDeliverySerialNmbrBuilder 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 VdmObject<InbDeliverySerialNmbr>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<InbDeliverySerialNmbr>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<InbDeliverySerialNmbr>
Copyright © 2017 SAP SE. All rights reserved.