Class WorkCenterCapacityText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<WorkCenterCapacityText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.WorkCenterCapacityText
Capacity Description
Original entity name from the Odata EDM: A_WorkCenterCapacityTextType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WorkCenterCapacityTextSelectableSelector for all available fields of WorkCenterCapacityText.static final WorkCenterCapacityTextField<String>Use with available fluent helpers to apply the CapacityInternalID field to query operations.static final WorkCenterCapacityTextField<ZonedDateTime>Use with available fluent helpers to apply the CapacityLastChangeDateTime field to query operations.static final WorkCenterCapacityTextField<String>Use with available fluent helpers to apply the CapacityText field to query operations.static final WorkCenterCapacityTextField<String>Use with available fluent helpers to apply the Language field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionWorkCenterCapacityText(String capacityInternalID, String language, String capacityText, ZonedDateTime capacityLastChangeDateTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
WorkCenterCapacityTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> WorkCenterCapacityTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Precision: 7Constraints: Not nullable, Maximum length: 40protected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidsetCapacityInternalID(String capacityInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetCapacityLastChangeDateTime(ZonedDateTime capacityLastChangeDateTime) Constraints: Not nullable, Precision: 7voidsetCapacityText(String capacityText) Constraints: Not nullable, Maximum length: 40voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected 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 WorkCenterCapacityText. -
CAPACITY_INTERNAL_ID
Use with available fluent helpers to apply the CapacityInternalID field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
CAPACITY_TEXT
Use with available fluent helpers to apply the CapacityText field to query operations. -
CAPACITY_LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the CapacityLastChangeDateTime field to query operations.
-
-
Constructor Details
-
WorkCenterCapacityText
public WorkCenterCapacityText() -
WorkCenterCapacityText
public WorkCenterCapacityText(@Nullable String capacityInternalID, @Nullable String language, @Nullable String capacityText, @Nullable ZonedDateTime capacityLastChangeDateTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<WorkCenterCapacityText>
-
setCapacityInternalID
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CapacityInternalID
- Parameters:
capacityInternalID- Capacity ID
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setCapacityText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CapacityText
- Parameters:
capacityText- Capacity Short Text
-
setCapacityLastChangeDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CapacityLastChangeDateTime
- Parameters:
capacityLastChangeDateTime- Capacity Last Change Date Time
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<WorkCenterCapacityText>
-
getKey
- Overrides:
getKeyin classVdmObject<WorkCenterCapacityText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<WorkCenterCapacityText>
-
fromMap
- Overrides:
fromMapin classVdmObject<WorkCenterCapacityText>
-
field
@Nonnull public static <T> WorkCenterCapacityTextField<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> WorkCenterCapacityTextField<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<WorkCenterCapacityText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<WorkCenterCapacityText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<WorkCenterCapacityText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<WorkCenterCapacityText>
-
builder
-
getCapacityInternalID
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CapacityInternalID
- Returns:
- Capacity ID
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getCapacityText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CapacityText
- Returns:
- Capacity Short Text
-
getCapacityLastChangeDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CapacityLastChangeDateTime
- Returns:
- Capacity Last Change Date Time
-
toString
- Overrides:
toStringin classVdmObject<WorkCenterCapacityText>
-
equals
- Overrides:
equalsin classVdmEntity<WorkCenterCapacityText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<WorkCenterCapacityText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<WorkCenterCapacityText>
-