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

public class JITCallRefTextCompGrp extends VdmEntity<JITCallRefTextCompGrp>
Component Group Reference Text

Original entity name from the Odata EDM: A_JITCallRefTextCompGrpType

  • Field Details

    • ALL_FIELDS

      public static final JITCallRefTextCompGrpSelectable ALL_FIELDS
      Selector for all available fields of JITCallRefTextCompGrp.
    • INTERNAL_JIT_CALL_NUMBER

      public static final JITCallRefTextCompGrpField<String> INTERNAL_JIT_CALL_NUMBER
      Use with available fluent helpers to apply the InternalJITCallNumber field to query operations.
    • COMP_GRP_NUMBER

      public static final JITCallRefTextCompGrpField<String> COMP_GRP_NUMBER
      Use with available fluent helpers to apply the CompGrpNumber field to query operations.
    • JIT_REF_TYPE

      public static final JITCallRefTextCompGrpField<String> JIT_REF_TYPE
      Use with available fluent helpers to apply the JITRefType field to query operations.
    • JIT_REF_TEXT

      public static final JITCallRefTextCompGrpField<String> JIT_REF_TEXT
      Use with available fluent helpers to apply the JITRefText field to query operations.
    • SHIP_TO_PARTY

      public static final JITCallRefTextCompGrpField<String> SHIP_TO_PARTY
      Use with available fluent helpers to apply the ShipToParty field to query operations.
  • Constructor Details

    • JITCallRefTextCompGrp

      public JITCallRefTextCompGrp()
    • JITCallRefTextCompGrp

      public JITCallRefTextCompGrp(@Nullable String internalJITCallNumber, @Nullable String compGrpNumber, @Nullable String jITRefType, @Nullable String jITRefText, @Nullable String shipToParty)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: InternalJITCallNumber

      Parameters:
      internalJITCallNumber - Call Number
    • setCompGrpNumber

      public void setCompGrpNumber(@Nullable String compGrpNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: CompGrpNumber

      Parameters:
      compGrpNumber - Component Group Number
    • setJITRefType

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

      Original property name from the Odata EDM: JITRefType

      Parameters:
      jITRefType - Type of Reference Number
    • setJITRefText

      public void setJITRefText(@Nullable String jITRefText)
      Constraints: none

      Original property name from the Odata EDM: JITRefText

      Parameters:
      jITRefText - Reference Number / Reference Text for JIT Call
    • setShipToParty

      public void setShipToParty(@Nullable String shipToParty)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ShipToParty

      Parameters:
      shipToParty - Ship-to Party
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> JITCallRefTextCompGrpField<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> JITCallRefTextCompGrpField<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<JITCallRefTextCompGrp>
    • setServicePathForFetch

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

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

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

      @Nonnull public static JITCallRefTextCompGrp.JITCallRefTextCompGrpBuilder builder()
    • getInternalJITCallNumber

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

      Original property name from the Odata EDM: InternalJITCallNumber

      Returns:
      Call Number
    • getCompGrpNumber

      @Nullable public String getCompGrpNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: CompGrpNumber

      Returns:
      Component Group Number
    • getJITRefType

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

      Original property name from the Odata EDM: JITRefType

      Returns:
      Type of Reference Number
    • getJITRefText

      @Nullable public String getJITRefText()
      Constraints: none

      Original property name from the Odata EDM: JITRefText

      Returns:
      Reference Number / Reference Text for JIT Call
    • getShipToParty

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

      Original property name from the Odata EDM: ShipToParty

      Returns:
      Ship-to Party
    • toString

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

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

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

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