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

public class REIntegObjectContractAssgmt extends VdmEntity<REIntegObjectContractAssgmt> implements VdmEntitySet
Contract Assignment

Original entity name from the Odata EDM: REIntegObjectContractAssgmt_Type

  • Field Details

  • Constructor Details

    • REIntegObjectContractAssgmt

      public REIntegObjectContractAssgmt()
    • REIntegObjectContractAssgmt

      public REIntegObjectContractAssgmt(@Nullable String internalRealEstateNumber, @Nullable String rEObjectAssignmentType, @Nullable String companyCode, @Nullable String realEstateContract, @Nullable String validityStartEndDateValue, @Nullable String rEStatusObjectTarget, @Nullable LocalDate validityStartDate, @Nullable LocalDate validityEndDate, @Nullable Boolean rEOnlyInfoAssgmt, @Nullable Boolean rEStatusObjectSourceIsArchived, @Nullable LocalDate rEObjectPossessionStartDate, @Nullable LocalDate rEObjectPossessionEndDate, @Nullable String rEIdentificationKey, @Nullable String rEContractType, @Nullable String rEContractName, @Nullable Collection<SAP__Message> _Messages, @Nullable REIntegrationObject to_REIntegrationObjectTP)
  • Method Details

    • getType

      @Nonnull public Class<REIntegObjectContractAssgmt> getType()
      Specified by:
      getType in class VdmObject<REIntegObjectContractAssgmt>
    • 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
    • setREObjectAssignmentType

      public void setREObjectAssignmentType(@Nullable String rEObjectAssignmentType)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: REObjectAssignmentType

      Parameters:
      rEObjectAssignmentType - Type of Object Assignment
    • setCompanyCode

      public void setCompanyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Parameters:
      companyCode - Company Code
    • setRealEstateContract

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

      Original property name from the Odata EDM: RealEstateContract

      Parameters:
      realEstateContract - Real Estate Contract
    • setValidityStartEndDateValue

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

      Original property name from the Odata EDM: ValidityStartEndDateValue

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

      public void setREStatusObjectTarget(@Nullable String rEStatusObjectTarget)
      Constraints: Not nullable, Maximum length: 22

      Original property name from the Odata EDM: REStatusObjectTarget

      Parameters:
      rEStatusObjectTarget - Object Number
    • 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
    • setREOnlyInfoAssgmt

      public void setREOnlyInfoAssgmt(@Nullable Boolean rEOnlyInfoAssgmt)
      Constraints: Not nullable

      Original property name from the Odata EDM: REOnlyInfoAssgmt

      Parameters:
      rEOnlyInfoAssgmt - Informational Assignment
    • setREStatusObjectSourceIsArchived

      public void setREStatusObjectSourceIsArchived(@Nullable Boolean rEStatusObjectSourceIsArchived)
      Constraints: Not nullable

      Original property name from the Odata EDM: REStatusObjectSourceIsArchived

      Parameters:
      rEStatusObjectSourceIsArchived - Source Object Was Archived
    • setREObjectPossessionStartDate

      public void setREObjectPossessionStartDate(@Nullable LocalDate rEObjectPossessionStartDate)
      Constraints: Nullable

      Original property name from the Odata EDM: REObjectPossessionStartDate

      Parameters:
      rEObjectPossessionStartDate - Date From Which the Object Is Made Available for Use
    • setREObjectPossessionEndDate

      public void setREObjectPossessionEndDate(@Nullable LocalDate rEObjectPossessionEndDate)
      Constraints: Nullable

      Original property name from the Odata EDM: REObjectPossessionEndDate

      Parameters:
      rEObjectPossessionEndDate - Date Up to Which the Object Is Used
    • setREIdentificationKey

      public void setREIdentificationKey(@Nullable String rEIdentificationKey)
      Constraints: Not nullable, Maximum length: 45

      Original property name from the Odata EDM: REIdentificationKey

      Parameters:
      rEIdentificationKey - ID Part Key, for example "1000/123"
    • setREContractType

      public void setREContractType(@Nullable String rEContractType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: REContractType

      Parameters:
      rEContractType - Contract Type
    • setREContractName

      public void setREContractName(@Nullable String rEContractName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: REContractName

      Parameters:
      rEContractName - Contract Name
    • 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<REIntegObjectContractAssgmt>
    • getKey

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

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

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

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

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<REIntegObjectContractAssgmt>
    • 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 REIntegObjectContractAssgmt 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

    • 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
    • getREObjectAssignmentType

      @Nullable public String getREObjectAssignmentType()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: REObjectAssignmentType

      Returns:
      Type of Object Assignment
    • getCompanyCode

      @Nullable public String getCompanyCode()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      Company Code
    • getRealEstateContract

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

      Original property name from the Odata EDM: RealEstateContract

      Returns:
      Real Estate Contract
    • getValidityStartEndDateValue

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

      Original property name from the Odata EDM: ValidityStartEndDateValue

      Returns:
      Date from to (RAP Key)
    • getREStatusObjectTarget

      @Nullable public String getREStatusObjectTarget()
      Constraints: Not nullable, Maximum length: 22

      Original property name from the Odata EDM: REStatusObjectTarget

      Returns:
      Object Number
    • 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
    • getREOnlyInfoAssgmt

      @Nullable public Boolean getREOnlyInfoAssgmt()
      Constraints: Not nullable

      Original property name from the Odata EDM: REOnlyInfoAssgmt

      Returns:
      Informational Assignment
    • getREStatusObjectSourceIsArchived

      @Nullable public Boolean getREStatusObjectSourceIsArchived()
      Constraints: Not nullable

      Original property name from the Odata EDM: REStatusObjectSourceIsArchived

      Returns:
      Source Object Was Archived
    • getREObjectPossessionStartDate

      @Nullable public LocalDate getREObjectPossessionStartDate()
      Constraints: Nullable

      Original property name from the Odata EDM: REObjectPossessionStartDate

      Returns:
      Date From Which the Object Is Made Available for Use
    • getREObjectPossessionEndDate

      @Nullable public LocalDate getREObjectPossessionEndDate()
      Constraints: Nullable

      Original property name from the Odata EDM: REObjectPossessionEndDate

      Returns:
      Date Up to Which the Object Is Used
    • getREIdentificationKey

      @Nullable public String getREIdentificationKey()
      Constraints: Not nullable, Maximum length: 45

      Original property name from the Odata EDM: REIdentificationKey

      Returns:
      ID Part Key, for example "1000/123"
    • getREContractType

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

      Original property name from the Odata EDM: REContractType

      Returns:
      Contract Type
    • getREContractName

      @Nullable public String getREContractName()
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: REContractName

      Returns:
      Contract Name
    • 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<REIntegObjectContractAssgmt>
    • equals

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

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

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

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