public class LegalTransaction extends VdmEntity<LegalTransaction>
Original entity name from the Odata EDM: A_LegalTransactionType
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<ZonedDateTime> |
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<ZonedDateTime> |
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.
|
changedOriginalFields
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,
ZonedDateTime lglCntntMChangedUTCDateTime,
String lglCntntMCreatedByUser,
ZonedDateTime 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() |
protected boolean |
canEqual(Object other) |
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.
|
protected void |
fromMap(Map<String,Object> inputValues) |
Boolean |
getCancel_ac()
Constraints: noneOriginal property name from the Odata EDM: Cancel_ac
|
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getIsEndOfPurposeBlocked()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsEndOfPurposeBlockedThe 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.
|
protected Map<String,Object> |
getKey() |
String |
getLegalTransaction()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: LegalTransaction
|
String |
getLegalTransactionHealth()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: LegalTransactionHealth
|
String |
getLegalTransactionSource()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: LegalTransactionSource
|
String |
getLegalTransactionTitle()
Constraints: Not nullable, Maximum length: 128 Original property name from the Odata EDM: LegalTransactionTitle
|
UUID |
getLegalTransactionUUID()
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionUUID
|
String |
getLglCntntMChangedByUser()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: LglCntntMChangedByUser
|
ZonedDateTime |
getLglCntntMChangedUTCDateTime()
Constraints: Not nullable, Precision: 7 Original property name from the Odata EDM: LglCntntMChangedUTCDateTime
|
String |
getLglCntntMContext()
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: LglCntntMContext
|
UUID |
getLglCntntMContextUUID()
Constraints: noneOriginal property name from the Odata EDM: LglCntntMContextUUID
|
String |
getLglCntntMCreatedByUser()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: LglCntntMCreatedByUser
|
ZonedDateTime |
getLglCntntMCreatedUTCDateTime()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
|
String |
getLglCntntMLanguage()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: LglCntntMLanguage
|
String |
getLglCntntMProfile()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: LglCntntMProfile
|
Optional<List<LglTransCategoryGroup>> |
getLglTransCategoryGroupIfPresent()
Retrieval of associated LglTransCategoryGroup entities (one to many).
|
List<LglTransCategoryGroup> |
getLglTransCategoryGroupOrFetch()
Retrieval of associated LglTransCategoryGroup entities (one to many).
|
Optional<List<LglTransDate>> |
getLglTransDateIfPresent()
Retrieval of associated LglTransDate entities (one to many).
|
List<LglTransDate> |
getLglTransDateOrFetch()
Retrieval of associated LglTransDate entities (one to many).
|
Optional<List<LglTransEntity>> |
getLglTransEntityIfPresent()
Retrieval of associated LglTransEntity entities (one to many).
|
List<LglTransEntity> |
getLglTransEntityOrFetch()
Retrieval of associated LglTransEntity entities (one to many).
|
Optional<List<LglTransExternalContact>> |
getLglTransExternalContactIfPresent()
Retrieval of associated LglTransExternalContact entities (one to many).
|
List<LglTransExternalContact> |
getLglTransExternalContactOrFetch()
Retrieval of associated LglTransExternalContact entities (one to many).
|
Optional<List<LglTransInternalContact>> |
getLglTransInternalContactIfPresent()
Retrieval of associated LglTransInternalContact entities (one to many).
|
List<LglTransInternalContact> |
getLglTransInternalContactOrFetch()
Retrieval of associated LglTransInternalContact entities (one to many).
|
Optional<List<LglTransLinkedObjects>> |
getLglTransLinkedObjectsIfPresent()
Retrieval of associated LglTransLinkedObjects entities (one to many).
|
List<LglTransLinkedObjects> |
getLglTransLinkedObjectsOrFetch()
Retrieval of associated LglTransLinkedObjects entities (one to many).
|
Optional<List<LglTransRelationship>> |
getLglTransRelationshipIfPresent()
Retrieval of associated LglTransRelationship entities (one to many).
|
List<LglTransRelationship> |
getLglTransRelationshipOrFetch()
Retrieval of associated LglTransRelationship entities (one to many).
|
Boolean |
getTerminate_ac()
Constraints: noneOriginal property name from the Odata EDM: Terminate_ac
|
Class<LegalTransaction> |
getType() |
int |
hashCode() |
void |
setCancel_ac(Boolean cancel_ac)
Constraints: noneOriginal property name from the Odata EDM: Cancel_ac
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setIsEndOfPurposeBlocked(String isEndOfPurposeBlocked)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsEndOfPurposeBlockedThe 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.
|
void |
setLegalTransaction(String legalTransaction)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: LegalTransaction
|
void |
setLegalTransactionHealth(String legalTransactionHealth)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: LegalTransactionHealth
|
void |
setLegalTransactionSource(String legalTransactionSource)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: LegalTransactionSource
|
void |
setLegalTransactionTitle(String legalTransactionTitle)
Constraints: Not nullable, Maximum length: 128 Original property name from the Odata EDM: LegalTransactionTitle
|
void |
setLegalTransactionUUID(UUID legalTransactionUUID)
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionUUID
|
void |
setLglCntntMChangedByUser(String lglCntntMChangedByUser)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: LglCntntMChangedByUser
|
void |
setLglCntntMChangedUTCDateTime(ZonedDateTime lglCntntMChangedUTCDateTime)
Constraints: Not nullable, Precision: 7 Original property name from the Odata EDM: LglCntntMChangedUTCDateTime
|
void |
setLglCntntMContext(String lglCntntMContext)
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: LglCntntMContext
|
void |
setLglCntntMContextUUID(UUID lglCntntMContextUUID)
Constraints: noneOriginal property name from the Odata EDM: LglCntntMContextUUID
|
void |
setLglCntntMCreatedByUser(String lglCntntMCreatedByUser)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: LglCntntMCreatedByUser
|
void |
setLglCntntMCreatedUTCDateTime(ZonedDateTime lglCntntMCreatedUTCDateTime)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
|
void |
setLglCntntMLanguage(String lglCntntMLanguage)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: LglCntntMLanguage
|
void |
setLglCntntMProfile(String lglCntntMProfile)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: LglCntntMProfile
|
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: noneOriginal property name from the Odata EDM: Terminate_ac
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
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<ZonedDateTime> LGL_CNTNT_M_CHANGED_UTC_DATE_TIME
public static final LegalTransactionField<String> LGL_CNTNT_M_CREATED_BY_USER
public static final LegalTransactionField<ZonedDateTime> 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
public LegalTransaction()
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 ZonedDateTime lglCntntMChangedUTCDateTime, @Nullable String lglCntntMCreatedByUser, @Nullable ZonedDateTime 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 void setCancel_ac(@Nullable Boolean cancel_ac)
Original property name from the Odata EDM: Cancel_ac
cancel_ac
- Dynamic Action Propertypublic void setTerminate_ac(@Nullable Boolean terminate_ac)
Original property name from the Odata EDM: Terminate_ac
terminate_ac
- Dynamic Action Propertypublic void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
Original property name from the Odata EDM: LegalTransactionUUID
legalTransactionUUID
- Universal Unique Identifierpublic void setLegalTransaction(@Nullable String legalTransaction)
Original property name from the Odata EDM: LegalTransaction
legalTransaction
- Legal Transaction IDpublic void setLegalTransactionTitle(@Nullable String legalTransactionTitle)
Original property name from the Odata EDM: LegalTransactionTitle
legalTransactionTitle
- Legal Transaction Namepublic void setLglCntntMContext(@Nullable String lglCntntMContext)
Original property name from the Odata EDM: LglCntntMContext
lglCntntMContext
- Context IDpublic void setLglCntntMContextUUID(@Nullable UUID lglCntntMContextUUID)
Original property name from the Odata EDM: LglCntntMContextUUID
lglCntntMContextUUID
- Universal Unique Identifierpublic void setLglCntntMLanguage(@Nullable String lglCntntMLanguage)
Original property name from the Odata EDM: LglCntntMLanguage
lglCntntMLanguage
- Language Keypublic void setLglCntntMChangedByUser(@Nullable String lglCntntMChangedByUser)
Original property name from the Odata EDM: LglCntntMChangedByUser
lglCntntMChangedByUser
- Changed By Userpublic void setLglCntntMChangedUTCDateTime(@Nullable ZonedDateTime lglCntntMChangedUTCDateTime)
Original property name from the Odata EDM: LglCntntMChangedUTCDateTime
lglCntntMChangedUTCDateTime
- Changed UTC Date Timepublic void setLglCntntMCreatedByUser(@Nullable String lglCntntMCreatedByUser)
Original property name from the Odata EDM: LglCntntMCreatedByUser
lglCntntMCreatedByUser
- Created Bypublic void setLglCntntMCreatedUTCDateTime(@Nullable ZonedDateTime lglCntntMCreatedUTCDateTime)
Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
lglCntntMCreatedUTCDateTime
- Created Onpublic void setLegalTransactionHealth(@Nullable String legalTransactionHealth)
Original property name from the Odata EDM: LegalTransactionHealth
legalTransactionHealth
- Legal Transaction Healthpublic void setLglCntntMProfile(@Nullable String lglCntntMProfile)
Original property name from the Odata EDM: LglCntntMProfile
lglCntntMProfile
- Profilepublic void setLegalTransactionSource(@Nullable String legalTransactionSource)
Original property name from the Odata EDM: LegalTransactionSource
legalTransactionSource
- LCM LT Integration sourcepublic void setIsEndOfPurposeBlocked(@Nullable String isEndOfPurposeBlocked)
Original property name from the Odata EDM: 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
- Indicates whether the end of purpose (EoP) has been reached.protected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<LegalTransaction>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<LegalTransaction>
protected Map<String,Object> getKey()
getKey
in class VdmObject<LegalTransaction>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<LegalTransaction>
protected void fromMap(Map<String,Object> inputValues)
fromMap
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.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<LegalTransaction>
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 Optional<List<LglTransCategoryGroup>> getLglTransCategoryGroupIfPresent()
If the navigation property for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.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 Optional<List<LglTransDate>> getLglTransDateIfPresent()
If the navigation property for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.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 Optional<List<LglTransEntity>> getLglTransEntityIfPresent()
If the navigation property for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.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 Optional<List<LglTransExternalContact>> getLglTransExternalContactIfPresent()
If the navigation property for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.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 Optional<List<LglTransInternalContact>> getLglTransInternalContactIfPresent()
If the navigation property for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.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 Optional<List<LglTransLinkedObjects>> getLglTransLinkedObjectsIfPresent()
If the navigation property for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.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 Optional<List<LglTransRelationship>> getLglTransRelationshipIfPresent()
If the navigation property for an entity LegalTransaction has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.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.public static LegalTransaction.LegalTransactionBuilder builder()
@Nullable public Boolean getCancel_ac()
Original property name from the Odata EDM: Cancel_ac
@Nullable public Boolean getTerminate_ac()
Original property name from the Odata EDM: Terminate_ac
@Nullable public UUID getLegalTransactionUUID()
Original property name from the Odata EDM: LegalTransactionUUID
@Nullable public String getLegalTransaction()
Original property name from the Odata EDM: LegalTransaction
@Nullable public String getLegalTransactionTitle()
Original property name from the Odata EDM: LegalTransactionTitle
@Nullable public String getLglCntntMContext()
Original property name from the Odata EDM: LglCntntMContext
@Nullable public UUID getLglCntntMContextUUID()
Original property name from the Odata EDM: LglCntntMContextUUID
@Nullable public String getLglCntntMLanguage()
Original property name from the Odata EDM: LglCntntMLanguage
@Nullable public String getLglCntntMChangedByUser()
Original property name from the Odata EDM: LglCntntMChangedByUser
@Nullable public ZonedDateTime getLglCntntMChangedUTCDateTime()
Original property name from the Odata EDM: LglCntntMChangedUTCDateTime
@Nullable public String getLglCntntMCreatedByUser()
Original property name from the Odata EDM: LglCntntMCreatedByUser
@Nullable public ZonedDateTime getLglCntntMCreatedUTCDateTime()
Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
@Nullable public String getLegalTransactionHealth()
Original property name from the Odata EDM: LegalTransactionHealth
@Nullable public String getLglCntntMProfile()
Original property name from the Odata EDM: LglCntntMProfile
@Nullable public String getLegalTransactionSource()
Original property name from the Odata EDM: LegalTransactionSource
@Nullable public String getIsEndOfPurposeBlocked()
Original property name from the Odata EDM: 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
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<LegalTransaction>
erpConfigContext
- public String toString()
toString
in class VdmObject<LegalTransaction>
public boolean equals(Object o)
equals
in class VdmObject<LegalTransaction>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<LegalTransaction>
public int hashCode()
hashCode
in class VdmObject<LegalTransaction>
Copyright © 2018 SAP SE. All rights reserved.