public class LegalDocument extends VdmEntity<LegalDocument>
Original entity name from the Odata EDM: A_LegalDocumentType
Modifier and Type | Class and Description |
---|---|
static class |
LegalDocument.LegalDocumentBuilder
Helper class to allow for fluent creation of LegalDocument instances.
|
Modifier and Type | Field and Description |
---|---|
static LegalDocumentSelectable |
ALL_FIELDS
Selector for all available fields of LegalDocument.
|
static LegalDocumentField<String> |
DOCUMENT_DESCRIPTION
Use with available fluent helpers to apply the DocumentDescription field to query operations.
|
static LegalDocumentField<String> |
INTERNAL_DOCUMENT_STATUS
Use with available fluent helpers to apply the InternalDocumentStatus field to query operations.
|
static LegalDocumentField<String> |
LEGAL_DOCUMENT_SOURCE
Use with available fluent helpers to apply the LegalDocumentSource field to query operations.
|
static LegalDocumentField<String> |
LEGAL_TRANSACTION
Use with available fluent helpers to apply the LegalTransaction field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_CHANGED_BY_USER
Use with available fluent helpers to apply the LglCntntMChangedByUser field to query operations.
|
static LegalDocumentField<ZonedDateTime> |
LGL_CNTNT_M_CHANGED_UTC_DATE_TIME
Use with available fluent helpers to apply the LglCntntMChangedUTCDateTime field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_CREATED_BY_USER
Use with available fluent helpers to apply the LglCntntMCreatedByUser field to query operations.
|
static LegalDocumentField<ZonedDateTime> |
LGL_CNTNT_M_CREATED_UTC_DATE_TIME
Use with available fluent helpers to apply the LglCntntMCreatedUTCDateTime field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_DOC_ACCESS_LVL
Use with available fluent helpers to apply the LglCntntMDocAccessLvl field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_DOC_ASSEMBLY_STATUS
Use with available fluent helpers to apply the LglCntntMDocAssemblyStatus field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_DOC_CONTENT_TYPE
Use with available fluent helpers to apply the LglCntntMDocContentType field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_DOC_LOW_TOUCH_LEVEL
Use with available fluent helpers to apply the LglCntntMDocLowTouchLevel field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_DOC_TYPE
Use with available fluent helpers to apply the LglCntntMDocType field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_DOCUMENT
Use with available fluent helpers to apply the LglCntntMDocument field to query operations.
|
static LegalDocumentField<Boolean> |
LGL_CNTNT_M_DOCUMENT_IS_TOP_VERSION
Use with available fluent helpers to apply the LglCntntMDocumentIsTopVersion field to query operations.
|
static LegalDocumentField<UUID> |
LGL_CNTNT_M_DOCUMENT_LINKED_OBJ_KEY
Use with available fluent helpers to apply the LglCntntMDocumentLinkedObjKey field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_DOCUMENT_LINKED_OBJECT
Use with available fluent helpers to apply the LglCntntMDocumentLinkedObject field to query operations.
|
static LegalDocumentField<UUID> |
LGL_CNTNT_M_DOCUMENT_UUID
Use with available fluent helpers to apply the LglCntntMDocumentUUID field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_LANGUAGE
Use with available fluent helpers to apply the LglCntntMLanguage field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_TMPL_ID
Use with available fluent helpers to apply the LglCntntMTmplID field to query operations.
|
static LegalDocumentField<String> |
LGL_CNTNT_M_VIRTUAL_DOC_VERS_KEY
Use with available fluent helpers to apply the LglCntntMVirtualDocVersKey field to query operations.
|
static LegalDocumentLink<LglCntntMDocParCategory> |
TO_LGL_CNTNT_M_DOC_PAR_CATEGORY
Use with available fluent helpers to apply the to_LglCntntMDocParCategory navigation property to query
operations.
|
static LegalDocumentLink<LglDocStamp> |
TO_LGL_DOC_STAMP
Use with available fluent helpers to apply the to_LglDocStamp navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
LegalDocument() |
LegalDocument(UUID lglCntntMDocumentUUID,
String lglCntntMDocument,
String lglCntntMDocumentLinkedObject,
UUID lglCntntMDocumentLinkedObjKey,
String legalTransaction,
String lglCntntMDocContentType,
String lglCntntMLanguage,
String documentDescription,
String lglCntntMDocAccessLvl,
String legalDocumentSource,
ZonedDateTime lglCntntMChangedUTCDateTime,
String lglCntntMChangedByUser,
ZonedDateTime lglCntntMCreatedUTCDateTime,
String lglCntntMCreatedByUser,
String internalDocumentStatus,
Boolean lglCntntMDocumentIsTopVersion,
String lglCntntMVirtualDocVersKey,
String lglCntntMDocAssemblyStatus,
String lglCntntMTmplID,
String lglCntntMDocType,
String lglCntntMDocLowTouchLevel,
List<LglCntntMDocParCategory> toLglCntntMDocParCategory,
List<LglDocStamp> toLglDocStamp) |
Modifier and Type | Method and Description |
---|---|
void |
addLglCntntMDocParCategory(LglCntntMDocParCategory... entity)
Adds elements to the list of associated LglCntntMDocParCategory entities.
|
void |
addLglDocStamp(LglDocStamp... entity)
Adds elements to the list of associated LglDocStamp entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static LegalDocument.LegalDocumentBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<LglCntntMDocParCategory> |
fetchLglCntntMDocParCategory()
Fetches the LglCntntMDocParCategory entities (one to many) associated with this entity.
|
List<LglDocStamp> |
fetchLglDocStamp()
Fetches the LglDocStamp entities (one to many) associated with this entity.
|
static <T> LegalDocumentField<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()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getDocumentDescription()
Constraints: Not nullable, Maximum length: 255
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getInternalDocumentStatus()
Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
getKey() |
String |
getLegalDocumentSource()
Constraints: Not nullable, Maximum length: 3
|
String |
getLegalTransaction()
Constraints: Not nullable, Maximum length: 10
|
String |
getLglCntntMChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
ZonedDateTime |
getLglCntntMChangedUTCDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getLglCntntMCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
ZonedDateTime |
getLglCntntMCreatedUTCDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getLglCntntMDocAccessLvl()
Constraints: Not nullable, Maximum length: 4
|
String |
getLglCntntMDocAssemblyStatus()
Constraints: Not nullable, Maximum length: 20
|
String |
getLglCntntMDocContentType()
Constraints: Not nullable, Maximum length: 4
|
String |
getLglCntntMDocLowTouchLevel()
Constraints: Not nullable, Maximum length: 3
|
io.vavr.control.Option<List<LglCntntMDocParCategory>> |
getLglCntntMDocParCategoryIfPresent()
Retrieval of associated LglCntntMDocParCategory entities (one to many).
|
List<LglCntntMDocParCategory> |
getLglCntntMDocParCategoryOrFetch()
Retrieval of associated LglCntntMDocParCategory entities (one to many).
|
String |
getLglCntntMDocType()
Constraints: Not nullable, Maximum length: 1
|
String |
getLglCntntMDocument()
Constraints: Not nullable, Maximum length: 10
|
Boolean |
getLglCntntMDocumentIsTopVersion()
Constraints: none
|
String |
getLglCntntMDocumentLinkedObject()
Constraints: Not nullable, Maximum length: 10
|
UUID |
getLglCntntMDocumentLinkedObjKey()
Constraints: none
|
UUID |
getLglCntntMDocumentUUID()
(Key Field) Constraints: Not nullable
|
String |
getLglCntntMLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getLglCntntMTmplID()
Constraints: Not nullable, Maximum length: 10
|
String |
getLglCntntMVirtualDocVersKey()
Constraints: Not nullable, Maximum length: 36
|
io.vavr.control.Option<List<LglDocStamp>> |
getLglDocStampIfPresent()
Retrieval of associated LglDocStamp entities (one to many).
|
List<LglDocStamp> |
getLglDocStampOrFetch()
Retrieval of associated LglDocStamp entities (one to many).
|
Class<LegalDocument> |
getType() |
int |
hashCode() |
void |
setDocumentDescription(String documentDescription)
Constraints: Not nullable, Maximum length: 255
|
void |
setInternalDocumentStatus(String internalDocumentStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setLegalDocumentSource(String legalDocumentSource)
Constraints: Not nullable, Maximum length: 3
|
void |
setLegalTransaction(String legalTransaction)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMChangedByUser(String lglCntntMChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLglCntntMChangedUTCDateTime(ZonedDateTime lglCntntMChangedUTCDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setLglCntntMCreatedByUser(String lglCntntMCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLglCntntMCreatedUTCDateTime(ZonedDateTime lglCntntMCreatedUTCDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setLglCntntMDocAccessLvl(String lglCntntMDocAccessLvl)
Constraints: Not nullable, Maximum length: 4
|
void |
setLglCntntMDocAssemblyStatus(String lglCntntMDocAssemblyStatus)
Constraints: Not nullable, Maximum length: 20
|
void |
setLglCntntMDocContentType(String lglCntntMDocContentType)
Constraints: Not nullable, Maximum length: 4
|
void |
setLglCntntMDocLowTouchLevel(String lglCntntMDocLowTouchLevel)
Constraints: Not nullable, Maximum length: 3
|
void |
setLglCntntMDocParCategory(List<LglCntntMDocParCategory> value)
Overwrites the list of associated LglCntntMDocParCategory entities for the loaded navigation property
to_LglCntntMDocParCategory.
|
void |
setLglCntntMDocType(String lglCntntMDocType)
Constraints: Not nullable, Maximum length: 1
|
void |
setLglCntntMDocument(String lglCntntMDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMDocumentIsTopVersion(Boolean lglCntntMDocumentIsTopVersion)
Constraints: none
|
void |
setLglCntntMDocumentLinkedObject(String lglCntntMDocumentLinkedObject)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMDocumentLinkedObjKey(UUID lglCntntMDocumentLinkedObjKey)
Constraints: none
|
void |
setLglCntntMDocumentUUID(UUID lglCntntMDocumentUUID)
(Key Field) Constraints: Not nullable
|
void |
setLglCntntMLanguage(String lglCntntMLanguage)
Constraints: Not nullable, Maximum length: 2
|
void |
setLglCntntMTmplID(String lglCntntMTmplID)
Constraints: Not nullable, Maximum length: 10
|
void |
setLglCntntMVirtualDocVersKey(String lglCntntMVirtualDocVersKey)
Constraints: Not nullable, Maximum length: 36
|
void |
setLglDocStamp(List<LglDocStamp> value)
Overwrites the list of associated LglDocStamp entities for the loaded navigation property
to_LglDocStamp.
|
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() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final LegalDocumentSelectable ALL_FIELDS
public static final LegalDocumentField<UUID> LGL_CNTNT_M_DOCUMENT_UUID
public static final LegalDocumentField<String> LGL_CNTNT_M_DOCUMENT
public static final LegalDocumentField<String> LGL_CNTNT_M_DOCUMENT_LINKED_OBJECT
public static final LegalDocumentField<UUID> LGL_CNTNT_M_DOCUMENT_LINKED_OBJ_KEY
public static final LegalDocumentField<String> LEGAL_TRANSACTION
public static final LegalDocumentField<String> LGL_CNTNT_M_DOC_CONTENT_TYPE
public static final LegalDocumentField<String> LGL_CNTNT_M_LANGUAGE
public static final LegalDocumentField<String> DOCUMENT_DESCRIPTION
public static final LegalDocumentField<String> LGL_CNTNT_M_DOC_ACCESS_LVL
public static final LegalDocumentField<String> LEGAL_DOCUMENT_SOURCE
public static final LegalDocumentField<ZonedDateTime> LGL_CNTNT_M_CHANGED_UTC_DATE_TIME
public static final LegalDocumentField<String> LGL_CNTNT_M_CHANGED_BY_USER
public static final LegalDocumentField<ZonedDateTime> LGL_CNTNT_M_CREATED_UTC_DATE_TIME
public static final LegalDocumentField<String> LGL_CNTNT_M_CREATED_BY_USER
public static final LegalDocumentField<String> INTERNAL_DOCUMENT_STATUS
public static final LegalDocumentField<Boolean> LGL_CNTNT_M_DOCUMENT_IS_TOP_VERSION
public static final LegalDocumentField<String> LGL_CNTNT_M_VIRTUAL_DOC_VERS_KEY
public static final LegalDocumentField<String> LGL_CNTNT_M_DOC_ASSEMBLY_STATUS
public static final LegalDocumentField<String> LGL_CNTNT_M_TMPL_ID
public static final LegalDocumentField<String> LGL_CNTNT_M_DOC_TYPE
public static final LegalDocumentField<String> LGL_CNTNT_M_DOC_LOW_TOUCH_LEVEL
public static final LegalDocumentLink<LglCntntMDocParCategory> TO_LGL_CNTNT_M_DOC_PAR_CATEGORY
public static final LegalDocumentLink<LglDocStamp> TO_LGL_DOC_STAMP
public LegalDocument()
public LegalDocument(@Nullable UUID lglCntntMDocumentUUID, @Nullable String lglCntntMDocument, @Nullable String lglCntntMDocumentLinkedObject, @Nullable UUID lglCntntMDocumentLinkedObjKey, @Nullable String legalTransaction, @Nullable String lglCntntMDocContentType, @Nullable String lglCntntMLanguage, @Nullable String documentDescription, @Nullable String lglCntntMDocAccessLvl, @Nullable String legalDocumentSource, @Nullable ZonedDateTime lglCntntMChangedUTCDateTime, @Nullable String lglCntntMChangedByUser, @Nullable ZonedDateTime lglCntntMCreatedUTCDateTime, @Nullable String lglCntntMCreatedByUser, @Nullable String internalDocumentStatus, @Nullable Boolean lglCntntMDocumentIsTopVersion, @Nullable String lglCntntMVirtualDocVersKey, @Nullable String lglCntntMDocAssemblyStatus, @Nullable String lglCntntMTmplID, @Nullable String lglCntntMDocType, @Nullable String lglCntntMDocLowTouchLevel, List<LglCntntMDocParCategory> toLglCntntMDocParCategory, List<LglDocStamp> toLglDocStamp)
@Nonnull public Class<LegalDocument> getType()
getType
in class VdmObject<LegalDocument>
public void setLglCntntMDocumentUUID(@Nullable UUID lglCntntMDocumentUUID)
Original property name from the Odata EDM: LglCntntMDocumentUUID
lglCntntMDocumentUUID
- Universal Unique Identifierpublic void setLglCntntMDocument(@Nullable String lglCntntMDocument)
Original property name from the Odata EDM: LglCntntMDocument
lglCntntMDocument
- Document IDpublic void setLglCntntMDocumentLinkedObject(@Nullable String lglCntntMDocumentLinkedObject)
Original property name from the Odata EDM: LglCntntMDocumentLinkedObject
In the standard system, many links are supported. You can display these using the input help.Additional links can be defined via specific screens and table entries without changing the program.See also: Maintain object link
lglCntntMDocumentLinkedObject
- Database table of the master record that is linked to the document.public void setLglCntntMDocumentLinkedObjKey(@Nullable UUID lglCntntMDocumentLinkedObjKey)
Original property name from the Odata EDM: LglCntntMDocumentLinkedObjKey
lglCntntMDocumentLinkedObjKey
- UUID Char32public void setLegalTransaction(@Nullable String legalTransaction)
Original property name from the Odata EDM: LegalTransaction
legalTransaction
- Legal Transaction IDpublic void setLglCntntMDocContentType(@Nullable String lglCntntMDocContentType)
Original property name from the Odata EDM: LglCntntMDocContentType
lglCntntMDocContentType
- Document Content Typepublic void setLglCntntMLanguage(@Nullable String lglCntntMLanguage)
Original property name from the Odata EDM: LglCntntMLanguage
lglCntntMLanguage
- Language Keypublic void setDocumentDescription(@Nullable String documentDescription)
Original property name from the Odata EDM: DocumentDescription
documentDescription
- Namepublic void setLglCntntMDocAccessLvl(@Nullable String lglCntntMDocAccessLvl)
Original property name from the Odata EDM: LglCntntMDocAccessLvl
lglCntntMDocAccessLvl
- Access Levelpublic void setLegalDocumentSource(@Nullable String legalDocumentSource)
Original property name from the Odata EDM: LegalDocumentSource
legalDocumentSource
- Document Sourcepublic void setLglCntntMChangedUTCDateTime(@Nullable ZonedDateTime lglCntntMChangedUTCDateTime)
Original property name from the Odata EDM: LglCntntMChangedUTCDateTime
lglCntntMChangedUTCDateTime
- Changed UTC Date Timepublic void setLglCntntMChangedByUser(@Nullable String lglCntntMChangedByUser)
Original property name from the Odata EDM: LglCntntMChangedByUser
lglCntntMChangedByUser
- Changed By Userpublic void setLglCntntMCreatedUTCDateTime(@Nullable ZonedDateTime lglCntntMCreatedUTCDateTime)
Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
lglCntntMCreatedUTCDateTime
- Created Onpublic void setLglCntntMCreatedByUser(@Nullable String lglCntntMCreatedByUser)
Original property name from the Odata EDM: LglCntntMCreatedByUser
lglCntntMCreatedByUser
- Created Bypublic void setInternalDocumentStatus(@Nullable String internalDocumentStatus)
Original property name from the Odata EDM: InternalDocumentStatus
internalDocumentStatus
- Document Statuspublic void setLglCntntMDocumentIsTopVersion(@Nullable Boolean lglCntntMDocumentIsTopVersion)
Original property name from the Odata EDM: LglCntntMDocumentIsTopVersion
lglCntntMDocumentIsTopVersion
- Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')public void setLglCntntMVirtualDocVersKey(@Nullable String lglCntntMVirtualDocVersKey)
Original property name from the Odata EDM: LglCntntMVirtualDocVersKey
lglCntntMVirtualDocVersKey
- Virtual Document Version Keypublic void setLglCntntMDocAssemblyStatus(@Nullable String lglCntntMDocAssemblyStatus)
Original property name from the Odata EDM: LglCntntMDocAssemblyStatus
Based on this status, you can filter documents to list all the assembled legal content.
lglCntntMDocAssemblyStatus
- Displays the status of assembly of a legal document in the process of generating a virtual document
from Legal Content Assemblypublic void setLglCntntMTmplID(@Nullable String lglCntntMTmplID)
Original property name from the Odata EDM: LglCntntMTmplID
lglCntntMTmplID
- Template IDpublic void setLglCntntMDocType(@Nullable String lglCntntMDocType)
Original property name from the Odata EDM: LglCntntMDocType
This element classifies the type of content in a legal document.
lglCntntMDocType
- Document type defines the type of legal document. Legal document can be either a physical content or a
virtual content.public void setLglCntntMDocLowTouchLevel(@Nullable String lglCntntMDocLowTouchLevel)
Original property name from the Odata EDM: LglCntntMDocLowTouchLevel
lglCntntMDocLowTouchLevel
- Indicates the Assembly Automation Level of a Documentprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<LegalDocument>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<LegalDocument>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<LegalDocument>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<LegalDocument>
@Nonnull public static <T> LegalDocumentField<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> LegalDocumentField<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 HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<LegalDocument>
protected 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<LegalDocument>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
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<LegalDocument>
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.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<LegalDocument>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<LegalDocument>
@Nonnull public List<LglCntntMDocParCategory> fetchLglCntntMDocParCategory() 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<LglCntntMDocParCategory> getLglCntntMDocParCategoryOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglCntntMDocParCategory of a queried LegalDocument 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 io.vavr.control.Option<List<LglCntntMDocParCategory>> getLglCntntMDocParCategoryIfPresent()
If the navigation property for an entity LegalDocument has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setLglCntntMDocParCategory(@Nonnull List<LglCntntMDocParCategory> value)
If the navigation property to_LglCntntMDocParCategory of a queried LegalDocument 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 LglCntntMDocParCategory entities.public void addLglCntntMDocParCategory(LglCntntMDocParCategory... entity)
If the navigation property to_LglCntntMDocParCategory of a queried LegalDocument 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 LglCntntMDocParCategory entities.@Nonnull public List<LglDocStamp> fetchLglDocStamp() 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<LglDocStamp> getLglDocStampOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_LglDocStamp of a queried LegalDocument 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 io.vavr.control.Option<List<LglDocStamp>> getLglDocStampIfPresent()
If the navigation property for an entity LegalDocument has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setLglDocStamp(@Nonnull List<LglDocStamp> value)
If the navigation property to_LglDocStamp of a queried LegalDocument 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 LglDocStamp entities.public void addLglDocStamp(LglDocStamp... entity)
If the navigation property to_LglDocStamp of a queried LegalDocument 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 LglDocStamp entities.@Nonnull public static LegalDocument.LegalDocumentBuilder builder()
@Nullable public UUID getLglCntntMDocumentUUID()
Original property name from the Odata EDM: LglCntntMDocumentUUID
@Nullable public String getLglCntntMDocument()
Original property name from the Odata EDM: LglCntntMDocument
@Nullable public String getLglCntntMDocumentLinkedObject()
Original property name from the Odata EDM: LglCntntMDocumentLinkedObject
In the standard system, many links are supported. You can display these using the input help.Additional links can be defined via specific screens and table entries without changing the program.See also: Maintain object link
@Nullable public UUID getLglCntntMDocumentLinkedObjKey()
Original property name from the Odata EDM: LglCntntMDocumentLinkedObjKey
@Nullable public String getLegalTransaction()
Original property name from the Odata EDM: LegalTransaction
@Nullable public String getLglCntntMDocContentType()
Original property name from the Odata EDM: LglCntntMDocContentType
@Nullable public String getLglCntntMLanguage()
Original property name from the Odata EDM: LglCntntMLanguage
@Nullable public String getDocumentDescription()
Original property name from the Odata EDM: DocumentDescription
@Nullable public String getLglCntntMDocAccessLvl()
Original property name from the Odata EDM: LglCntntMDocAccessLvl
@Nullable public String getLegalDocumentSource()
Original property name from the Odata EDM: LegalDocumentSource
@Nullable public ZonedDateTime getLglCntntMChangedUTCDateTime()
Original property name from the Odata EDM: LglCntntMChangedUTCDateTime
@Nullable public String getLglCntntMChangedByUser()
Original property name from the Odata EDM: LglCntntMChangedByUser
@Nullable public ZonedDateTime getLglCntntMCreatedUTCDateTime()
Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
@Nullable public String getLglCntntMCreatedByUser()
Original property name from the Odata EDM: LglCntntMCreatedByUser
@Nullable public String getInternalDocumentStatus()
Original property name from the Odata EDM: InternalDocumentStatus
@Nullable public Boolean getLglCntntMDocumentIsTopVersion()
Original property name from the Odata EDM: LglCntntMDocumentIsTopVersion
@Nullable public String getLglCntntMVirtualDocVersKey()
Original property name from the Odata EDM: LglCntntMVirtualDocVersKey
@Nullable public String getLglCntntMDocAssemblyStatus()
Original property name from the Odata EDM: LglCntntMDocAssemblyStatus
Based on this status, you can filter documents to list all the assembled legal content.
@Nullable public String getLglCntntMTmplID()
Original property name from the Odata EDM: LglCntntMTmplID
@Nullable public String getLglCntntMDocType()
Original property name from the Odata EDM: LglCntntMDocType
This element classifies the type of content in a legal document.
@Nullable public String getLglCntntMDocLowTouchLevel()
Original property name from the Odata EDM: LglCntntMDocLowTouchLevel
@Nonnull public String toString()
toString
in class VdmObject<LegalDocument>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<LegalDocument>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<LegalDocument>
public int hashCode()
hashCode
in class VdmObject<LegalDocument>
Copyright © 2021 SAP SE. All rights reserved.