java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ChangeMasterAltDate>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.ChangeMasterAltDate

public class ChangeMasterAltDate extends VdmEntity<ChangeMasterAltDate>
Change Number Alternative Date

Original entity name from the Odata EDM: A_ChangeMasterAltDateType

  • Field Details

    • ALL_FIELDS

      public static final ChangeMasterAltDateSelectable ALL_FIELDS
      Selector for all available fields of ChangeMasterAltDate.
    • DELETE_MC

      public static final ChangeMasterAltDateField<Boolean> DELETE_MC
      Use with available fluent helpers to apply the Delete_mc field to query operations.
    • UPDATE_MC

      public static final ChangeMasterAltDateField<Boolean> UPDATE_MC
      Use with available fluent helpers to apply the Update_mc field to query operations.
    • CHANGE_NUMBER

      public static final ChangeMasterAltDateField<String> CHANGE_NUMBER
      Use with available fluent helpers to apply the ChangeNumber field to query operations.
    • CHG_NMBR_ALTERNATIVE_DATE_ID

      public static final ChangeMasterAltDateField<String> CHG_NMBR_ALTERNATIVE_DATE_ID
      Use with available fluent helpers to apply the ChgNmbrAlternativeDateID field to query operations.
    • CHG_NMBR_ALTERNATIVE_DATE

      public static final ChangeMasterAltDateField<LocalDateTime> 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

      public static final ChangeMasterAltDateField<Boolean> 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

      public static final ChangeMasterAltDateField<ZonedDateTime> 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

      @Nonnull public Class<ChangeMasterAltDate> getType()
      Specified by:
      getType in class VdmObject<ChangeMasterAltDate>
    • setDelete_mc

      public void setDelete_mc(@Nullable Boolean delete_mc)
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Parameters:
      delete_mc - Dyn. Method Control
    • setUpdate_mc

      public void setUpdate_mc(@Nullable Boolean update_mc)
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Parameters:
      update_mc - Dyn. Method Control
    • setChangeNumber

      public void setChangeNumber(@Nullable String changeNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Parameters:
      changeNumber - Change Number
    • setChgNmbrAlternativeDateID

      public void setChgNmbrAlternativeDateID(@Nullable String chgNmbrAlternativeDateID)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: ChgNmbrAlternativeDateID

      Parameters:
      chgNmbrAlternativeDateID - Alternative date external key
    • setChgNmbrAlternativeDate

      public void setChgNmbrAlternativeDate(@Nullable LocalDateTime chgNmbrAlternativeDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ChgNmbrAlternativeDate

      Parameters:
      chgNmbrAlternativeDate - Valid-From Date
    • setChgNmbrAltvDateIsAssignedToObj

      public void setChgNmbrAltvDateIsAssignedToObj(@Nullable Boolean chgNmbrAltvDateIsAssignedToObj)
      Constraints: none

      Original property name from the Odata EDM: ChgNmbrAltvDateIsAssignedToObj

      Parameters:
      chgNmbrAltvDateIsAssignedToObj - Objects Allocated
    • setChangeNumberLastChgdDateTime

      public void setChangeNumberLastChgdDateTime(@Nullable ZonedDateTime changeNumberLastChgdDateTime)
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: ChangeNumberLastChgdDateTime

      Parameters:
      changeNumberLastChgdDateTime - UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<ChangeMasterAltDate>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<ChangeMasterAltDate>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<ChangeMasterAltDate>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<ChangeMasterAltDate>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<ChangeMasterAltDate>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<ChangeMasterAltDate>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<ChangeMasterAltDate>
    • builder

      @Nonnull public static ChangeMasterAltDate.ChangeMasterAltDateBuilder builder()
    • getDelete_mc

      @Nullable public Boolean getDelete_mc()
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Returns:
      Dyn. Method Control
    • getUpdate_mc

      @Nullable public Boolean getUpdate_mc()
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Returns:
      Dyn. Method Control
    • getChangeNumber

      @Nullable public String getChangeNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Returns:
      Change Number
    • getChgNmbrAlternativeDateID

      @Nullable public String getChgNmbrAlternativeDateID()
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: ChgNmbrAlternativeDateID

      Returns:
      Alternative date external key
    • getChgNmbrAlternativeDate

      @Nullable public LocalDateTime getChgNmbrAlternativeDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ChgNmbrAlternativeDate

      Returns:
      Valid-From Date
    • getChgNmbrAltvDateIsAssignedToObj

      @Nullable public Boolean getChgNmbrAltvDateIsAssignedToObj()
      Constraints: none

      Original property name from the Odata EDM: ChgNmbrAltvDateIsAssignedToObj

      Returns:
      Objects Allocated
    • getChangeNumberLastChgdDateTime

      @Nullable public ZonedDateTime getChangeNumberLastChgdDateTime()
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: ChangeNumberLastChgdDateTime

      Returns:
      UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<ChangeMasterAltDate>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<ChangeMasterAltDate>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<ChangeMasterAltDate>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<ChangeMasterAltDate>