Modifier and Type | Class and Description |
---|---|
static class |
PurgCat.PurgCatBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<PurgCat,String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static EntityField<PurgCat,Calendar> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static EntityField<PurgCat,String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static EntityField<PurgCat,Calendar> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static EntityField<PurgCat,String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static EntityField<PurgCat,String> |
PURCHASING_CATEGORY
Use with available fluent helpers to apply the PurchasingCategory field to query operations.
|
static EntityField<PurgCat,String> |
PURG_CAT_IS_INACTIVE
Use with available fluent helpers to apply the PurgCatIsInactive field to query operations.
|
static EntityField<PurgCat,String> |
PURG_CAT_NAME
Use with available fluent helpers to apply the PurgCatName field to query operations.
|
static EntityField<PurgCat,String> |
PURG_CAT_TRANSLATION_OVRL_STATUS
Use with available fluent helpers to apply the PurgCatTranslationOvrlStatus field to query operations.
|
static EntityField<PurgCat,UUID> |
PURG_CAT_U_U_ID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
Constructor and Description |
---|
PurgCat() |
PurgCat(UUID purgCatUUID,
String purchasingCategory,
String purgCatName,
Calendar creationDateTime,
String createdByUser,
Calendar lastChangeDateTime,
String lastChangedByUser,
String language,
String purgCatIsInactive,
String purgCatTranslationOvrlStatus,
ErpConfigContext erpConfigContext,
List<PurgCatDescription> toPurgCatDescription,
List<PurgCatMaterialGroup> toPurgCatMaterialGroup,
List<PurgCatMember> toPurgCatMember,
List<PurgCatPlannedSpend> toPurgCatPlannedSpend,
PurgCatPurchaserResponsible toPurgCatPurchaserResponsible,
List<PurgCatSupplier> toPurgCatSupplier,
List<PurgCatTranslationStatus> toPurgCatTranslationStatus) |
Modifier and Type | Method and Description |
---|---|
void |
addPurgCatDescription(PurgCatDescription... entity)
Adds elements to the list of associated PurgCatDescription entities.
|
void |
addPurgCatMaterialGroup(PurgCatMaterialGroup... entity)
Adds elements to the list of associated PurgCatMaterialGroup entities.
|
void |
addPurgCatMember(PurgCatMember... entity)
Adds elements to the list of associated PurgCatMember entities.
|
void |
addPurgCatPlannedSpend(PurgCatPlannedSpend... entity)
Adds elements to the list of associated PurgCatPlannedSpend entities.
|
void |
addPurgCatSupplier(PurgCatSupplier... entity)
Adds elements to the list of associated PurgCatSupplier entities.
|
void |
addPurgCatTranslationStatus(PurgCatTranslationStatus... entity)
Adds elements to the list of associated PurgCatTranslationStatus entities.
|
static PurgCat.PurgCatBuilder |
builder() |
boolean |
equals(Object o) |
List<PurgCatDescription> |
fetchPurgCatDescription()
Fetches the PurgCatDescription entities (one to many) associated with this entity.
|
List<PurgCatMaterialGroup> |
fetchPurgCatMaterialGroup()
Fetches the PurgCatMaterialGroup entities (one to many) associated with this entity.
|
List<PurgCatMember> |
fetchPurgCatMember()
Fetches the PurgCatMember entities (one to many) associated with this entity.
|
List<PurgCatPlannedSpend> |
fetchPurgCatPlannedSpend()
Fetches the PurgCatPlannedSpend entities (one to many) associated with this entity.
|
PurgCatPurchaserResponsible |
fetchPurgCatPurchaserResponsible()
Fetches the PurgCatPurchaserResponsible entity (one to one) associated with this entity.
|
List<PurgCatSupplier> |
fetchPurgCatSupplier()
Fetches the PurgCatSupplier entities (one to many) associated with this entity.
|
List<PurgCatTranslationStatus> |
fetchPurgCatTranslationStatus()
Fetches the PurgCatTranslationStatus entities (one to many) associated with this entity.
|
static <T> EntityField<PurgCat,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 60
|
Calendar |
getCreationDateTime()
Constraints: Not nullable, Precision: 7
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2
|
Calendar |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 60
|
String |
getPurchasingCategory()
Constraints: Not nullable, Maximum length: 20
|
List<PurgCatDescription> |
getPurgCatDescriptionOrFetch()
Retrieval of associated PurgCatDescription entities (one to many).
|
com.google.common.base.Optional<List<PurgCatDescription>> |
getPurgCatDescriptionOrNull()
Retrieval of associated PurgCatDescription entities (one to many).
|
String |
getPurgCatIsInactive()
Constraints: Not nullable, Maximum length: 1
|
List<PurgCatMaterialGroup> |
getPurgCatMaterialGroupOrFetch()
Retrieval of associated PurgCatMaterialGroup entities (one to many).
|
com.google.common.base.Optional<List<PurgCatMaterialGroup>> |
getPurgCatMaterialGroupOrNull()
Retrieval of associated PurgCatMaterialGroup entities (one to many).
|
List<PurgCatMember> |
getPurgCatMemberOrFetch()
Retrieval of associated PurgCatMember entities (one to many).
|
com.google.common.base.Optional<List<PurgCatMember>> |
getPurgCatMemberOrNull()
Retrieval of associated PurgCatMember entities (one to many).
|
String |
getPurgCatName()
Constraints: Not nullable, Maximum length: 60
|
List<PurgCatPlannedSpend> |
getPurgCatPlannedSpendOrFetch()
Retrieval of associated PurgCatPlannedSpend entities (one to many).
|
com.google.common.base.Optional<List<PurgCatPlannedSpend>> |
getPurgCatPlannedSpendOrNull()
Retrieval of associated PurgCatPlannedSpend entities (one to many).
|
PurgCatPurchaserResponsible |
getPurgCatPurchaserResponsibleOrFetch()
Retrieval of associated PurgCatPurchaserResponsible entity (one to one).
|
com.google.common.base.Optional<PurgCatPurchaserResponsible> |
getPurgCatPurchaserResponsibleOrNull()
Retrieval of associated PurgCatPurchaserResponsible entity (one to one).
|
List<PurgCatSupplier> |
getPurgCatSupplierOrFetch()
Retrieval of associated PurgCatSupplier entities (one to many).
|
com.google.common.base.Optional<List<PurgCatSupplier>> |
getPurgCatSupplierOrNull()
Retrieval of associated PurgCatSupplier entities (one to many).
|
String |
getPurgCatTranslationOvrlStatus()
Constraints: Not nullable, Maximum length: 2
|
List<PurgCatTranslationStatus> |
getPurgCatTranslationStatusOrFetch()
Retrieval of associated PurgCatTranslationStatus entities (one to many).
|
com.google.common.base.Optional<List<PurgCatTranslationStatus>> |
getPurgCatTranslationStatusOrNull()
Retrieval of associated PurgCatTranslationStatus entities (one to many).
|
UUID |
getPurgCatUUID()
(Key Field) Constraints: Not nullable
|
Class<PurgCat> |
getType() |
int |
hashCode() |
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 60
|
void |
setCreationDateTime(Calendar creationDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2
|
void |
setLastChangeDateTime(Calendar lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 60
|
void |
setPurchasingCategory(String purchasingCategory)
Constraints: Not nullable, Maximum length: 20
|
void |
setPurgCatDescription(List<PurgCatDescription> value)
Overwrites the list of associated PurgCatDescription entities for the loaded navigation property to_PurgCatDescription.
|
void |
setPurgCatIsInactive(String purgCatIsInactive)
Constraints: Not nullable, Maximum length: 1
|
void |
setPurgCatMaterialGroup(List<PurgCatMaterialGroup> value)
Overwrites the list of associated PurgCatMaterialGroup entities for the loaded navigation property to_PurgCatMaterialGroup.
|
void |
setPurgCatMember(List<PurgCatMember> value)
Overwrites the list of associated PurgCatMember entities for the loaded navigation property to_PurgCatMember.
|
void |
setPurgCatName(String purgCatName)
Constraints: Not nullable, Maximum length: 60
|
void |
setPurgCatPlannedSpend(List<PurgCatPlannedSpend> value)
Overwrites the list of associated PurgCatPlannedSpend entities for the loaded navigation property to_PurgCatPlannedSpend.
|
void |
setPurgCatPurchaserResponsible(PurgCatPurchaserResponsible value)
Overwrites the associated PurgCatPurchaserResponsible entity for the loaded navigation property to_PurgCatPurchaserResponsible.
|
void |
setPurgCatSupplier(List<PurgCatSupplier> value)
Overwrites the list of associated PurgCatSupplier entities for the loaded navigation property to_PurgCatSupplier.
|
void |
setPurgCatTranslationOvrlStatus(String purgCatTranslationOvrlStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setPurgCatTranslationStatus(List<PurgCatTranslationStatus> value)
Overwrites the list of associated PurgCatTranslationStatus entities for the loaded navigation property to_PurgCatTranslationStatus.
|
void |
setPurgCatUUID(UUID purgCatUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField
public static final EntityField<PurgCat,UUID> PURG_CAT_U_U_ID
public static final EntityField<PurgCat,String> PURCHASING_CATEGORY
public static final EntityField<PurgCat,String> PURG_CAT_NAME
public static final EntityField<PurgCat,Calendar> CREATION_DATE_TIME
public static final EntityField<PurgCat,String> CREATED_BY_USER
public static final EntityField<PurgCat,Calendar> LAST_CHANGE_DATE_TIME
public static final EntityField<PurgCat,String> LAST_CHANGED_BY_USER
public static final EntityField<PurgCat,String> LANGUAGE
public static final EntityField<PurgCat,String> PURG_CAT_IS_INACTIVE
public static final EntityField<PurgCat,String> PURG_CAT_TRANSLATION_OVRL_STATUS
@Generated(value="lombok") public PurgCat()
@ConstructorProperties(value={"purgCatUUID","purchasingCategory","purgCatName","creationDateTime","createdByUser","lastChangeDateTime","lastChangedByUser","language","purgCatIsInactive","purgCatTranslationOvrlStatus","erpConfigContext","toPurgCatDescription","toPurgCatMaterialGroup","toPurgCatMember","toPurgCatPlannedSpend","toPurgCatPurchaserResponsible","toPurgCatSupplier","toPurgCatTranslationStatus"}) @Generated(value="lombok") public PurgCat(@Nullable UUID purgCatUUID, @Nullable String purchasingCategory, @Nullable String purgCatName, @Nullable Calendar creationDateTime, @Nullable String createdByUser, @Nullable Calendar lastChangeDateTime, @Nullable String lastChangedByUser, @Nullable String language, @Nullable String purgCatIsInactive, @Nullable String purgCatTranslationOvrlStatus, @Nullable ErpConfigContext erpConfigContext, List<PurgCatDescription> toPurgCatDescription, List<PurgCatMaterialGroup> toPurgCatMaterialGroup, List<PurgCatMember> toPurgCatMember, List<PurgCatPlannedSpend> toPurgCatPlannedSpend, PurgCatPurchaserResponsible toPurgCatPurchaserResponsible, List<PurgCatSupplier> toPurgCatSupplier, List<PurgCatTranslationStatus> toPurgCatTranslationStatus)
public static <T> EntityField<PurgCat,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<PurgCatDescription> fetchPurgCatDescription() 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<PurgCatDescription> getPurgCatDescriptionOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatDescription of a queried PurgCat 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<PurgCatDescription>> getPurgCatDescriptionOrNull()
If the navigation property to_PurgCatDescription for an entity PurgCat has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setPurgCatDescription(@NonNull List<PurgCatDescription> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatDescription of a queried PurgCat 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 PurgCatDescription entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addPurgCatDescription(PurgCatDescription... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatDescription of a queried PurgCat 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 PurgCatDescription entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public List<PurgCatMaterialGroup> fetchPurgCatMaterialGroup() 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<PurgCatMaterialGroup> getPurgCatMaterialGroupOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatMaterialGroup of a queried PurgCat 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<PurgCatMaterialGroup>> getPurgCatMaterialGroupOrNull()
If the navigation property to_PurgCatMaterialGroup for an entity PurgCat has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setPurgCatMaterialGroup(@NonNull List<PurgCatMaterialGroup> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatMaterialGroup of a queried PurgCat 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 PurgCatMaterialGroup entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addPurgCatMaterialGroup(PurgCatMaterialGroup... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatMaterialGroup of a queried PurgCat 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 PurgCatMaterialGroup entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public List<PurgCatMember> fetchPurgCatMember() 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<PurgCatMember> getPurgCatMemberOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatMember of a queried PurgCat 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<PurgCatMember>> getPurgCatMemberOrNull()
If the navigation property to_PurgCatMember for an entity PurgCat has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setPurgCatMember(@NonNull List<PurgCatMember> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatMember of a queried PurgCat 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 PurgCatMember entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addPurgCatMember(PurgCatMember... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatMember of a queried PurgCat 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 PurgCatMember entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public List<PurgCatPlannedSpend> fetchPurgCatPlannedSpend() 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<PurgCatPlannedSpend> getPurgCatPlannedSpendOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatPlannedSpend of a queried PurgCat 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<PurgCatPlannedSpend>> getPurgCatPlannedSpendOrNull()
If the navigation property to_PurgCatPlannedSpend for an entity PurgCat has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setPurgCatPlannedSpend(@NonNull List<PurgCatPlannedSpend> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatPlannedSpend of a queried PurgCat 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 PurgCatPlannedSpend entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addPurgCatPlannedSpend(PurgCatPlannedSpend... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatPlannedSpend of a queried PurgCat 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 PurgCatPlannedSpend entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public PurgCatPurchaserResponsible fetchPurgCatPurchaserResponsible() 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 PurgCatPurchaserResponsible getPurgCatPurchaserResponsibleOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatPurchaserResponsible of a queried PurgCat 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<PurgCatPurchaserResponsible> getPurgCatPurchaserResponsibleOrNull()
If the navigation property to_PurgCatPurchaserResponsible for an entity PurgCat has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setPurgCatPurchaserResponsible(PurgCatPurchaserResponsible value)
value
- New PurgCatPurchaserResponsible entity.public List<PurgCatSupplier> fetchPurgCatSupplier() 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<PurgCatSupplier> getPurgCatSupplierOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatSupplier of a queried PurgCat 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<PurgCatSupplier>> getPurgCatSupplierOrNull()
If the navigation property to_PurgCatSupplier for an entity PurgCat has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setPurgCatSupplier(@NonNull List<PurgCatSupplier> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatSupplier of a queried PurgCat 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 PurgCatSupplier entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addPurgCatSupplier(PurgCatSupplier... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatSupplier of a queried PurgCat 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 PurgCatSupplier entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public List<PurgCatTranslationStatus> fetchPurgCatTranslationStatus() 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<PurgCatTranslationStatus> getPurgCatTranslationStatusOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatTranslationStatus of a queried PurgCat 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<PurgCatTranslationStatus>> getPurgCatTranslationStatusOrNull()
If the navigation property to_PurgCatTranslationStatus for an entity PurgCat has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setPurgCatTranslationStatus(@NonNull List<PurgCatTranslationStatus> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatTranslationStatus of a queried PurgCat 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 PurgCatTranslationStatus entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addPurgCatTranslationStatus(PurgCatTranslationStatus... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgCatTranslationStatus of a queried PurgCat 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 PurgCatTranslationStatus entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static PurgCat.PurgCatBuilder builder()
@Nullable @Generated(value="lombok") public UUID getPurgCatUUID()
@Nullable @Generated(value="lombok") public String getPurchasingCategory()
@Nullable @Generated(value="lombok") public String getPurgCatName()
@Nullable @Generated(value="lombok") public Calendar getCreationDateTime()
@Nullable @Generated(value="lombok") public String getCreatedByUser()
@Nullable @Generated(value="lombok") public Calendar getLastChangeDateTime()
@Nullable @Generated(value="lombok") public String getLastChangedByUser()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public String getPurgCatIsInactive()
@Nullable @Generated(value="lombok") public String getPurgCatTranslationOvrlStatus()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- @Generated(value="lombok") public void setPurchasingCategory(@Nullable String purchasingCategory)
purchasingCategory
- @Generated(value="lombok") public void setPurgCatName(@Nullable String purgCatName)
purgCatName
- @Generated(value="lombok") public void setCreationDateTime(@Nullable Calendar creationDateTime)
creationDateTime
- @Generated(value="lombok") public void setCreatedByUser(@Nullable String createdByUser)
createdByUser
- @Generated(value="lombok") public void setLastChangeDateTime(@Nullable Calendar lastChangeDateTime)
lastChangeDateTime
- @Generated(value="lombok") public void setLastChangedByUser(@Nullable String lastChangedByUser)
lastChangedByUser
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setPurgCatIsInactive(@Nullable String purgCatIsInactive)
purgCatIsInactive
- @Generated(value="lombok") public void setPurgCatTranslationOvrlStatus(@Nullable String purgCatTranslationOvrlStatus)
purgCatTranslationOvrlStatus
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2017 SAP SE. All rights reserved.