java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<REIntegObjectTimeline>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestateintegrationobject.REIntegObjectTimeline
All Implemented Interfaces:
VdmEntitySet

public class REIntegObjectTimeline extends VdmEntity<REIntegObjectTimeline> implements VdmEntitySet
Integration Object Timeline

Original entity name from the Odata EDM: REIntegObjectTimeline_Type

  • Field Details

  • Constructor Details

    • REIntegObjectTimeline

      public REIntegObjectTimeline()
    • REIntegObjectTimeline

      public REIntegObjectTimeline(@Nullable UUID rEIntegObjectTimelineUUID, @Nullable String internalRealEstateNumber, @Nullable LocalDate validityStartDate, @Nullable LocalDate validityEndDate, @Nullable String validityStartEndDateValue, @Nullable Boolean rEIntegrationObjectIsActive, @Nullable String rEIntegObjectUsageType, @Nullable String rEIntegObjectStatus, @Nullable Collection<SAP__Message> _Messages, @Nullable REIntegrationObject to_REIntegrationObjectTP)
  • Method Details

    • getType

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

      public void setREIntegObjectTimelineUUID(@Nullable UUID rEIntegObjectTimelineUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: REIntegObjectTimelineUUID

      Parameters:
      rEIntegObjectTimelineUUID - GUID for Timeline
    • setInternalRealEstateNumber

      public void setInternalRealEstateNumber(@Nullable String internalRealEstateNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 13

      Original property name from the Odata EDM: InternalRealEstateNumber

      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object
    • setValidityStartDate

      public void setValidityStartDate(@Nullable LocalDate validityStartDate)
      Constraints: Nullable

      Original property name from the Odata EDM: ValidityStartDate

      Parameters:
      validityStartDate - Validity Start Date
    • setValidityEndDate

      public void setValidityEndDate(@Nullable LocalDate validityEndDate)
      Constraints: Nullable

      Original property name from the Odata EDM: ValidityEndDate

      Parameters:
      validityEndDate - Validity End Date
    • setValidityStartEndDateValue

      public void setValidityStartEndDateValue(@Nullable String validityStartEndDateValue)
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: ValidityStartEndDateValue

      Parameters:
      validityStartEndDateValue - Date from to (RAP Key)
    • setREIntegrationObjectIsActive

      public void setREIntegrationObjectIsActive(@Nullable Boolean rEIntegrationObjectIsActive)
      Constraints: Not nullable

      Original property name from the Odata EDM: REIntegrationObjectIsActive

      Parameters:
      rEIntegrationObjectIsActive - Object Active Indicator
    • setREIntegObjectUsageType

      public void setREIntegObjectUsageType(@Nullable String rEIntegObjectUsageType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: REIntegObjectUsageType

      Parameters:
      rEIntegObjectUsageType - Object Usage Type
    • setREIntegObjectStatus

      public void setREIntegObjectStatus(@Nullable String rEIntegObjectStatus)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: REIntegObjectStatus

      Parameters:
      rEIntegObjectStatus - Object Status
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<REIntegObjectTimeline>
    • toMapOfFields

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

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<REIntegObjectTimeline>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<REIntegObjectTimeline>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<REIntegObjectTimeline>
    • getREIntegrationObjectTPIfPresent

      @Nonnull public io.vavr.control.Option<REIntegrationObject> getREIntegrationObjectTPIfPresent()
      Retrieval of associated REIntegrationObject entity (one to one). This corresponds to the OData navigation property _REIntegrationObjectTP.

      If the navigation property for an entity REIntegObjectTimeline has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _REIntegrationObjectTP is already loaded, the result will contain the REIntegrationObject entity. If not, an Option with result state empty is returned.
    • setREIntegrationObjectTP

      public void setREIntegrationObjectTP(REIntegrationObject value)
      Overwrites the associated REIntegrationObject entity for the loaded navigation property _REIntegrationObjectTP.
      Parameters:
      value - New REIntegrationObject entity.
    • builder

      @Nonnull public static REIntegObjectTimeline.REIntegObjectTimelineBuilder builder()
    • getREIntegObjectTimelineUUID

      @Nullable public UUID getREIntegObjectTimelineUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: REIntegObjectTimelineUUID

      Returns:
      GUID for Timeline
    • getInternalRealEstateNumber

      @Nullable public String getInternalRealEstateNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 13

      Original property name from the Odata EDM: InternalRealEstateNumber

      Returns:
      Internal Key of Real Estate Object
    • getValidityStartDate

      @Nullable public LocalDate getValidityStartDate()
      Constraints: Nullable

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      Validity Start Date
    • getValidityEndDate

      @Nullable public LocalDate getValidityEndDate()
      Constraints: Nullable

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      Validity End Date
    • getValidityStartEndDateValue

      @Nullable public String getValidityStartEndDateValue()
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: ValidityStartEndDateValue

      Returns:
      Date from to (RAP Key)
    • getREIntegrationObjectIsActive

      @Nullable public Boolean getREIntegrationObjectIsActive()
      Constraints: Not nullable

      Original property name from the Odata EDM: REIntegrationObjectIsActive

      Returns:
      Object Active Indicator
    • getREIntegObjectUsageType

      @Nullable public String getREIntegObjectUsageType()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: REIntegObjectUsageType

      Returns:
      Object Usage Type
    • getREIntegObjectStatus

      @Nullable public String getREIntegObjectStatus()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: REIntegObjectStatus

      Returns:
      Object Status
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<REIntegObjectTimeline>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<REIntegObjectTimeline>