Class KanbanCtnDetailedQty
Original entity name from the Odata EDM: A_KanbanCtnDetailedQtyType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KanbanCtnDetailedQtyField<BigDecimal>Use with available fluent helpers to apply the ActualQuantityInBaseUnit field to query operations.static final KanbanCtnDetailedQtySelectableSelector for all available fields of KanbanCtnDetailedQty.static final KanbanCtnDetailedQtyField<String>Use with available fluent helpers to apply the BaseUnit field to query operations.static final KanbanCtnDetailedQtyField<String>Use with available fluent helpers to apply the Batch field to query operations.static final KanbanCtnDetailedQtyField<String>Use with available fluent helpers to apply the KanbanContainer field to query operations.static final KanbanCtnDetailedQtyField<String>Use with available fluent helpers to apply the KanbanControlCycle field to query operations.static final KanbanCtnDetailedQtyField<ZonedDateTime>Use with available fluent helpers to apply the LastChangeDateTime field to query operations.static final KanbanCtnDetailedQtyField<String>Use with available fluent helpers to apply the Plant field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionKanbanCtnDetailedQty(String kanbanContainer, String batch, String baseUnit, BigDecimal actualQuantityInBaseUnit, String plant, ZonedDateTime lastChangeDateTime, String kanbanControlCycle) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
KanbanCtnDetailedQtyField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> KanbanCtnDetailedQtyField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Maximum length: 3getBatch()(Key Field) Constraints: Not nullable, Maximum length: 10protected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 7getKey()Constraints: Not nullable, Precision: 7getPlant()Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidsetActualQuantityInBaseUnit(BigDecimal actualQuantityInBaseUnit) Constraints: Not nullable, Precision: 13, Scale: 3voidsetBaseUnit(String baseUnit) Constraints: Not nullable, Maximum length: 3void(Key Field) Constraints: Not nullable, Maximum length: 10voidsetKanbanContainer(String kanbanContainer) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetKanbanControlCycle(String kanbanControlCycle) Constraints: Not nullable, Maximum length: 7voidsetLastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7voidConstraints: Not nullable, Maximum length: 4protected 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 KanbanCtnDetailedQty. -
KANBAN_CONTAINER
Use with available fluent helpers to apply the KanbanContainer field to query operations. -
BATCH
Use with available fluent helpers to apply the Batch field to query operations. -
BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations. -
ACTUAL_QUANTITY_IN_BASE_UNIT
Use with available fluent helpers to apply the ActualQuantityInBaseUnit field to query operations. -
PLANT
Use with available fluent helpers to apply the Plant field to query operations. -
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations. -
KANBAN_CONTROL_CYCLE
Use with available fluent helpers to apply the KanbanControlCycle field to query operations.
-
-
Constructor Details
-
KanbanCtnDetailedQty
public KanbanCtnDetailedQty() -
KanbanCtnDetailedQty
public KanbanCtnDetailedQty(@Nullable String kanbanContainer, @Nullable String batch, @Nullable String baseUnit, @Nullable BigDecimal actualQuantityInBaseUnit, @Nullable String plant, @Nullable ZonedDateTime lastChangeDateTime, @Nullable String kanbanControlCycle)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<KanbanCtnDetailedQty>
-
setKanbanContainer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: KanbanContainer
- Parameters:
kanbanContainer- Kanban Identification Number
-
setBatch
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Parameters:
batch- Batch Number
-
setBaseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Parameters:
baseUnit- Base Unit of Measure
-
setActualQuantityInBaseUnit
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ActualQuantityInBaseUnit
- Parameters:
actualQuantityInBaseUnit- Actual Quantity
-
setPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
plant- Plant
-
setLastChangeDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Parameters:
lastChangeDateTime- Date and Time of Last Change
-
setKanbanControlCycle
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: KanbanControlCycle
- Parameters:
kanbanControlCycle- Kanban Control Cycle
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<KanbanCtnDetailedQty>
-
getKey
- Overrides:
getKeyin classVdmObject<KanbanCtnDetailedQty>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<KanbanCtnDetailedQty>
-
fromMap
- Overrides:
fromMapin classVdmObject<KanbanCtnDetailedQty>
-
field
@Nonnull public static <T> KanbanCtnDetailedQtyField<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> KanbanCtnDetailedQtyField<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<KanbanCtnDetailedQty>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<KanbanCtnDetailedQty>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<KanbanCtnDetailedQty>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<KanbanCtnDetailedQty>
-
builder
-
getKanbanContainer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: KanbanContainer
- Returns:
- Kanban Identification Number
-
getBatch
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Returns:
- Batch Number
-
getBaseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
- Base Unit of Measure
-
getActualQuantityInBaseUnit
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ActualQuantityInBaseUnit
- Returns:
- Actual Quantity
-
getPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
- Plant
-
getLastChangeDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
- Date and Time of Last Change
-
getKanbanControlCycle
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: KanbanControlCycle
- Returns:
- Kanban Control Cycle
-
toString
- Overrides:
toStringin classVdmObject<KanbanCtnDetailedQty>
-
equals
- Overrides:
equalsin classVdmEntity<KanbanCtnDetailedQty>
-
canEqual
- Overrides:
canEqualin classVdmEntity<KanbanCtnDetailedQty>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<KanbanCtnDetailedQty>
-