Class PurgCatDescription
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<PurgCatDescription>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.PurgCatDescription
Description
Original entity name from the Odata EDM: A_PurgCatDescriptionType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PurgCatDescriptionSelectableSelector for all available fields of PurgCatDescription.static final PurgCatDescriptionField<String>Use with available fluent helpers to apply the Language field to query operations.static final PurgCatDescriptionField<String>Use with available fluent helpers to apply the PurgCatDescription field to query operations.static final PurgCatDescriptionField<UUID>Use with available fluent helpers to apply the PurgCatDescriptionUUID field to query operations.static final PurgCatDescriptionField<UUID>Use with available fluent helpers to apply the PurgCatUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionPurgCatDescription(UUID purgCatDescriptionUUID, String language, UUID purgCatUUID, String purgCatDescription) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PurgCatDescriptionField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PurgCatDescriptionField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullableConstraints: nonegetType()inthashCode()voidsetLanguage(String language) Constraints: Not nullable, Maximum length: 2voidsetPurgCatDescription(String purgCatDescription) Constraints: Not nullable, Maximum length: 60voidsetPurgCatDescriptionUUID(UUID purgCatDescriptionUUID) (Key Field) Constraints: Not nullablevoidsetPurgCatUUID(UUID purgCatUUID) Constraints: noneprotected 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 PurgCatDescription. -
PURG_CAT_DESCRIPTION_UUID
Use with available fluent helpers to apply the PurgCatDescriptionUUID field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations. -
PURG_CAT_DESCRIPTION
Use with available fluent helpers to apply the PurgCatDescription field to query operations.
-
-
Constructor Details
-
PurgCatDescription
public PurgCatDescription() -
PurgCatDescription
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PurgCatDescription>
-
setPurgCatDescriptionUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatDescriptionUUID
- Parameters:
purgCatDescriptionUUID- Purchasing Category Description UUID
-
setLanguage
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language
-
setPurgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Parameters:
purgCatUUID- Purchasing Category UUID
-
setPurgCatDescription
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: PurgCatDescription
- Parameters:
purgCatDescription- Description of Purchasing Category
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PurgCatDescription>
-
getKey
- Overrides:
getKeyin classVdmObject<PurgCatDescription>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PurgCatDescription>
-
fromMap
- Overrides:
fromMapin classVdmObject<PurgCatDescription>
-
field
@Nonnull public static <T> PurgCatDescriptionField<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> PurgCatDescriptionField<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<PurgCatDescription>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PurgCatDescription>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PurgCatDescription>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PurgCatDescription>
-
builder
-
getPurgCatDescriptionUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatDescriptionUUID
- Returns:
- Purchasing Category Description UUID
-
getLanguage
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language
-
getPurgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Returns:
- Purchasing Category UUID
-
getPurgCatDescription
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: PurgCatDescription
- Returns:
- Description of Purchasing Category
-
toString
- Overrides:
toStringin classVdmObject<PurgCatDescription>
-
equals
- Overrides:
equalsin classVdmEntity<PurgCatDescription>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PurgCatDescription>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PurgCatDescription>
-