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

public class SrcgProjPubdSuplrActnHist extends VdmEntity<SrcgProjPubdSuplrActnHist> implements VdmEntitySet
Unlocking History of Pubd Supplier List

Original entity name from the Odata EDM: SrcgProjPubdSuplrActnHist_Type

  • Field Details

  • Constructor Details

    • SrcgProjPubdSuplrActnHist

      public SrcgProjPubdSuplrActnHist()
    • SrcgProjPubdSuplrActnHist

      public SrcgProjPubdSuplrActnHist(@Nullable UUID srcgProjPubdSuplrActnHistUUID, @Nullable UUID srcgProjPubdSuplrListUUID, @Nullable UUID sourcingProjectUUID, @Nullable OffsetDateTime qtnExtendedLatestSubmsnDteTime, @Nullable String srcgProjSuplrUnlockingReason, @Nullable String srcgProjPubdSuplrHistActnCode, @Nullable OffsetDateTime creationDateTime, @Nullable SourcingProject to_SourcingProject, @Nullable SrcgProjPubdSuplrListBP to_SrcgProjPubdSuplrListBP)
  • Method Details

    • getType

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

      public void setSrcgProjPubdSuplrActnHistUUID(@Nullable UUID srcgProjPubdSuplrActnHistUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SrcgProjPubdSuplrActnHistUUID

      Parameters:
      srcgProjPubdSuplrActnHistUUID - UUID of Supplier List History Published with Sourcing Projct
    • setSrcgProjPubdSuplrListUUID

      public void setSrcgProjPubdSuplrListUUID(@Nullable UUID srcgProjPubdSuplrListUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: SrcgProjPubdSuplrListUUID

      Parameters:
      srcgProjPubdSuplrListUUID - UUID of Supplier List Published with Sourcing Project
    • setSourcingProjectUUID

      public void setSourcingProjectUUID(@Nullable UUID sourcingProjectUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: SourcingProjectUUID

      Parameters:
      sourcingProjectUUID - Sourcing Project UUID
    • setQtnExtendedLatestSubmsnDteTime

      public void setQtnExtendedLatestSubmsnDteTime(@Nullable OffsetDateTime qtnExtendedLatestSubmsnDteTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: QtnExtendedLatestSubmsnDteTime

      Parameters:
      qtnExtendedLatestSubmsnDteTime - Latest Submission Date for Supplier Quotations
    • setSrcgProjSuplrUnlockingReason

      public void setSrcgProjSuplrUnlockingReason(@Nullable String srcgProjSuplrUnlockingReason)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SrcgProjSuplrUnlockingReason

      Parameters:
      srcgProjSuplrUnlockingReason - Reason for New Version of Sourcing Project
    • setSrcgProjPubdSuplrHistActnCode

      public void setSrcgProjPubdSuplrHistActnCode(@Nullable String srcgProjPubdSuplrHistActnCode)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: SrcgProjPubdSuplrHistActnCode

      Parameters:
      srcgProjPubdSuplrHistActnCode - History Action of Supplier List Published with SP
    • setCreationDateTime

      public void setCreationDateTime(@Nullable OffsetDateTime creationDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Parameters:
      creationDateTime - Creation Date and Time
    • getEntityCollection

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

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

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

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

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

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

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

      If the navigation property for an entity SrcgProjPubdSuplrActnHist 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 _SourcingProject is already loaded, the result will contain the SourcingProject entity. If not, an Option with result state empty is returned.
    • setSourcingProject

      public void setSourcingProject(SourcingProject value)
      Overwrites the associated SourcingProject entity for the loaded navigation property _SourcingProject.
      Parameters:
      value - New SourcingProject entity.
    • getSrcgProjPubdSuplrListBPIfPresent

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

      If the navigation property for an entity SrcgProjPubdSuplrActnHist 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 _SrcgProjPubdSuplrListBP is already loaded, the result will contain the SrcgProjPubdSuplrListBP entity. If not, an Option with result state empty is returned.
    • setSrcgProjPubdSuplrListBP

      public void setSrcgProjPubdSuplrListBP(SrcgProjPubdSuplrListBP value)
      Overwrites the associated SrcgProjPubdSuplrListBP entity for the loaded navigation property _SrcgProjPubdSuplrListBP.
      Parameters:
      value - New SrcgProjPubdSuplrListBP entity.
    • builder

    • getSrcgProjPubdSuplrActnHistUUID

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

      Original property name from the Odata EDM: SrcgProjPubdSuplrActnHistUUID

      Returns:
      UUID of Supplier List History Published with Sourcing Projct
    • getSrcgProjPubdSuplrListUUID

      @Nullable public UUID getSrcgProjPubdSuplrListUUID()
      Constraints: Not nullable

      Original property name from the Odata EDM: SrcgProjPubdSuplrListUUID

      Returns:
      UUID of Supplier List Published with Sourcing Project
    • getSourcingProjectUUID

      @Nullable public UUID getSourcingProjectUUID()
      Constraints: Not nullable

      Original property name from the Odata EDM: SourcingProjectUUID

      Returns:
      Sourcing Project UUID
    • getQtnExtendedLatestSubmsnDteTime

      @Nullable public OffsetDateTime getQtnExtendedLatestSubmsnDteTime()
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: QtnExtendedLatestSubmsnDteTime

      Returns:
      Latest Submission Date for Supplier Quotations
    • getSrcgProjSuplrUnlockingReason

      @Nullable public String getSrcgProjSuplrUnlockingReason()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SrcgProjSuplrUnlockingReason

      Returns:
      Reason for New Version of Sourcing Project
    • getSrcgProjPubdSuplrHistActnCode

      @Nullable public String getSrcgProjPubdSuplrHistActnCode()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: SrcgProjPubdSuplrHistActnCode

      Returns:
      History Action of Supplier List Published with SP
    • getCreationDateTime

      @Nullable public OffsetDateTime getCreationDateTime()
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      Creation Date and Time
    • toString

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

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

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

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

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