Class PurgCatTranslationStatus
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<PurgCatTranslationStatus>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.PurgCatTranslationStatus
Translation Status
Original entity name from the Odata EDM: A_PurgCatTranslationStatusType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PurgCatTranslationStatusSelectableSelector for all available fields of PurgCatTranslationStatus.static final PurgCatTranslationStatusField<String>Use with available fluent helpers to apply the PurgCatTranslationTgtLang field to query operations.static final PurgCatTranslationStatusField<String>Use with available fluent helpers to apply the PurgCatTranslationTgtLangSts field to query operations.static final PurgCatTranslationStatusField<UUID>Use with available fluent helpers to apply the PurgCatTranslationUUID field to query operations.static final PurgCatTranslationStatusField<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
ConstructorsConstructorDescriptionPurgCatTranslationStatus(UUID purgCatTranslationUUID, UUID purgCatUUID, String purgCatTranslationTgtLang, String purgCatTranslationTgtLangSts) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PurgCatTranslationStatusField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PurgCatTranslationStatusField<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: 2(Key Field) Constraints: Not nullableConstraints: nonegetType()inthashCode()voidsetPurgCatTranslationTgtLang(String purgCatTranslationTgtLang) Constraints: Not nullable, Maximum length: 2voidsetPurgCatTranslationTgtLangSts(String purgCatTranslationTgtLangSts) Constraints: Not nullable, Maximum length: 2voidsetPurgCatTranslationUUID(UUID purgCatTranslationUUID) (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 PurgCatTranslationStatus. -
PURG_CAT_TRANSLATION_UUID
Use with available fluent helpers to apply the PurgCatTranslationUUID field to query operations. -
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations. -
PURG_CAT_TRANSLATION_TGT_LANG
Use with available fluent helpers to apply the PurgCatTranslationTgtLang field to query operations. -
PURG_CAT_TRANSLATION_TGT_LANG_STS
Use with available fluent helpers to apply the PurgCatTranslationTgtLangSts field to query operations.
-
-
Constructor Details
-
PurgCatTranslationStatus
public PurgCatTranslationStatus() -
PurgCatTranslationStatus
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PurgCatTranslationStatus>
-
setPurgCatTranslationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatTranslationUUID
- Parameters:
purgCatTranslationUUID- Purchasing Category Translation UUID
-
setPurgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Parameters:
purgCatUUID- Purchasing Category UUID
-
setPurgCatTranslationTgtLang
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PurgCatTranslationTgtLang
- Parameters:
purgCatTranslationTgtLang- Target Language
-
setPurgCatTranslationTgtLangSts
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PurgCatTranslationTgtLangSts
- Parameters:
purgCatTranslationTgtLangSts- Status of Target Language
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PurgCatTranslationStatus>
-
getKey
- Overrides:
getKeyin classVdmObject<PurgCatTranslationStatus>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PurgCatTranslationStatus>
-
fromMap
- Overrides:
fromMapin classVdmObject<PurgCatTranslationStatus>
-
field
@Nonnull public static <T> PurgCatTranslationStatusField<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> PurgCatTranslationStatusField<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<PurgCatTranslationStatus>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PurgCatTranslationStatus>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PurgCatTranslationStatus>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PurgCatTranslationStatus>
-
builder
-
getPurgCatTranslationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatTranslationUUID
- Returns:
- Purchasing Category Translation UUID
-
getPurgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Returns:
- Purchasing Category UUID
-
getPurgCatTranslationTgtLang
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PurgCatTranslationTgtLang
- Returns:
- Target Language
-
getPurgCatTranslationTgtLangSts
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PurgCatTranslationTgtLangSts
- Returns:
- Status of Target Language
-
toString
- Overrides:
toStringin classVdmObject<PurgCatTranslationStatus>
-
equals
- Overrides:
equalsin classVdmEntity<PurgCatTranslationStatus>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PurgCatTranslationStatus>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PurgCatTranslationStatus>
-