public class LegalTransaction extends VdmEntity<LegalTransaction>
Modifier and Type | Class and Description |
---|---|
static class |
LegalTransaction.LegalTransactionBuilder |
Modifier and Type | Field and Description |
---|---|
static LegalTransactionSelectable |
ALL_FIELDS
Selector for all available fields of LegalTransaction.
|
static LegalTransactionField<Boolean> |
CANCEL_AC
Use with available fluent helpers to apply the Cancel_ac field to query operations.
|
static LegalTransactionField<String> |
IS_END_OF_PURPOSE_BLOCKED
Use with available fluent helpers to apply the IsEndOfPurposeBlocked field to query operations.
|
static LegalTransactionField<String> |
LEGAL_TRANSACTION
Use with available fluent helpers to apply the LegalTransaction field to query operations.
|
static LegalTransactionField<String> |
LEGAL_TRANSACTION_HEALTH
Use with available fluent helpers to apply the LegalTransactionHealth field to query operations.
|
static LegalTransactionField<String> |
LEGAL_TRANSACTION_SOURCE
Use with available fluent helpers to apply the LegalTransactionSource field to query operations.
|
static LegalTransactionField<String> |
LEGAL_TRANSACTION_TITLE
Use with available fluent helpers to apply the LegalTransactionTitle field to query operations.
|
static LegalTransactionField<UUID> |
LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.
|
static LegalTransactionField<String> |
LGL_CNTNT_M_CHANGED_BY_USER
Use with available fluent helpers to apply the LglCntntMChangedByUser field to query operations.
|
static LegalTransactionField<Calendar> |
LGL_CNTNT_M_CHANGED_UTC_DATE_TIME
Use with available fluent helpers to apply the LglCntntMChangedUTCDateTime field to query operations.
|
static LegalTransactionField<String> |
LGL_CNTNT_M_CONTEXT
Use with available fluent helpers to apply the LglCntntMContext field to query operations.
|
static LegalTransactionField<UUID> |
LGL_CNTNT_M_CONTEXT_UUID
Use with available fluent helpers to apply the LglCntntMContextUUID field to query operations.
|
static LegalTransactionField<String> |
LGL_CNTNT_M_CREATED_BY_USER
Use with available fluent helpers to apply the LglCntntMCreatedByUser field to query operations.
|
static LegalTransactionField<Calendar> |
LGL_CNTNT_M_CREATED_UTC_DATE_TIME
Use with available fluent helpers to apply the LglCntntMCreatedUTCDateTime field to query operations.
|
static LegalTransactionField<String> |
LGL_CNTNT_M_LANGUAGE
Use with available fluent helpers to apply the LglCntntMLanguage field to query operations.
|
static LegalTransactionField<String> |
LGL_CNTNT_M_PROFILE
Use with available fluent helpers to apply the LglCntntMProfile field to query operations.
|
static LegalTransactionField<Boolean> |
TERMINATE_AC
Use with available fluent helpers to apply the Terminate_ac field to query operations.
|
static LegalTransactionLink<LglTransCategoryGroup> |
TO_LGL_TRANS_CATEGORY_GROUP
Use with available fluent helpers to apply the to_LglTransCategoryGroup navigation property to query operations.
|
static LegalTransactionLink<LglTransDate> |
TO_LGL_TRANS_DATE
Use with available fluent helpers to apply the to_LglTransDate navigation property to query operations.
|
static LegalTransactionLink<LglTransEntity> |
TO_LGL_TRANS_ENTITY
Use with available fluent helpers to apply the to_LglTransEntity navigation property to query operations.
|
static LegalTransactionLink<LglTransExternalContact> |
TO_LGL_TRANS_EXTERNAL_CONTACT
Use with available fluent helpers to apply the to_LglTransExternalContact navigation property to query operations.
|
static LegalTransactionLink<LglTransInternalContact> |
TO_LGL_TRANS_INTERNAL_CONTACT
Use with available fluent helpers to apply the to_LglTransInternalContact navigation property to query operations.
|
static LegalTransactionLink<LglTransLinkedObjects> |
TO_LGL_TRANS_LINKED_OBJECTS
Use with available fluent helpers to apply the to_LglTransLinkedObjects navigation property to query operations.
|
static LegalTransactionLink<LglTransRelationship> |
TO_LGL_TRANS_RELATIONSHIP
Use with available fluent helpers to apply the to_LglTransRelationship navigation property to query operations.
|
Constructor and Description |
---|
LegalTransaction() |
LegalTransaction(Boolean cancel_ac,
Boolean terminate_ac,
UUID legalTransactionUUID,
String legalTransaction,
String legalTransactionTitle,
String lglCntntMContext,
UUID lglCntntMContextUUID,
String lglCntntMLanguage,
String lglCntntMChangedByUser,
Calendar lglCntntMChangedUTCDateTime,
String lglCntntMCreatedByUser,
Calendar lglCntntMCreatedUTCDateTime,
String legalTransactionHealth,
String lglCntntMProfile,
String legalTransactionSource,
String isEndOfPurposeBlocked,
ErpConfigContext erpConfigContext,
List<LglTransCategoryGroup> toLglTransCategoryGroup,
List<LglTransDate> toLglTransDate,
List<LglTransEntity> toLglTransEntity,
List<LglTransExternalContact> toLglTransExternalContact,
List<LglTransInternalContact> toLglTransInternalContact,
List<LglTransLinkedObjects> toLglTransLinkedObjects,
List<LglTransRelationship> toLglTransRelationship) |
Modifier and Type | Method and Description |
---|---|
void |
addLglTransCategoryGroup(LglTransCategoryGroup... entity)
Adds elements to the list of associated LglTransCategoryGroup entities.
|
void |
addLglTransDate(LglTransDate... entity)
Adds elements to the list of associated LglTransDate entities.
|
void |
addLglTransEntity(LglTransEntity... entity)
Adds elements to the list of associated LglTransEntity entities.
|
void |
addLglTransExternalContact(LglTransExternalContact... entity)
Adds elements to the list of associated LglTransExternalContact entities.
|
void |
addLglTransInternalContact(LglTransInternalContact... entity)
Adds elements to the list of associated LglTransInternalContact entities.
|
void |
addLglTransLinkedObjects(LglTransLinkedObjects... entity)
Adds elements to the list of associated LglTransLinkedObjects entities.
|
void |
addLglTransRelationship(LglTransRelationship... entity)
Adds elements to the list of associated LglTransRelationship entities.
|
static LegalTransaction.LegalTransactionBuilder |
builder() |
boolean |
equals(Object o) |
List<LglTransCategoryGroup> |
fetchLglTransCategoryGroup()
Fetches the LglTransCategoryGroup entities (one to many) associated with this entity.
|
List<LglTransDate> |
fetchLglTransDate()
Fetches the LglTransDate entities (one to many) associated with this entity.
|
List<LglTransEntity> |
fetchLglTransEntity()
Fetches the LglTransEntity entities (one to many) associated with this entity.
|
List<LglTransExternalContact> |
fetchLglTransExternalContact()
Fetches the LglTransExternalContact entities (one to many) associated with this entity.
|
List<LglTransInternalContact> |
fetchLglTransInternalContact()
Fetches the LglTransInternalContact entities (one to many) associated with this entity.
|
List<LglTransLinkedObjects> |
fetchLglTransLinkedObjects()
Fetches the LglTransLinkedObjects entities (one to many) associated with this entity.
|
List<LglTransRelationship> |
fetchLglTransRelationship()
Fetches the LglTransRelationship entities (one to many) associated with this entity.
|
static <T> LegalTransactionField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Boolean |
getCancel_ac()
Constraints: none
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getIsEndOfPurposeBlocked()
Constraints: Not nullable, Maximum length: 1
|
String |
getLegalTransaction()
Constraints: Not nullable, Maximum length: 10
|
String |
getLegalTransactionHealth()
Constraints: Not nullable, Maximum length: 4
|
String |
getLegalTransactionSource()
Constraints: Not nullable, Maximum length: 3
|
String |
getLegalTransactionTitle()
Constraints: Not nullable, Maximum length: 128
|
UUID |
getLegalTransactionUUID()
(Key Field) Constraints: Not nullable
|
String |
getLglCntntMChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
Calendar |
getLglCntntMChangedUTCDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getLglCntntMContext()
Constraints: Not nullable, Maximum length: 5
|
UUID |
getLglCntntMContextUUID()
Constraints: none
|
String |
getLglCntntMCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
Calendar |
getLglCntntMCreatedUTCDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getLglCntntMLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getLglCntntMProfile()
Constraints: Not nullable, Maximum length: 10
|
List<LglTransCategoryGroup> |
getLglTransCategoryGroupOrFetch()
Retrieval of associated LglTransCategoryGroup entities (one to many).
|
com.google.common.base.Optional<List<LglTransCategoryGroup>> |
getLglTransCategoryGroupOrNull()
Retrieval of associated LglTransCategoryGroup entities (one to many).
|
List<LglTransDate> |
getLglTransDateOrFetch()
Retrieval of associated LglTransDate entities (one to many).
|
com.google.common.base.Optional<List<LglTransDate>> |
getLglTransDateOrNull()
Retrieval of associated LglTransDate entities (one to many).
|
List<LglTransEntity> |
getLglTransEntityOrFetch()
Retrieval of associated LglTransEntity entities (one to many).
|
com.google.common.base.Optional<List<LglTransEntity>> |
getLglTransEntityOrNull()
Retrieval of associated LglTransEntity entities (one to many).
|
List<LglTransExternalContact> |
getLglTransExternalContactOrFetch()
Retrieval of associated LglTransExternalContact entities (one to many).
|
com.google.common.base.Optional<List<LglTransExternalContact>> |
getLglTransExternalContactOrNull()
Retrieval of associated LglTransExternalContact entities (one to many).
|
List<LglTransInternalContact> |
getLglTransInternalContactOrFetch()
Retrieval of associated LglTransInternalContact entities (one to many).
|
com.google.common.base.Optional<List<LglTransInternalContact>> |
getLglTransInternalContactOrNull()
Retrieval of associated LglTransInternalContact entities (one to many).
|
List<LglTransLinkedObjects> |
getLglTransLinkedObjectsOrFetch()
Retrieval of associated LglTransLinkedObjects entities (one to many).
|
com.google.common.base.Optional<List<LglTransLinkedObjects>> |
getLglTransLinkedObjectsOrNull()
Retrieval of associated LglTransLinkedObjects entities (one to many).
|
List<LglTransRelationship> |
getLglTransRelationshipOrFetch()
Retrieval of associated LglTransRelationship entities (one to many).
|
com.google.common.base.Optional<List<LglTransRelationship>> |
getLglTransRelationshipOrNull()
Retrieval of associated LglTransRelationship entities (one to many).
|
Boolean |
getTerminate_ac()
Constraints: none
|
Class<LegalTransaction> |
getType() |
int |
hashCode() |
void |
setCancel_ac(Boolean cancel_ac)
Constraints: none
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setIsEndOfPurposeBlocked(String isEndOfPurposeBlocked)
Constraints: Not nullable, Maximum length: 1
|
void |
setLegalTransaction(String legalTransaction)
Constraints: Not nullable, Maximum length: 10
|
void |
setLegalTransactionHealth(String legalTransactionHealth)
Constraints: Not nullable, Maximum length: 4
|
void |
setLegalTransactionSource(String legalTransactionSource)
Constraints: Not nullable, Maximum length: 3
|
void |
setLegalTransactionTitle(String legalTransactionTitle)
Constraints: Not nullable, Maximum length: 128
|
void |
setLegalTransactionUUID(UUID legalTransactionUUID)
(Key Field) Constraints: Not nullable
|
void |
setLglCntntMChangedByUser(String lglCntntMChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLglCntntMChangedUTCDateTime(Calendar lglCntntMChangedUTCDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setLglCntntMContext(String lglCntntMContext)
Constraints: Not nullable, Maximum length: 5
|
void |
setLglCntntMContextUUID(UUID lglCntntMContextUUID)
Constraints: none
|
void |
setLglCntntMCreatedByUser(String lglCntntMCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLglCntntMCreatedUTCDateTime(Calendar lglCntntMCreatedUTCDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setLglCntntMLanguage(String lglCntntMLanguage)
Constraints: Not nullable, Maximum length: 2
|
void |
setLglCntntMProfile(String lglCntntMProfile)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglTransCategoryGroup(List<LglTransCategoryGroup> value)
Overwrites the list of associated LglTransCategoryGroup entities for the loaded navigation property to_LglTransCategoryGroup.
|
void |
setLglTransDate(List<LglTransDate> value)
Overwrites the list of associated LglTransDate entities for the loaded navigation property to_LglTransDate.
|
void |
setLglTransEntity(List<LglTransEntity> value)
Overwrites the list of associated LglTransEntity entities for the loaded navigation property to_LglTransEntity.
|
void |
setLglTransExternalContact(List<LglTransExternalContact> value)
Overwrites the list of associated LglTransExternalContact entities for the loaded navigation property to_LglTransExternalContact.
|
void |
setLglTransInternalContact(List<LglTransInternalContact> value)
Overwrites the list of associated LglTransInternalContact entities for the loaded navigation property to_LglTransInternalContact.
|
void |
setLglTransLinkedObjects(List<LglTransLinkedObjects> value)
Overwrites the list of associated LglTransLinkedObjects entities for the loaded navigation property to_LglTransLinkedObjects.
|
void |
setLglTransRelationship(List<LglTransRelationship> value)
Overwrites the list of associated LglTransRelationship entities for the loaded navigation property to_LglTransRelationship.
|
void |
setTerminate_ac(Boolean terminate_ac)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final LegalTransactionSelectable ALL_FIELDS
public static final LegalTransactionField<Boolean> CANCEL_AC
public static final LegalTransactionField<Boolean> TERMINATE_AC
public static final LegalTransactionField<UUID> LEGAL_TRANSACTION_UUID
public static final LegalTransactionField<String> LEGAL_TRANSACTION
public static final LegalTransactionField<String> LEGAL_TRANSACTION_TITLE
public static final LegalTransactionField<String> LGL_CNTNT_M_CONTEXT
public static final LegalTransactionField<UUID> LGL_CNTNT_M_CONTEXT_UUID
public static final LegalTransactionField<String> LGL_CNTNT_M_LANGUAGE
public static final LegalTransactionField<String> LGL_CNTNT_M_CHANGED_BY_USER
public static final LegalTransactionField<Calendar> LGL_CNTNT_M_CHANGED_UTC_DATE_TIME
public static final LegalTransactionField<String> LGL_CNTNT_M_CREATED_BY_USER
public static final LegalTransactionField<Calendar> LGL_CNTNT_M_CREATED_UTC_DATE_TIME
public static final LegalTransactionField<String> LEGAL_TRANSACTION_HEALTH
public static final LegalTransactionField<String> LGL_CNTNT_M_PROFILE
public static final LegalTransactionField<String> LEGAL_TRANSACTION_SOURCE
public static final LegalTransactionField<String> IS_END_OF_PURPOSE_BLOCKED
public static final LegalTransactionLink<LglTransCategoryGroup> TO_LGL_TRANS_CATEGORY_GROUP
public static final LegalTransactionLink<LglTransDate> TO_LGL_TRANS_DATE
public static final LegalTransactionLink<LglTransEntity> TO_LGL_TRANS_ENTITY
public static final LegalTransactionLink<LglTransExternalContact> TO_LGL_TRANS_EXTERNAL_CONTACT
public static final LegalTransactionLink<LglTransInternalContact> TO_LGL_TRANS_INTERNAL_CONTACT
public static final LegalTransactionLink<LglTransLinkedObjects> TO_LGL_TRANS_LINKED_OBJECTS
public static final LegalTransactionLink<LglTransRelationship> TO_LGL_TRANS_RELATIONSHIP
@Generated(value="lombok") public LegalTransaction()
@ConstructorProperties(value={"cancel_ac","terminate_ac","legalTransactionUUID","legalTransaction","legalTransactionTitle","lglCntntMContext","lglCntntMContextUUID","lglCntntMLanguage","lglCntntMChangedByUser","lglCntntMChangedUTCDateTime","lglCntntMCreatedByUser","lglCntntMCreatedUTCDateTime","legalTransactionHealth","lglCntntMProfile","legalTransactionSource","isEndOfPurposeBlocked","erpConfigContext","toLglTransCategoryGroup","toLglTransDate","toLglTransEntity","toLglTransExternalContact","toLglTransInternalContact","toLglTransLinkedObjects","toLglTransRelationship"}) @Generated(value="lombok") public LegalTransaction(@Nullable Boolean cancel_ac, @Nullable Boolean terminate_ac, @Nullable UUID legalTransactionUUID, @Nullable String legalTransaction, @Nullable String legalTransactionTitle, @Nullable String lglCntntMContext, @Nullable UUID lglCntntMContextUUID, @Nullable String lglCntntMLanguage, @Nullable String lglCntntMChangedByUser, @Nullable Calendar lglCntntMChangedUTCDateTime, @Nullable String lglCntntMCreatedByUser, @Nullable Calendar lglCntntMCreatedUTCDateTime, @Nullable String legalTransactionHealth, @Nullable String lglCntntMProfile, @Nullable String legalTransactionSource, @Nullable String isEndOfPurposeBlocked, @Nullable ErpConfigContext erpConfigContext, List<LglTransCategoryGroup> toLglTransCategoryGroup, List<LglTransDate> toLglTransDate, List<LglTransEntity> toLglTransEntity, List<LglTransExternalContact> toLglTransExternalContact, List<LglTransInternalContact> toLglTransInternalContact, List<LglTransLinkedObjects> toLglTransLinkedObjects, List<LglTransRelationship> toLglTransRelationship)
public Class<LegalTransaction> getType()
getType
in class VdmObject<LegalTransaction>
public static <T> LegalTransactionField<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<LglTransCategoryGroup> fetchLglTransCategoryGroup() 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<LglTransCategoryGroup> getLglTransCategoryGroupOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglTransCategoryGroup of a queried LegalTransaction 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<LglTransCategoryGroup>> getLglTransCategoryGroupOrNull()
If the navigation property to_LglTransCategoryGroup for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setLglTransCategoryGroup(@NonNull List<LglTransCategoryGroup> value)
If the navigation property to_LglTransCategoryGroup of a queried LegalTransaction 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 LglTransCategoryGroup entities.public void addLglTransCategoryGroup(LglTransCategoryGroup... entity)
If the navigation property to_LglTransCategoryGroup of a queried LegalTransaction 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 LglTransCategoryGroup entities.public List<LglTransDate> fetchLglTransDate() 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<LglTransDate> getLglTransDateOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglTransDate of a queried LegalTransaction 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<LglTransDate>> getLglTransDateOrNull()
If the navigation property to_LglTransDate for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setLglTransDate(@NonNull List<LglTransDate> value)
If the navigation property to_LglTransDate of a queried LegalTransaction 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 LglTransDate entities.public void addLglTransDate(LglTransDate... entity)
If the navigation property to_LglTransDate of a queried LegalTransaction 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 LglTransDate entities.public List<LglTransEntity> fetchLglTransEntity() 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<LglTransEntity> getLglTransEntityOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglTransEntity of a queried LegalTransaction 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<LglTransEntity>> getLglTransEntityOrNull()
If the navigation property to_LglTransEntity for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setLglTransEntity(@NonNull List<LglTransEntity> value)
If the navigation property to_LglTransEntity of a queried LegalTransaction 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 LglTransEntity entities.public void addLglTransEntity(LglTransEntity... entity)
If the navigation property to_LglTransEntity of a queried LegalTransaction 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 LglTransEntity entities.public List<LglTransExternalContact> fetchLglTransExternalContact() 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<LglTransExternalContact> getLglTransExternalContactOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglTransExternalContact of a queried LegalTransaction 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<LglTransExternalContact>> getLglTransExternalContactOrNull()
If the navigation property to_LglTransExternalContact for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setLglTransExternalContact(@NonNull List<LglTransExternalContact> value)
If the navigation property to_LglTransExternalContact of a queried LegalTransaction 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 LglTransExternalContact entities.public void addLglTransExternalContact(LglTransExternalContact... entity)
If the navigation property to_LglTransExternalContact of a queried LegalTransaction 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 LglTransExternalContact entities.public List<LglTransInternalContact> fetchLglTransInternalContact() 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<LglTransInternalContact> getLglTransInternalContactOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglTransInternalContact of a queried LegalTransaction 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<LglTransInternalContact>> getLglTransInternalContactOrNull()
If the navigation property to_LglTransInternalContact for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setLglTransInternalContact(@NonNull List<LglTransInternalContact> value)
If the navigation property to_LglTransInternalContact of a queried LegalTransaction 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 LglTransInternalContact entities.public void addLglTransInternalContact(LglTransInternalContact... entity)
If the navigation property to_LglTransInternalContact of a queried LegalTransaction 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 LglTransInternalContact entities.public List<LglTransLinkedObjects> fetchLglTransLinkedObjects() 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<LglTransLinkedObjects> getLglTransLinkedObjectsOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglTransLinkedObjects of a queried LegalTransaction 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<LglTransLinkedObjects>> getLglTransLinkedObjectsOrNull()
If the navigation property to_LglTransLinkedObjects for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setLglTransLinkedObjects(@NonNull List<LglTransLinkedObjects> value)
If the navigation property to_LglTransLinkedObjects of a queried LegalTransaction 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 LglTransLinkedObjects entities.public void addLglTransLinkedObjects(LglTransLinkedObjects... entity)
If the navigation property to_LglTransLinkedObjects of a queried LegalTransaction 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 LglTransLinkedObjects entities.public List<LglTransRelationship> fetchLglTransRelationship() 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<LglTransRelationship> getLglTransRelationshipOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglTransRelationship of a queried LegalTransaction 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<LglTransRelationship>> getLglTransRelationshipOrNull()
If the navigation property to_LglTransRelationship for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setLglTransRelationship(@NonNull List<LglTransRelationship> value)
If the navigation property to_LglTransRelationship of a queried LegalTransaction 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 LglTransRelationship entities.public void addLglTransRelationship(LglTransRelationship... entity)
If the navigation property to_LglTransRelationship of a queried LegalTransaction 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 LglTransRelationship entities.@Generated(value="lombok") public static LegalTransaction.LegalTransactionBuilder builder()
@Nullable @Generated(value="lombok") public Boolean getCancel_ac()
@Nullable @Generated(value="lombok") public Boolean getTerminate_ac()
@Nullable @Generated(value="lombok") public UUID getLegalTransactionUUID()
@Nullable @Generated(value="lombok") public String getLegalTransaction()
@Nullable @Generated(value="lombok") public String getLegalTransactionTitle()
@Nullable @Generated(value="lombok") public String getLglCntntMContext()
@Nullable @Generated(value="lombok") public UUID getLglCntntMContextUUID()
@Nullable @Generated(value="lombok") public String getLglCntntMLanguage()
@Nullable @Generated(value="lombok") public String getLglCntntMChangedByUser()
@Nullable @Generated(value="lombok") public Calendar getLglCntntMChangedUTCDateTime()
@Nullable @Generated(value="lombok") public String getLglCntntMCreatedByUser()
@Nullable @Generated(value="lombok") public Calendar getLglCntntMCreatedUTCDateTime()
@Nullable @Generated(value="lombok") public String getLegalTransactionHealth()
@Nullable @Generated(value="lombok") public String getLglCntntMProfile()
@Nullable @Generated(value="lombok") public String getLegalTransactionSource()
@Nullable @Generated(value="lombok") public String getIsEndOfPurposeBlocked()
The EoP is the point in time for a data set when the processing of personal data is no longer required for the primary business purpose. After the EoP has been reached, the data is blocked and can only be accessed by users with special authorization
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setCancel_ac(@Nullable Boolean cancel_ac)
cancel_ac
- @Generated(value="lombok") public void setTerminate_ac(@Nullable Boolean terminate_ac)
terminate_ac
- @Generated(value="lombok") public void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
legalTransactionUUID
- @Generated(value="lombok") public void setLegalTransaction(@Nullable String legalTransaction)
legalTransaction
- @Generated(value="lombok") public void setLegalTransactionTitle(@Nullable String legalTransactionTitle)
legalTransactionTitle
- @Generated(value="lombok") public void setLglCntntMContext(@Nullable String lglCntntMContext)
lglCntntMContext
- @Generated(value="lombok") public void setLglCntntMContextUUID(@Nullable UUID lglCntntMContextUUID)
lglCntntMContextUUID
- @Generated(value="lombok") public void setLglCntntMLanguage(@Nullable String lglCntntMLanguage)
lglCntntMLanguage
- @Generated(value="lombok") public void setLglCntntMChangedByUser(@Nullable String lglCntntMChangedByUser)
lglCntntMChangedByUser
- @Generated(value="lombok") public void setLglCntntMChangedUTCDateTime(@Nullable Calendar lglCntntMChangedUTCDateTime)
lglCntntMChangedUTCDateTime
- @Generated(value="lombok") public void setLglCntntMCreatedByUser(@Nullable String lglCntntMCreatedByUser)
lglCntntMCreatedByUser
- @Generated(value="lombok") public void setLglCntntMCreatedUTCDateTime(@Nullable Calendar lglCntntMCreatedUTCDateTime)
lglCntntMCreatedUTCDateTime
- @Generated(value="lombok") public void setLegalTransactionHealth(@Nullable String legalTransactionHealth)
legalTransactionHealth
- @Generated(value="lombok") public void setLglCntntMProfile(@Nullable String lglCntntMProfile)
lglCntntMProfile
- @Generated(value="lombok") public void setLegalTransactionSource(@Nullable String legalTransactionSource)
legalTransactionSource
- @Generated(value="lombok") public void setIsEndOfPurposeBlocked(@Nullable String isEndOfPurposeBlocked)
The EoP is the point in time for a data set when the processing of personal data is no longer required for the primary business purpose. After the EoP has been reached, the data is blocked and can only be accessed by users with special authorization
isEndOfPurposeBlocked
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<LegalTransaction>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<LegalTransaction>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<LegalTransaction>
Copyright © 2018 SAP SE. All rights reserved.