Class ClfnCharcDescForKeyDate
Original entity name from the Odata EDM: A_ClfnCharcDescForKeyDateType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClfnCharcDescForKeyDateSelectableSelector for all available fields of ClfnCharcDescForKeyDate.static final ClfnCharcDescForKeyDateField<String>Use with available fluent helpers to apply the ChangeNumber field to query operations.static final ClfnCharcDescForKeyDateField<String>Use with available fluent helpers to apply the CharcDescription field to query operations.static final ClfnCharcDescForKeyDateField<String>Use with available fluent helpers to apply the CharcInternalID field to query operations.static final ClfnCharcDescForKeyDateField<ZonedDateTime>Use with available fluent helpers to apply the CharcLastChangedDateTime field to query operations.static final ClfnCharcDescForKeyDateField<Boolean>Use with available fluent helpers to apply the Delete_mc field to query operations.static final ClfnCharcDescForKeyDateField<LocalDateTime>Use with available fluent helpers to apply the KeyDate field to query operations.static final ClfnCharcDescForKeyDateField<String>Use with available fluent helpers to apply the Language field to query operations.static final ClfnCharcDescForKeyDateField<Boolean>Use with available fluent helpers to apply the Update_mc field to query operations.static final ClfnCharcDescForKeyDateField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final ClfnCharcDescForKeyDateField<LocalDateTime>Use with available fluent helpers to apply the ValidityStartDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionClfnCharcDescForKeyDate(Boolean delete_mc, Boolean update_mc, String charcInternalID, String language, String charcDescription, String changeNumber, LocalDateTime validityStartDate, LocalDateTime validityEndDate, LocalDateTime keyDate, ZonedDateTime charcLastChangedDateTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ClfnCharcDescForKeyDateField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ClfnCharcDescForKeyDateField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Precision: 7protected StringConstraints: noneprotected StringgetKey()Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 2getType()Constraints: noneConstraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0inthashCode()voidsetChangeNumber(String changeNumber) Constraints: Not nullable, Maximum length: 12voidsetCharcDescription(String charcDescription) Constraints: Not nullable, Maximum length: 30voidsetCharcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCharcLastChangedDateTime(ZonedDateTime charcLastChangedDateTime) Constraints: Not nullable, Precision: 7voidsetDelete_mc(Boolean delete_mc) Constraints: nonevoidsetKeyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetUpdate_mc(Boolean update_mc) Constraints: nonevoidsetValidityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0voidsetValidityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0toString()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 ClfnCharcDescForKeyDate. -
DELETE_MC
Use with available fluent helpers to apply the Delete_mc field to query operations. -
UPDATE_MC
Use with available fluent helpers to apply the Update_mc field to query operations. -
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
CHARC_DESCRIPTION
Use with available fluent helpers to apply the CharcDescription field to query operations. -
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations. -
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations. -
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations. -
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations. -
CHARC_LAST_CHANGED_DATE_TIME
Use with available fluent helpers to apply the CharcLastChangedDateTime field to query operations.
-
-
Constructor Details
-
ClfnCharcDescForKeyDate
public ClfnCharcDescForKeyDate() -
ClfnCharcDescForKeyDate
public ClfnCharcDescForKeyDate(@Nullable Boolean delete_mc, @Nullable Boolean update_mc, @Nullable String charcInternalID, @Nullable String language, @Nullable String charcDescription, @Nullable String changeNumber, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable LocalDateTime keyDate, @Nullable ZonedDateTime charcLastChangedDateTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ClfnCharcDescForKeyDate>
-
setDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Parameters:
delete_mc- Dyn. Method Control
-
setUpdate_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Parameters:
update_mc- Dyn. Method Control
-
setCharcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Parameters:
charcInternalID- Characteristic Internal ID
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setCharcDescription
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: CharcDescription
- Parameters:
charcDescription- Characteristic Description
-
setChangeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Parameters:
changeNumber- Change Number
-
setValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Valid-From Date
-
setValidityEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Parameters:
validityEndDate- Valid-to date
-
setKeyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Parameters:
keyDate- Date data element for SYST
-
setCharcLastChangedDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CharcLastChangedDateTime
- Parameters:
charcLastChangedDateTime- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ClfnCharcDescForKeyDate>
-
getKey
- Overrides:
getKeyin classVdmObject<ClfnCharcDescForKeyDate>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ClfnCharcDescForKeyDate>
-
fromMap
- Overrides:
fromMapin classVdmObject<ClfnCharcDescForKeyDate>
-
field
@Nonnull public static <T> ClfnCharcDescForKeyDateField<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> ClfnCharcDescForKeyDateField<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<ClfnCharcDescForKeyDate>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ClfnCharcDescForKeyDate>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ClfnCharcDescForKeyDate>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ClfnCharcDescForKeyDate>
-
builder
-
getDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
- Dyn. Method Control
-
getUpdate_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
- Dyn. Method Control
-
getCharcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
- Characteristic Internal ID
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getCharcDescription
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: CharcDescription
- Returns:
- Characteristic Description
-
getChangeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
- Change Number
-
getValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
- Valid-From Date
-
getValidityEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
- Valid-to date
-
getKeyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
- Date data element for SYST
-
getCharcLastChangedDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CharcLastChangedDateTime
- Returns:
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
toString
- Overrides:
toStringin classVdmObject<ClfnCharcDescForKeyDate>
-
equals
- Overrides:
equalsin classVdmEntity<ClfnCharcDescForKeyDate>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ClfnCharcDescForKeyDate>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ClfnCharcDescForKeyDate>
-