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

public class SrcgProjAwardingScenNote extends VdmEntity<SrcgProjAwardingScenNote> implements VdmEntitySet
Awarding Scenario Note

Original entity name from the Odata EDM: SrcgProjAwardingScenNote_Type

  • Field Details

  • Constructor Details

    • SrcgProjAwardingScenNote

      public SrcgProjAwardingScenNote()
    • SrcgProjAwardingScenNote

      public SrcgProjAwardingScenNote(@Nullable UUID noteBasicUUID, @Nullable UUID srcgProjAwardingScenarioUUID, @Nullable String noteBasicLanguage, @Nullable String noteBasicObjectNodeType, @Nullable String noteBasicType, @Nullable String noteBasicTitle, @Nullable String noteBasicMIMEType, @Nullable String noteBasicCreatedByUser, @Nullable OffsetDateTime noteBasicCreationDateTime, @Nullable String noteBasicChangedByUser, @Nullable OffsetDateTime noteBasicChangeDateTime, @Nullable String noteBasicContent, @Nullable SrcgProjectAwardingScenario to_SrcgProjAwardingScenario)
  • Method Details

    • getType

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

      public void setNoteBasicUUID(@Nullable UUID noteBasicUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: NoteBasicUUID

      Parameters:
      noteBasicUUID - Note ID
    • setSrcgProjAwardingScenarioUUID

      public void setSrcgProjAwardingScenarioUUID(@Nullable UUID srcgProjAwardingScenarioUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: SrcgProjAwardingScenarioUUID

      Parameters:
      srcgProjAwardingScenarioUUID - Awarding Scenario UUID
    • setNoteBasicLanguage

      public void setNoteBasicLanguage(@Nullable String noteBasicLanguage)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: NoteBasicLanguage

      Parameters:
      noteBasicLanguage - Language
    • setNoteBasicObjectNodeType

      public void setNoteBasicObjectNodeType(@Nullable String noteBasicObjectNodeType)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: NoteBasicObjectNodeType

      Parameters:
      noteBasicObjectNodeType - SAP Object Node Type
    • setNoteBasicType

      public void setNoteBasicType(@Nullable String noteBasicType)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: NoteBasicType

      Parameters:
      noteBasicType - Name of Note Type
    • setNoteBasicTitle

      public void setNoteBasicTitle(@Nullable String noteBasicTitle)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: NoteBasicTitle

      Parameters:
      noteBasicTitle - Title
    • setNoteBasicMIMEType

      public void setNoteBasicMIMEType(@Nullable String noteBasicMIMEType)
      Constraints: Not nullable, Maximum length: 127

      Original property name from the Odata EDM: NoteBasicMIMEType

      Parameters:
      noteBasicMIMEType - MIME Type
    • setNoteBasicCreatedByUser

      public void setNoteBasicCreatedByUser(@Nullable String noteBasicCreatedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: NoteBasicCreatedByUser

      Parameters:
      noteBasicCreatedByUser - Created By
    • setNoteBasicCreationDateTime

      public void setNoteBasicCreationDateTime(@Nullable OffsetDateTime noteBasicCreationDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: NoteBasicCreationDateTime

      Parameters:
      noteBasicCreationDateTime - Created At
    • setNoteBasicChangedByUser

      public void setNoteBasicChangedByUser(@Nullable String noteBasicChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: NoteBasicChangedByUser

      Parameters:
      noteBasicChangedByUser - Last Changed By
    • setNoteBasicChangeDateTime

      public void setNoteBasicChangeDateTime(@Nullable OffsetDateTime noteBasicChangeDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: NoteBasicChangeDateTime

      Parameters:
      noteBasicChangeDateTime - Last Changed At
    • setNoteBasicContent

      public void setNoteBasicContent(@Nullable String noteBasicContent)
      Constraints: Not nullable

      Original property name from the Odata EDM: NoteBasicContent

      Parameters:
      noteBasicContent - Content of note
    • getEntityCollection

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

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

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

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

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

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

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

      If the navigation property for an entity SrcgProjAwardingScenNote 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 _SrcgProjAwardingScenario is already loaded, the result will contain the SrcgProjectAwardingScenario entity. If not, an Option with result state empty is returned.
    • setSrcgProjAwardingScenario

      public void setSrcgProjAwardingScenario(SrcgProjectAwardingScenario value)
      Overwrites the associated SrcgProjectAwardingScenario entity for the loaded navigation property _SrcgProjAwardingScenario.
      Parameters:
      value - New SrcgProjectAwardingScenario entity.
    • builder

    • getNoteBasicUUID

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

      Original property name from the Odata EDM: NoteBasicUUID

      Returns:
      Note ID
    • getSrcgProjAwardingScenarioUUID

      @Nullable public UUID getSrcgProjAwardingScenarioUUID()
      Constraints: Not nullable

      Original property name from the Odata EDM: SrcgProjAwardingScenarioUUID

      Returns:
      Awarding Scenario UUID
    • getNoteBasicLanguage

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

      Original property name from the Odata EDM: NoteBasicLanguage

      Returns:
      Language
    • getNoteBasicObjectNodeType

      @Nullable public String getNoteBasicObjectNodeType()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: NoteBasicObjectNodeType

      Returns:
      SAP Object Node Type
    • getNoteBasicType

      @Nullable public String getNoteBasicType()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: NoteBasicType

      Returns:
      Name of Note Type
    • getNoteBasicTitle

      @Nullable public String getNoteBasicTitle()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: NoteBasicTitle

      Returns:
      Title
    • getNoteBasicMIMEType

      @Nullable public String getNoteBasicMIMEType()
      Constraints: Not nullable, Maximum length: 127

      Original property name from the Odata EDM: NoteBasicMIMEType

      Returns:
      MIME Type
    • getNoteBasicCreatedByUser

      @Nullable public String getNoteBasicCreatedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: NoteBasicCreatedByUser

      Returns:
      Created By
    • getNoteBasicCreationDateTime

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

      Original property name from the Odata EDM: NoteBasicCreationDateTime

      Returns:
      Created At
    • getNoteBasicChangedByUser

      @Nullable public String getNoteBasicChangedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: NoteBasicChangedByUser

      Returns:
      Last Changed By
    • getNoteBasicChangeDateTime

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

      Original property name from the Odata EDM: NoteBasicChangeDateTime

      Returns:
      Last Changed At
    • getNoteBasicContent

      @Nullable public String getNoteBasicContent()
      Constraints: Not nullable

      Original property name from the Odata EDM: NoteBasicContent

      Returns:
      Content of note
    • toString

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

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

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

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

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