Class EHSLocClassifierText
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
Location classifier text
Original entity name from the Odata EDM: I_EHSLocClassifierTextType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EHSLocClassifierTextSelectableSelector for all available fields of EHSLocClassifierText.static final EHSLocClassifierTextField<String>Use with available fluent helpers to apply the EHSLocClassifierID field to query operations.static final EHSLocClassifierTextField<UUID>Use with available fluent helpers to apply the EHSLocClassifierRefUUID field to query operations.static final EHSLocClassifierTextField<String>Use with available fluent helpers to apply the EHSLocClassifierText field to query operations.static final EHSLocClassifierTextField<UUID>Use with available fluent helpers to apply the EHSLocClassifierUUID field to query operations.static final EHSLocClassifierTextField<UUID>Use with available fluent helpers to apply the EHSLocationUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
EHSLocClassifierTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> EHSLocClassifierTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected String(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 255(Key Field) Constraints: Not nullableprotected StringgetKey()getType()inthashCode()voidsetEHSLocationUUID(UUID eHSLocationUUID) (Key Field) Constraints: Not nullablevoidsetEHSLocClassifierID(String eHSLocClassifierID) Constraints: Not nullable, Maximum length: 40voidsetEHSLocClassifierRefUUID(UUID eHSLocClassifierRefUUID) (Key Field) Constraints: Not nullablevoidsetEHSLocClassifierText(String eHSLocClassifierText) Constraints: Not nullable, Maximum length: 255voidsetEHSLocClassifierUUID(UUID eHSLocClassifierUUID) (Key Field) Constraints: Not nullableprotected 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 EHSLocClassifierText. -
EHS_LOCATION_UUID
Use with available fluent helpers to apply the EHSLocationUUID field to query operations. -
EHS_LOC_CLASSIFIER_UUID
Use with available fluent helpers to apply the EHSLocClassifierUUID field to query operations. -
EHS_LOC_CLASSIFIER_REF_UUID
Use with available fluent helpers to apply the EHSLocClassifierRefUUID field to query operations. -
EHS_LOC_CLASSIFIER_ID
Use with available fluent helpers to apply the EHSLocClassifierID field to query operations. -
EHS_LOC_CLASSIFIER_TEXT
Use with available fluent helpers to apply the EHSLocClassifierText field to query operations.
-
-
Constructor Details
-
EHSLocClassifierText
public EHSLocClassifierText() -
EHSLocClassifierText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<EHSLocClassifierText>
-
setEHSLocationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EHSLocationUUID
- Parameters:
eHSLocationUUID- NodeID
-
setEHSLocClassifierUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EHSLocClassifierUUID
- Parameters:
eHSLocClassifierUUID- NodeID
-
setEHSLocClassifierRefUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EHSLocClassifierRefUUID
- Parameters:
eHSLocClassifierRefUUID- NodeID
-
setEHSLocClassifierID
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: EHSLocClassifierID
- Parameters:
eHSLocClassifierID- BCO ID
-
setEHSLocClassifierText
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: EHSLocClassifierText
- Parameters:
eHSLocClassifierText- Translatable Long Text (255 char)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<EHSLocClassifierText>
-
getKey
- Overrides:
getKeyin classVdmObject<EHSLocClassifierText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<EHSLocClassifierText>
-
fromMap
- Overrides:
fromMapin classVdmObject<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 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<EHSLocClassifierText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<EHSLocClassifierText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<EHSLocClassifierText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<EHSLocClassifierText>
-
builder
-
getEHSLocationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EHSLocationUUID
- Returns:
- NodeID
-
getEHSLocClassifierUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EHSLocClassifierUUID
- Returns:
- NodeID
-
getEHSLocClassifierRefUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EHSLocClassifierRefUUID
- Returns:
- NodeID
-
getEHSLocClassifierID
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: EHSLocClassifierID
- Returns:
- BCO ID
-
getEHSLocClassifierText
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: EHSLocClassifierText
- Returns:
- Translatable Long Text (255 char)
-
toString
- Overrides:
toStringin classVdmObject<EHSLocClassifierText>
-
equals
- Overrides:
equalsin classVdmEntity<EHSLocClassifierText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<EHSLocClassifierText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<EHSLocClassifierText>
-