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
Helper class to allow for fluent creation of LegalTransaction instances.
|
Modifier and Type | Field and Description |
---|---|
static LegalTransactionSelectable |
ALL_FIELDS
Selector for all available fields of LegalTransaction.
|
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_GOV_LAW
Use with available fluent helpers to apply the LglCntntMGovLaw 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_MAIN_ORG_CO_CODE
Use with available fluent helpers to apply the LglCntntMMainOrgCoCode field to query operations.
|
static LegalTransactionField<String> |
LGL_CNTNT_M_MAIN_ORG_PUR_ORG
Use with available fluent helpers to apply the LglCntntMMainOrgPurOrg field to query operations.
|
static LegalTransactionField<String> |
LGL_CNTNT_M_MAIN_ORG_SALES_ORG
Use with available fluent helpers to apply the LglCntntMMainOrgSalesOrg 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<String> |
LGL_TRANS_ACCESS_LVL
Use with available fluent helpers to apply the LglTransAccessLvl 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(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,
String lglCntntMGovLaw,
String lglTransAccessLvl,
String lglCntntMMainOrgCoCode,
String lglCntntMMainOrgSalesOrg,
String lglCntntMMainOrgPurOrg,
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.
|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
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.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getIsEndOfPurposeBlocked()
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
getKey() |
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
|
ZonedDateTime |
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
|
ZonedDateTime |
getLglCntntMCreatedUTCDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getLglCntntMGovLaw()
Constraints: Not nullable, Maximum length: 7
|
String |
getLglCntntMLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getLglCntntMMainOrgCoCode()
Constraints: Not nullable, Maximum length: 10
|
String |
getLglCntntMMainOrgPurOrg()
Constraints: Not nullable, Maximum length: 10
|
String |
getLglCntntMMainOrgSalesOrg()
Constraints: Not nullable, Maximum length: 10
|
String |
getLglCntntMProfile()
Constraints: Not nullable, Maximum length: 10
|
String |
getLglTransAccessLvl()
Constraints: Not nullable, Maximum length: 4
|
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).
|
Class<LegalTransaction> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
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(ZonedDateTime 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(ZonedDateTime lglCntntMCreatedUTCDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setLglCntntMGovLaw(String lglCntntMGovLaw)
Constraints: Not nullable, Maximum length: 7
|
void |
setLglCntntMLanguage(String lglCntntMLanguage)
Constraints: Not nullable, Maximum length: 2
|
void |
setLglCntntMMainOrgCoCode(String lglCntntMMainOrgCoCode)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMMainOrgPurOrg(String lglCntntMMainOrgPurOrg)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMMainOrgSalesOrg(String lglCntntMMainOrgSalesOrg)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMProfile(String lglCntntMProfile)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglTransAccessLvl(String lglTransAccessLvl)
Constraints: Not nullable, Maximum length: 4
|
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.
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, 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<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 LegalTransactionField<String> LGL_CNTNT_M_GOV_LAW
public static final LegalTransactionField<String> LGL_TRANS_ACCESS_LVL
public static final LegalTransactionField<String> LGL_CNTNT_M_MAIN_ORG_CO_CODE
public static final LegalTransactionField<String> LGL_CNTNT_M_MAIN_ORG_SALES_ORG
public static final LegalTransactionField<String> LGL_CNTNT_M_MAIN_ORG_PUR_ORG
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 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 String lglCntntMGovLaw, @Nullable String lglTransAccessLvl, @Nullable String lglCntntMMainOrgCoCode, @Nullable String lglCntntMMainOrgSalesOrg, @Nullable String lglCntntMMainOrgPurOrg, List<LglTransCategoryGroup> toLglTransCategoryGroup, List<LglTransDate> toLglTransDate, List<LglTransEntity> toLglTransEntity, List<LglTransExternalContact> toLglTransExternalContact, List<LglTransInternalContact> toLglTransInternalContact, List<LglTransLinkedObjects> toLglTransLinkedObjects, List<LglTransRelationship> toLglTransRelationship)
@Nonnull public Class<LegalTransaction> getType()
getType
in class VdmObject<LegalTransaction>
public 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.public void setLglCntntMGovLaw(@Nullable String lglCntntMGovLaw)
Original property name from the Odata EDM: LglCntntMGovLaw
lglCntntMGovLaw
- Governing Lawpublic void setLglTransAccessLvl(@Nullable String lglTransAccessLvl)
Original property name from the Odata EDM: LglTransAccessLvl
lglTransAccessLvl
- Access Levelpublic void setLglCntntMMainOrgCoCode(@Nullable String lglCntntMMainOrgCoCode)
Original property name from the Odata EDM: LglCntntMMainOrgCoCode
lglCntntMMainOrgCoCode
- Entity IDpublic void setLglCntntMMainOrgSalesOrg(@Nullable String lglCntntMMainOrgSalesOrg)
Original property name from the Odata EDM: LglCntntMMainOrgSalesOrg
lglCntntMMainOrgSalesOrg
- Entity IDpublic void setLglCntntMMainOrgPurOrg(@Nullable String lglCntntMMainOrgPurOrg)
Original property name from the Odata EDM: LglCntntMMainOrgPurOrg
lglCntntMMainOrgPurOrg
- Entity IDprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<LegalTransaction>
@Nonnull 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>
@Nonnull public static <T> LegalTransactionField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> LegalTransactionField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<LegalTransaction>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<LegalTransaction>
erpConfigContext
- New ERP configuration context to apply to this entityprotected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<LegalTransaction>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<LegalTransaction>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<LegalTransaction>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<LegalTransaction>
@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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 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 String getLglCntntMGovLaw()
Original property name from the Odata EDM: LglCntntMGovLaw
@Nullable public String getLglTransAccessLvl()
Original property name from the Odata EDM: LglTransAccessLvl
@Nullable public String getLglCntntMMainOrgCoCode()
Original property name from the Odata EDM: LglCntntMMainOrgCoCode
@Nullable public String getLglCntntMMainOrgSalesOrg()
Original property name from the Odata EDM: LglCntntMMainOrgSalesOrg
@Nullable public String getLglCntntMMainOrgPurOrg()
Original property name from the Odata EDM: LglCntntMMainOrgPurOrg
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 © 2019 SAP SE. All rights reserved.