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

public class SpecStatusAttributes extends VdmEntity<SpecStatusAttributes>
Specification Status Attributes

Original entity name from the Odata EDM: A_SpecStatusAttributesType

  • Field Details

    • ALL_FIELDS

      public static final SpecStatusAttributesSelectable ALL_FIELDS
      Selector for all available fields of SpecStatusAttributes.
    • SPECIFICATION_HEADER_STATUS

      public static final SpecStatusAttributesField<String> SPECIFICATION_HEADER_STATUS
      Use with available fluent helpers to apply the SpecificationHeaderStatus field to query operations.
    • SPECIFICATION_HDR_STS_ATTRIBUTE

      public static final SpecStatusAttributesField<String> SPECIFICATION_HDR_STS_ATTRIBUTE
      Use with available fluent helpers to apply the SpecificationHdrStsAttribute field to query operations.
  • Constructor Details

    • SpecStatusAttributes

      public SpecStatusAttributes()
    • SpecStatusAttributes

      public SpecStatusAttributes(@Nullable String specificationHeaderStatus, @Nullable String specificationHdrStsAttribute)
  • Method Details

    • getType

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

      public void setSpecificationHeaderStatus(@Nullable String specificationHeaderStatus)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SpecificationHeaderStatus

      Parameters:
      specificationHeaderStatus - Status Identification
    • setSpecificationHdrStsAttribute

      public void setSpecificationHdrStsAttribute(@Nullable String specificationHdrStsAttribute)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SpecificationHdrStsAttribute

      Parameters:
      specificationHdrStsAttribute - Attribute per Object Type
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SpecStatusAttributesField<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> SpecStatusAttributesField<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<SpecStatusAttributes>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SpecStatusAttributes.SpecStatusAttributesBuilder builder()
    • getSpecificationHeaderStatus

      @Nullable public String getSpecificationHeaderStatus()
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SpecificationHeaderStatus

      Returns:
      Status Identification
    • getSpecificationHdrStsAttribute

      @Nullable public String getSpecificationHdrStsAttribute()
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SpecificationHdrStsAttribute

      Returns:
      Attribute per Object Type
    • toString

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

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

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

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