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

public class EHSLocClassifierVH extends VdmEntity<EHSLocClassifierVH>
Location Classifier

Original entity name from the Odata EDM: C_EHSLocClassifierVHType

  • Field Details

    • ALL_FIELDS

      public static final EHSLocClassifierVHSelectable ALL_FIELDS
      Selector for all available fields of EHSLocClassifierVH.
    • EHS_CLASSIFIER_UUID

      public static final EHSLocClassifierVHField<UUID> EHS_CLASSIFIER_UUID
      Use with available fluent helpers to apply the EHSClassifierUUID field to query operations.
    • EHS_CLASSIFIER_NAME

      public static final EHSLocClassifierVHField<String> EHS_CLASSIFIER_NAME
      Use with available fluent helpers to apply the EHSClassifierName field to query operations.
    • EHS_LOC_CLASSIFIER_ID

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

    • EHSLocClassifierVH

      public EHSLocClassifierVH()
    • EHSLocClassifierVH

      public EHSLocClassifierVH(@Nullable UUID eHSClassifierUUID, @Nullable String eHSClassifierNameFreeSearch, @Nullable String eHSClassifierName, @Nullable String eHSLocClassifierID)
  • Method Details

    • getType

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

      public void setEHSClassifierUUID(@Nullable UUID eHSClassifierUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: EHSClassifierUUID

      Parameters:
      eHSClassifierUUID - NodeID
    • setEHSClassifierNameFreeSearch

      public void setEHSClassifierNameFreeSearch(@Nullable String eHSClassifierNameFreeSearch)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: EHSClassifierNameFreeSearch

      Parameters:
      eHSClassifierNameFreeSearch - Translatable Long Text (255 char)
    • setEHSClassifierName

      public void setEHSClassifierName(@Nullable String eHSClassifierName)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: EHSClassifierName

      Parameters:
      eHSClassifierName - Translatable Long Text (255 char)
    • setEHSLocClassifierID

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

      Original property name from the Odata EDM: EHSLocClassifierID

      Parameters:
      eHSLocClassifierID - ID
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> EHSLocClassifierVHField<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> EHSLocClassifierVHField<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<EHSLocClassifierVH>
    • setServicePathForFetch

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

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

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

      @Nonnull public static EHSLocClassifierVH.EHSLocClassifierVHBuilder builder()
    • getEHSClassifierUUID

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

      Original property name from the Odata EDM: EHSClassifierUUID

      Returns:
      NodeID
    • getEHSClassifierNameFreeSearch

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

      Original property name from the Odata EDM: EHSClassifierNameFreeSearch

      Returns:
      Translatable Long Text (255 char)
    • getEHSClassifierName

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

      Original property name from the Odata EDM: EHSClassifierName

      Returns:
      Translatable Long Text (255 char)
    • getEHSLocClassifierID

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

      Original property name from the Odata EDM: EHSLocClassifierID

      Returns:
      ID
    • toString

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

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

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

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