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

public class EHSLocClassifierText extends VdmEntity<EHSLocClassifierText>
Location classifier text

Original entity name from the Odata EDM: I_EHSLocClassifierTextType

  • Field Details

    • ALL_FIELDS

      public static final EHSLocClassifierTextSelectable ALL_FIELDS
      Selector for all available fields of EHSLocClassifierText.
    • EHS_LOCATION_UUID

      public static final EHSLocClassifierTextField<UUID> EHS_LOCATION_UUID
      Use with available fluent helpers to apply the EHSLocationUUID field to query operations.
    • EHS_LOC_CLASSIFIER_UUID

      public static final EHSLocClassifierTextField<UUID> EHS_LOC_CLASSIFIER_UUID
      Use with available fluent helpers to apply the EHSLocClassifierUUID field to query operations.
    • EHS_LOC_CLASSIFIER_REF_UUID

      public static final EHSLocClassifierTextField<UUID> EHS_LOC_CLASSIFIER_REF_UUID
      Use with available fluent helpers to apply the EHSLocClassifierRefUUID field to query operations.
    • EHS_LOC_CLASSIFIER_ID

      public static final EHSLocClassifierTextField<String> EHS_LOC_CLASSIFIER_ID
      Use with available fluent helpers to apply the EHSLocClassifierID field to query operations.
    • EHS_LOC_CLASSIFIER_TEXT

      public static final EHSLocClassifierTextField<String> EHS_LOC_CLASSIFIER_TEXT
      Use with available fluent helpers to apply the EHSLocClassifierText field to query operations.
  • Constructor Details

    • EHSLocClassifierText

      public EHSLocClassifierText()
    • EHSLocClassifierText

      public EHSLocClassifierText(@Nullable UUID eHSLocationUUID, @Nullable UUID eHSLocClassifierUUID, @Nullable UUID eHSLocClassifierRefUUID, @Nullable String eHSLocClassifierID, @Nullable String eHSLocClassifierText)
  • Method Details

    • getType

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

      public void setEHSLocationUUID(@Nullable UUID eHSLocationUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: EHSLocationUUID

      Parameters:
      eHSLocationUUID - NodeID
    • setEHSLocClassifierUUID

      public void setEHSLocClassifierUUID(@Nullable UUID eHSLocClassifierUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: EHSLocClassifierUUID

      Parameters:
      eHSLocClassifierUUID - NodeID
    • setEHSLocClassifierRefUUID

      public void setEHSLocClassifierRefUUID(@Nullable UUID eHSLocClassifierRefUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: EHSLocClassifierRefUUID

      Parameters:
      eHSLocClassifierRefUUID - NodeID
    • setEHSLocClassifierID

      public void setEHSLocClassifierID(@Nullable String eHSLocClassifierID)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: EHSLocClassifierID

      Parameters:
      eHSLocClassifierID - BCO ID
    • setEHSLocClassifierText

      public void setEHSLocClassifierText(@Nullable String eHSLocClassifierText)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: EHSLocClassifierText

      Parameters:
      eHSLocClassifierText - Translatable Long Text (255 char)
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> EHSLocClassifierTextField<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> EHSLocClassifierTextField<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<EHSLocClassifierText>
    • setServicePathForFetch

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

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

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

      @Nonnull public static EHSLocClassifierText.EHSLocClassifierTextBuilder builder()
    • getEHSLocationUUID

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

      Original property name from the Odata EDM: EHSLocationUUID

      Returns:
      NodeID
    • getEHSLocClassifierUUID

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

      Original property name from the Odata EDM: EHSLocClassifierUUID

      Returns:
      NodeID
    • getEHSLocClassifierRefUUID

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

      Original property name from the Odata EDM: EHSLocClassifierRefUUID

      Returns:
      NodeID
    • getEHSLocClassifierID

      @Nullable public String getEHSLocClassifierID()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: EHSLocClassifierID

      Returns:
      BCO ID
    • getEHSLocClassifierText

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

      Original property name from the Odata EDM: EHSLocClassifierText

      Returns:
      Translatable Long Text (255 char)
    • toString

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

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

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

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