Class ChangeMasterAltDate
Original entity name from the Odata EDM: A_ChangeMasterAltDateType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChangeMasterAltDateSelectableSelector for all available fields of ChangeMasterAltDate.static final ChangeMasterAltDateField<String>Use with available fluent helpers to apply the ChangeNumber field to query operations.static final ChangeMasterAltDateField<ZonedDateTime>Use with available fluent helpers to apply the ChangeNumberLastChgdDateTime field to query operations.static final ChangeMasterAltDateField<LocalDateTime>Use with available fluent helpers to apply the ChgNmbrAlternativeDate field to query operations.static final ChangeMasterAltDateField<String>Use with available fluent helpers to apply the ChgNmbrAlternativeDateID field to query operations.static final ChangeMasterAltDateField<Boolean>Use with available fluent helpers to apply the ChgNmbrAltvDateIsAssignedToObj field to query operations.static final ChangeMasterAltDateField<Boolean>Use with available fluent helpers to apply the Delete_mc field to query operations.static final ChangeMasterAltDateField<Boolean>Use with available fluent helpers to apply the Update_mc field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionChangeMasterAltDate(Boolean delete_mc, Boolean update_mc, String changeNumber, String chgNmbrAlternativeDateID, LocalDateTime chgNmbrAlternativeDate, Boolean chgNmbrAltvDateIsAssignedToObj, ZonedDateTime changeNumberLastChgdDateTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ChangeMasterAltDateField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ChangeMasterAltDateField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 7Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 18Constraints: noneprotected StringConstraints: noneprotected StringgetKey()getType()Constraints: noneinthashCode()voidsetChangeNumber(String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetChangeNumberLastChgdDateTime(ZonedDateTime changeNumberLastChgdDateTime) Constraints: Not nullable, Precision: 7voidsetChgNmbrAlternativeDate(LocalDateTime chgNmbrAlternativeDate) Constraints: Not nullable, Precision: 0voidsetChgNmbrAlternativeDateID(String chgNmbrAlternativeDateID) (Key Field) Constraints: Not nullable, Maximum length: 18voidsetChgNmbrAltvDateIsAssignedToObj(Boolean chgNmbrAltvDateIsAssignedToObj) Constraints: nonevoidsetDelete_mc(Boolean delete_mc) Constraints: noneprotected voidsetServicePathForFetch(String servicePathForFetch) voidsetUpdate_mc(Boolean update_mc) Constraints: nonetoString()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 ChangeMasterAltDate. -
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. -
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations. -
CHG_NMBR_ALTERNATIVE_DATE_ID
Use with available fluent helpers to apply the ChgNmbrAlternativeDateID field to query operations. -
CHG_NMBR_ALTERNATIVE_DATE
Use with available fluent helpers to apply the ChgNmbrAlternativeDate field to query operations. -
CHG_NMBR_ALTV_DATE_IS_ASSIGNED_TO_OBJ
Use with available fluent helpers to apply the ChgNmbrAltvDateIsAssignedToObj field to query operations. -
CHANGE_NUMBER_LAST_CHGD_DATE_TIME
Use with available fluent helpers to apply the ChangeNumberLastChgdDateTime field to query operations.
-
-
Constructor Details
-
ChangeMasterAltDate
public ChangeMasterAltDate() -
ChangeMasterAltDate
public ChangeMasterAltDate(@Nullable Boolean delete_mc, @Nullable Boolean update_mc, @Nullable String changeNumber, @Nullable String chgNmbrAlternativeDateID, @Nullable LocalDateTime chgNmbrAlternativeDate, @Nullable Boolean chgNmbrAltvDateIsAssignedToObj, @Nullable ZonedDateTime changeNumberLastChgdDateTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ChangeMasterAltDate>
-
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
-
setChangeNumber
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Parameters:
changeNumber- Change Number
-
setChgNmbrAlternativeDateID
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ChgNmbrAlternativeDateID
- Parameters:
chgNmbrAlternativeDateID- Alternative date external key
-
setChgNmbrAlternativeDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChgNmbrAlternativeDate
- Parameters:
chgNmbrAlternativeDate- Valid-From Date
-
setChgNmbrAltvDateIsAssignedToObj
Constraints: noneOriginal property name from the Odata EDM: ChgNmbrAltvDateIsAssignedToObj
- Parameters:
chgNmbrAltvDateIsAssignedToObj- Objects Allocated
-
setChangeNumberLastChgdDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: ChangeNumberLastChgdDateTime
- Parameters:
changeNumberLastChgdDateTime- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ChangeMasterAltDate>
-
getKey
- Overrides:
getKeyin classVdmObject<ChangeMasterAltDate>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ChangeMasterAltDate>
-
fromMap
- Overrides:
fromMapin classVdmObject<ChangeMasterAltDate>
-
field
@Nonnull public static <T> ChangeMasterAltDateField<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> ChangeMasterAltDateField<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<ChangeMasterAltDate>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ChangeMasterAltDate>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ChangeMasterAltDate>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ChangeMasterAltDate>
-
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
-
getChangeNumber
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
- Change Number
-
getChgNmbrAlternativeDateID
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ChgNmbrAlternativeDateID
- Returns:
- Alternative date external key
-
getChgNmbrAlternativeDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChgNmbrAlternativeDate
- Returns:
- Valid-From Date
-
getChgNmbrAltvDateIsAssignedToObj
Constraints: noneOriginal property name from the Odata EDM: ChgNmbrAltvDateIsAssignedToObj
- Returns:
- Objects Allocated
-
getChangeNumberLastChgdDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: ChangeNumberLastChgdDateTime
- Returns:
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
toString
- Overrides:
toStringin classVdmObject<ChangeMasterAltDate>
-
equals
- Overrides:
equalsin classVdmEntity<ChangeMasterAltDate>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ChangeMasterAltDate>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ChangeMasterAltDate>
-