Class LglTransDate
Original entity name from the Odata EDM: A_LglTransDateType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LglTransDateSelectableSelector for all available fields of LglTransDate.static final LglTransDateField<String>Use with available fluent helpers to apply the LegalTransDateChangeReason field to query operations.static final LglTransDateField<UUID>Use with available fluent helpers to apply the LegalTransactionDateUUID field to query operations.static final LglTransDateField<String>Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations.static final LglTransDateField<UUID>Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.static final LglTransDateField<String>Use with available fluent helpers to apply the LglCntntMDateType field to query operations.static final LglTransDateField<LocalDateTime>Use with available fluent helpers to apply the LglCntntMFromDate field to query operations.static final LglTransDateField<LocalDateTime>Use with available fluent helpers to apply the LglCntntMToDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionLglTransDate(UUID legalTransactionDateUUID, String lglCntntMDateType, LocalDateTime lglCntntMFromDate, LocalDateTime lglCntntMToDate, String legalTransDateChangeReason, String legalTransactionMandatoryFlag, UUID legalTransactionUUID) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
LglTransDateField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> LglTransDateField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 1Constraints: noneConstraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0getType()inthashCode()voidsetLegalTransactionDateUUID(UUID legalTransactionDateUUID) (Key Field) Constraints: Not nullablevoidsetLegalTransactionMandatoryFlag(String legalTransactionMandatoryFlag) Constraints: Not nullable, Maximum length: 1voidsetLegalTransactionUUID(UUID legalTransactionUUID) Constraints: nonevoidsetLegalTransDateChangeReason(String legalTransDateChangeReason) Constraints: Not nullable, Maximum length: 4voidsetLglCntntMDateType(String lglCntntMDateType) Constraints: Not nullable, Maximum length: 4voidsetLglCntntMFromDate(LocalDateTime lglCntntMFromDate) Constraints: Not nullable, Precision: 0voidsetLglCntntMToDate(LocalDateTime lglCntntMToDate) Constraints: Not nullable, Precision: 0protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of LglTransDate. -
LEGAL_TRANSACTION_DATE_UUID
Use with available fluent helpers to apply the LegalTransactionDateUUID field to query operations. -
LGL_CNTNT_M_DATE_TYPE
Use with available fluent helpers to apply the LglCntntMDateType field to query operations. -
LGL_CNTNT_M_FROM_DATE
Use with available fluent helpers to apply the LglCntntMFromDate field to query operations. -
LGL_CNTNT_M_TO_DATE
Use with available fluent helpers to apply the LglCntntMToDate field to query operations. -
LEGAL_TRANS_DATE_CHANGE_REASON
Use with available fluent helpers to apply the LegalTransDateChangeReason field to query operations. -
LEGAL_TRANSACTION_MANDATORY_FLAG
Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations. -
LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.
-
-
Constructor Details
-
LglTransDate
public LglTransDate() -
LglTransDate
public LglTransDate(@Nullable UUID legalTransactionDateUUID, @Nullable String lglCntntMDateType, @Nullable LocalDateTime lglCntntMFromDate, @Nullable LocalDateTime lglCntntMToDate, @Nullable String legalTransDateChangeReason, @Nullable String legalTransactionMandatoryFlag, @Nullable UUID legalTransactionUUID)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<LglTransDate>
-
setLegalTransactionDateUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionDateUUID
- Parameters:
legalTransactionDateUUID- Universal Unique Identifier
-
setLglCntntMDateType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMDateType
- Parameters:
lglCntntMDateType- Date Type
-
setLglCntntMFromDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LglCntntMFromDate
- Parameters:
lglCntntMFromDate- Valid From
-
setLglCntntMToDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LglCntntMToDate
- Parameters:
lglCntntMToDate- Valid To
-
setLegalTransDateChangeReason
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LegalTransDateChangeReason
- Parameters:
legalTransDateChangeReason- Reason of Change
-
setLegalTransactionMandatoryFlag
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LegalTransactionMandatoryFlag
- Parameters:
legalTransactionMandatoryFlag- Control Parameter Legal Transaction Mandatory State
-
setLegalTransactionUUID
Constraints: noneOriginal property name from the Odata EDM: LegalTransactionUUID
- Parameters:
legalTransactionUUID- Universal Unique Identifier
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<LglTransDate>
-
getKey
- Overrides:
getKeyin classVdmObject<LglTransDate>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<LglTransDate>
-
fromMap
- Overrides:
fromMapin classVdmObject<LglTransDate>
-
field
@Nonnull public static <T> LglTransDateField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> LglTransDateField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<LglTransDate>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<LglTransDate>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<LglTransDate>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<LglTransDate>
-
builder
-
getLegalTransactionDateUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionDateUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMDateType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMDateType
- Returns:
- Date Type
-
getLglCntntMFromDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LglCntntMFromDate
- Returns:
- Valid From
-
getLglCntntMToDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LglCntntMToDate
- Returns:
- Valid To
-
getLegalTransDateChangeReason
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LegalTransDateChangeReason
- Returns:
- Reason of Change
-
getLegalTransactionMandatoryFlag
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LegalTransactionMandatoryFlag
- Returns:
- Control Parameter Legal Transaction Mandatory State
-
getLegalTransactionUUID
Constraints: noneOriginal property name from the Odata EDM: LegalTransactionUUID
- Returns:
- Universal Unique Identifier
-
toString
- Overrides:
toStringin classVdmObject<LglTransDate>
-
equals
- Overrides:
equalsin classVdmEntity<LglTransDate>
-
canEqual
- Overrides:
canEqualin classVdmEntity<LglTransDate>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<LglTransDate>
-