Class LegalContextDate
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: LegalContextDate_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of LegalContextDate instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<LegalContextDate>Selector for all available fields of LegalContextDate.static final SimpleProperty.Guid<LegalContextDate>static final SimpleProperty.Guid<LegalContextDate>static final SimpleProperty.String<LegalContextDate>static final SimpleProperty.Boolean<LegalContextDate>static final SimpleProperty.Boolean<LegalContextDate>static final NavigationProperty.Single<LegalContextDate,LegalContext> Use with available request builders to apply the _LCMContextTP navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionLegalContextDate(UUID lglCntntMCntxtDateUUID, UUID lglCntntMContextUUID, String lglCntntMDateType, Boolean lglCntntMIsMandatory, Boolean lglCntntMIsIntegRelevant, LegalContext to_LCMContextTP) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()io.vavr.control.Option<LegalContext>Retrieval of associated LegalContext entity (one to one).(Key Field) Constraints: Not nullableConstraints: Not nullableConstraints: Not nullable, Maximum length: 4Constraints: Not nullableConstraints: Not nullablegetType()inthashCode()voidsetLCMContextTP(LegalContext value) Overwrites the associated LegalContext entity for the loaded navigation property _LCMContextTP.voidsetLglCntntMCntxtDateUUID(UUID lglCntntMCntxtDateUUID) (Key Field) Constraints: Not nullablevoidsetLglCntntMContextUUID(UUID lglCntntMContextUUID) Constraints: Not nullablevoidsetLglCntntMDateType(String lglCntntMDateType) Constraints: Not nullable, Maximum length: 4voidsetLglCntntMIsIntegRelevant(Boolean lglCntntMIsIntegRelevant) Constraints: Not nullablevoidsetLglCntntMIsMandatory(Boolean lglCntntMIsMandatory) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of LegalContextDate. -
LGL_CNTNT_M_CNTXT_DATE_UUID
-
LGL_CNTNT_M_CONTEXT_UUID
-
LGL_CNTNT_M_DATE_TYPE
-
LGL_CNTNT_M_IS_MANDATORY
-
LGL_CNTNT_M_IS_INTEG_RELEVANT
-
TO__L_C_M_CONTEXT_TP
Use with available request builders to apply the _LCMContextTP navigation property to query operations.
-
-
Constructor Details
-
LegalContextDate
public LegalContextDate() -
LegalContextDate
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<LegalContextDate>
-
setLglCntntMCntxtDateUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMCntxtDateUUID
- Parameters:
lglCntntMCntxtDateUUID- Universal Unique Identifier
-
setLglCntntMContextUUID
Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMContextUUID
- Parameters:
lglCntntMContextUUID- Universal Unique Identifier
-
setLglCntntMDateType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMDateType
- Parameters:
lglCntntMDateType- Date Type
-
setLglCntntMIsMandatory
Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMIsMandatory
- Parameters:
lglCntntMIsMandatory- Mandatory
-
setLglCntntMIsIntegRelevant
Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMIsIntegRelevant
- Parameters:
lglCntntMIsIntegRelevant- Integrated
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<LegalContextDate>
-
getKey
- Overrides:
getKeyin classVdmObject<LegalContextDate>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<LegalContextDate>
-
fromMap
- Overrides:
fromMapin classVdmObject<LegalContextDate>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<LegalContextDate>
-
getLCMContextTPIfPresent
Retrieval of associated LegalContext entity (one to one). This corresponds to the OData navigation property _LCMContextTP.If the navigation property for an entity LegalContextDate has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _LCMContextTP is already loaded, the result will
contain the LegalContext entity. If not, an
Optionwith result stateemptyis returned.
-
setLCMContextTP
Overwrites the associated LegalContext entity for the loaded navigation property _LCMContextTP.- Parameters:
value- New LegalContext entity.
-
builder
-
getLglCntntMCntxtDateUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMCntxtDateUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMContextUUID
Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMContextUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMDateType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMDateType
- Returns:
- Date Type
-
getLglCntntMIsMandatory
Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMIsMandatory
- Returns:
- Mandatory
-
getLglCntntMIsIntegRelevant
Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMIsIntegRelevant
- Returns:
- Integrated
-
toString
- Overrides:
toStringin classVdmObject<LegalContextDate>
-
equals
- Overrides:
equalsin classVdmEntity<LegalContextDate>
-
canEqual
- Overrides:
canEqualin classVdmEntity<LegalContextDate>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<LegalContextDate>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<LegalContextDate>
-