Class EHSLocClassifierVH
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
Location Classifier
Original entity name from the Odata EDM: C_EHSLocClassifierVHType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EHSLocClassifierVHSelectableSelector for all available fields of EHSLocClassifierVH.static final EHSLocClassifierVHField<String>Use with available fluent helpers to apply the EHSClassifierName field to query operations.static final EHSLocClassifierVHField<String>Use with available fluent helpers to apply the EHSClassifierNameFreeSearch field to query operations.static final EHSLocClassifierVHField<UUID>Use with available fluent helpers to apply the EHSClassifierUUID field to query operations.static final EHSLocClassifierVHField<String>Use with available fluent helpers to apply the EHSLocClassifierID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionEHSLocClassifierVH(UUID eHSClassifierUUID, String eHSClassifierNameFreeSearch, String eHSClassifierName, String eHSLocClassifierID) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
EHSLocClassifierVHField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> EHSLocClassifierVHField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected StringConstraints: Not nullable, Maximum length: 255Constraints: Not nullable, Maximum length: 255(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 40protected StringgetKey()getType()inthashCode()voidsetEHSClassifierName(String eHSClassifierName) Constraints: Not nullable, Maximum length: 255voidsetEHSClassifierNameFreeSearch(String eHSClassifierNameFreeSearch) Constraints: Not nullable, Maximum length: 255voidsetEHSClassifierUUID(UUID eHSClassifierUUID) (Key Field) Constraints: Not nullablevoidsetEHSLocClassifierID(String eHSLocClassifierID) Constraints: Not nullable, Maximum length: 40protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of EHSLocClassifierVH. -
EHS_CLASSIFIER_UUID
Use with available fluent helpers to apply the EHSClassifierUUID field to query operations. -
EHS_CLASSIFIER_NAME_FREE_SEARCH
Use with available fluent helpers to apply the EHSClassifierNameFreeSearch field to query operations. -
EHS_CLASSIFIER_NAME
Use with available fluent helpers to apply the EHSClassifierName field to query operations. -
EHS_LOC_CLASSIFIER_ID
Use with available fluent helpers to apply the EHSLocClassifierID field to query operations.
-
-
Constructor Details
-
EHSLocClassifierVH
public EHSLocClassifierVH() -
EHSLocClassifierVH
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<EHSLocClassifierVH>
-
setEHSClassifierUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EHSClassifierUUID
- Parameters:
eHSClassifierUUID- NodeID
-
setEHSClassifierNameFreeSearch
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: EHSClassifierNameFreeSearch
- Parameters:
eHSClassifierNameFreeSearch- Translatable Long Text (255 char)
-
setEHSClassifierName
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: EHSClassifierName
- Parameters:
eHSClassifierName- Translatable Long Text (255 char)
-
setEHSLocClassifierID
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: EHSLocClassifierID
- Parameters:
eHSLocClassifierID- ID
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<EHSLocClassifierVH>
-
getKey
- Overrides:
getKeyin classVdmObject<EHSLocClassifierVH>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<EHSLocClassifierVH>
-
fromMap
- Overrides:
fromMapin classVdmObject<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 fieldfieldName- 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
- Overrides:
getDestinationForFetchin classVdmEntity<EHSLocClassifierVH>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<EHSLocClassifierVH>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<EHSLocClassifierVH>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<EHSLocClassifierVH>
-
builder
-
getEHSClassifierUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EHSClassifierUUID
- Returns:
- NodeID
-
getEHSClassifierNameFreeSearch
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: EHSClassifierNameFreeSearch
- Returns:
- Translatable Long Text (255 char)
-
getEHSClassifierName
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: EHSClassifierName
- Returns:
- Translatable Long Text (255 char)
-
getEHSLocClassifierID
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: EHSLocClassifierID
- Returns:
- ID
-
toString
- Overrides:
toStringin classVdmObject<EHSLocClassifierVH>
-
equals
- Overrides:
equalsin classVdmEntity<EHSLocClassifierVH>
-
canEqual
- Overrides:
canEqualin classVdmEntity<EHSLocClassifierVH>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<EHSLocClassifierVH>
-