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

public class SchedgAgrmtHdrNotes extends VdmEntity<SchedgAgrmtHdrNotes>
Header Notes

Original entity name from the Odata EDM: A_SchedgAgrmtHdrNotesType

  • Field Details

    • ALL_FIELDS

      public static final SchedgAgrmtHdrNotesSelectable ALL_FIELDS
      Selector for all available fields of SchedgAgrmtHdrNotes.
    • LANGUAGE

      public static final SchedgAgrmtHdrNotesField<String> LANGUAGE
      Use with available fluent helpers to apply the Language field to query operations.
    • DOCUMENT_TEXT

      public static final SchedgAgrmtHdrNotesField<String> DOCUMENT_TEXT
      Use with available fluent helpers to apply the DocumentText field to query operations.
    • TECHNICAL_OBJECT_TYPE

      public static final SchedgAgrmtHdrNotesField<String> TECHNICAL_OBJECT_TYPE
      Use with available fluent helpers to apply the TechnicalObjectType field to query operations.
    • ARCH_OBJECT_NUMBER

      public static final SchedgAgrmtHdrNotesField<String> ARCH_OBJECT_NUMBER
      Use with available fluent helpers to apply the ArchObjectNumber field to query operations.
    • SCHEDULING_AGREEMENT

      public static final SchedgAgrmtHdrNotesField<String> SCHEDULING_AGREEMENT
      Use with available fluent helpers to apply the SchedulingAgreement field to query operations.
    • NOTE_DESCRIPTION

      public static final SchedgAgrmtHdrNotesField<String> NOTE_DESCRIPTION
      Use with available fluent helpers to apply the NoteDescription field to query operations.
    • FIXED_INDICATOR

      public static final SchedgAgrmtHdrNotesField<String> FIXED_INDICATOR
      Use with available fluent helpers to apply the FixedIndicator field to query operations.
  • Constructor Details

    • SchedgAgrmtHdrNotes

      public SchedgAgrmtHdrNotes()
    • SchedgAgrmtHdrNotes

      public SchedgAgrmtHdrNotes(@Nullable String language, @Nullable String documentText, @Nullable String technicalObjectType, @Nullable String archObjectNumber, @Nullable String schedulingAgreement, @Nullable String noteDescription, @Nullable String fixedIndicator)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: Language

      Parameters:
      language - Language Key
    • setDocumentText

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

      Original property name from the Odata EDM: DocumentText

      Parameters:
      documentText - Text ID
    • setTechnicalObjectType

      public void setTechnicalObjectType(@Nullable String technicalObjectType)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: TechnicalObjectType

      Parameters:
      technicalObjectType - Texts: application object
    • setArchObjectNumber

      public void setArchObjectNumber(@Nullable String archObjectNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: ArchObjectNumber

      Parameters:
      archObjectNumber - Name
    • setSchedulingAgreement

      public void setSchedulingAgreement(@Nullable String schedulingAgreement)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SchedulingAgreement

      Parameters:
      schedulingAgreement - Purchasing Document Number
    • setNoteDescription

      public void setNoteDescription(@Nullable String noteDescription)
      Constraints: none

      Original property name from the Odata EDM: NoteDescription

      Parameters:
      noteDescription - Long Text
    • setFixedIndicator

      public void setFixedIndicator(@Nullable String fixedIndicator)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: FixedIndicator

      Parameters:
      fixedIndicator - "Fixed" Indicator for Texts
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SchedgAgrmtHdrNotesField<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> SchedgAgrmtHdrNotesField<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<SchedgAgrmtHdrNotes>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder builder()
    • getLanguage

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

      Original property name from the Odata EDM: Language

      Returns:
      Language Key
    • getDocumentText

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

      Original property name from the Odata EDM: DocumentText

      Returns:
      Text ID
    • getTechnicalObjectType

      @Nullable public String getTechnicalObjectType()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: TechnicalObjectType

      Returns:
      Texts: application object
    • getArchObjectNumber

      @Nullable public String getArchObjectNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: ArchObjectNumber

      Returns:
      Name
    • getSchedulingAgreement

      @Nullable public String getSchedulingAgreement()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SchedulingAgreement

      Returns:
      Purchasing Document Number
    • getNoteDescription

      @Nullable public String getNoteDescription()
      Constraints: none

      Original property name from the Odata EDM: NoteDescription

      Returns:
      Long Text
    • getFixedIndicator

      @Nullable public String getFixedIndicator()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: FixedIndicator

      Returns:
      "Fixed" Indicator for Texts
    • toString

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

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

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

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