Class ProductStructureVariant
Original entity name from the Odata EDM: A_ProductStructureVariantType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProductStructureVariantSelectableSelector for all available fields of ProductStructureVariant.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the AuthorizationGroup field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the Material field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the MaterialAuthorizationGroup field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProdStrucVarChgNmbrDescription field to query operations.static final ProductStructureVariantField<Boolean>Use with available fluent helpers to apply the ProdStrucVarIsMrkdForDeletion field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProdStrucVariantChangeNumber field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProdStrucVariantChgStateIntID field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProdStrucVariantUniqueID field to query operations.static final ProductStructureVariantField<UUID>Use with available fluent helpers to apply the ProdStructureVariantParentUUID field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProductStrucLastChangedByUser field to query operations.static final ProductStructureVariantField<LocalDateTime>Use with available fluent helpers to apply the ProductStrucLastChangedDate field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProductStructureCreatedByUser field to query operations.static final ProductStructureVariantField<LocalDateTime>Use with available fluent helpers to apply the ProductStructureCreationDate field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProductStructureVariantName field to query operations.static final ProductStructureVariantField<BigDecimal>Use with available fluent helpers to apply the ProductStructureVariantQty field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProductStructureVariantType field to query operations.static final ProductStructureVariantField<String>Use with available fluent helpers to apply the ProductStructureVariantUnit field to query operations.static final ProductStructureVariantField<UUID>Use with available fluent helpers to apply the ProductStructureVariantUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionProductStructureVariant(UUID productStructureVariantUUID, String prodStrucVariantChgStateIntID, String prodStrucVariantUniqueID, String productStructureVariantName, UUID prodStructureVariantParentUUID, LocalDateTime productStructureCreationDate, String productStructureCreatedByUser, LocalDateTime productStrucLastChangedDate, String productStrucLastChangedByUser, String prodStrucVariantChangeNumber, String authorizationGroup, Boolean prodStrucVarIsMrkdForDeletion, String prodStrucVarChgNmbrDescription, BigDecimal productStructureVariantQty, String productStructureVariantUnit, String material, String materialAuthorizationGroup, String productStructureVariantType) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ProductStructureVariantField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductStructureVariantField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 4protected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 4Constraints: noneConstraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 32Constraints: noneConstraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullablegetType()inthashCode()voidsetAuthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4voidsetMaterial(String material) Constraints: Not nullable, Maximum length: 40voidsetMaterialAuthorizationGroup(String materialAuthorizationGroup) Constraints: Not nullable, Maximum length: 4voidsetProdStructureVariantParentUUID(UUID prodStructureVariantParentUUID) Constraints: nonevoidsetProdStrucVarChgNmbrDescription(String prodStrucVarChgNmbrDescription) Constraints: Not nullable, Maximum length: 40voidsetProdStrucVariantChangeNumber(String prodStrucVariantChangeNumber) Constraints: Not nullable, Maximum length: 12voidsetProdStrucVariantChgStateIntID(String prodStrucVariantChgStateIntID) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetProdStrucVariantUniqueID(String prodStrucVariantUniqueID) Constraints: Not nullable, Maximum length: 32voidsetProdStrucVarIsMrkdForDeletion(Boolean prodStrucVarIsMrkdForDeletion) Constraints: nonevoidsetProductStrucLastChangedByUser(String productStrucLastChangedByUser) Constraints: Not nullable, Maximum length: 12voidsetProductStrucLastChangedDate(LocalDateTime productStrucLastChangedDate) Constraints: Not nullable, Precision: 0voidsetProductStructureCreatedByUser(String productStructureCreatedByUser) Constraints: Not nullable, Maximum length: 12voidsetProductStructureCreationDate(LocalDateTime productStructureCreationDate) Constraints: Not nullable, Precision: 0voidsetProductStructureVariantName(String productStructureVariantName) Constraints: Not nullable, Maximum length: 8voidsetProductStructureVariantQty(BigDecimal productStructureVariantQty) Constraints: Not nullable, Precision: 13, Scale: 3voidsetProductStructureVariantType(String productStructureVariantType) Constraints: Not nullable, Maximum length: 8voidsetProductStructureVariantUnit(String productStructureVariantUnit) Constraints: Not nullable, Maximum length: 3voidsetProductStructureVariantUUID(UUID productStructureVariantUUID) (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 ProductStructureVariant. -
PRODUCT_STRUCTURE_VARIANT_UUID
Use with available fluent helpers to apply the ProductStructureVariantUUID field to query operations. -
PROD_STRUC_VARIANT_CHG_STATE_INT_ID
Use with available fluent helpers to apply the ProdStrucVariantChgStateIntID field to query operations. -
PROD_STRUC_VARIANT_UNIQUE_ID
Use with available fluent helpers to apply the ProdStrucVariantUniqueID field to query operations. -
PRODUCT_STRUCTURE_VARIANT_NAME
Use with available fluent helpers to apply the ProductStructureVariantName field to query operations. -
PROD_STRUCTURE_VARIANT_PARENT_UUID
Use with available fluent helpers to apply the ProdStructureVariantParentUUID field to query operations. -
PRODUCT_STRUCTURE_CREATION_DATE
Use with available fluent helpers to apply the ProductStructureCreationDate field to query operations. -
PRODUCT_STRUCTURE_CREATED_BY_USER
Use with available fluent helpers to apply the ProductStructureCreatedByUser field to query operations. -
PRODUCT_STRUC_LAST_CHANGED_DATE
Use with available fluent helpers to apply the ProductStrucLastChangedDate field to query operations. -
PRODUCT_STRUC_LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the ProductStrucLastChangedByUser field to query operations. -
PROD_STRUC_VARIANT_CHANGE_NUMBER
Use with available fluent helpers to apply the ProdStrucVariantChangeNumber field to query operations. -
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations. -
PROD_STRUC_VAR_IS_MRKD_FOR_DELETION
Use with available fluent helpers to apply the ProdStrucVarIsMrkdForDeletion field to query operations. -
PROD_STRUC_VAR_CHG_NMBR_DESCRIPTION
Use with available fluent helpers to apply the ProdStrucVarChgNmbrDescription field to query operations. -
PRODUCT_STRUCTURE_VARIANT_QTY
Use with available fluent helpers to apply the ProductStructureVariantQty field to query operations. -
PRODUCT_STRUCTURE_VARIANT_UNIT
Use with available fluent helpers to apply the ProductStructureVariantUnit field to query operations. -
MATERIAL
Use with available fluent helpers to apply the Material field to query operations. -
MATERIAL_AUTHORIZATION_GROUP
Use with available fluent helpers to apply the MaterialAuthorizationGroup field to query operations. -
PRODUCT_STRUCTURE_VARIANT_TYPE
Use with available fluent helpers to apply the ProductStructureVariantType field to query operations.
-
-
Constructor Details
-
ProductStructureVariant
public ProductStructureVariant() -
ProductStructureVariant
public ProductStructureVariant(@Nullable UUID productStructureVariantUUID, @Nullable String prodStrucVariantChgStateIntID, @Nullable String prodStrucVariantUniqueID, @Nullable String productStructureVariantName, @Nullable UUID prodStructureVariantParentUUID, @Nullable LocalDateTime productStructureCreationDate, @Nullable String productStructureCreatedByUser, @Nullable LocalDateTime productStrucLastChangedDate, @Nullable String productStrucLastChangedByUser, @Nullable String prodStrucVariantChangeNumber, @Nullable String authorizationGroup, @Nullable Boolean prodStrucVarIsMrkdForDeletion, @Nullable String prodStrucVarChgNmbrDescription, @Nullable BigDecimal productStructureVariantQty, @Nullable String productStructureVariantUnit, @Nullable String material, @Nullable String materialAuthorizationGroup, @Nullable String productStructureVariantType)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProductStructureVariant>
-
setProductStructureVariantUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProductStructureVariantUUID
- Parameters:
productStructureVariantUUID- Internal Number of the PVS Variant
-
setProdStrucVariantChgStateIntID
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProdStrucVariantChgStateIntID
- Parameters:
prodStrucVariantChgStateIntID- Internal Counter for iPPE Objects
-
setProdStrucVariantUniqueID
Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: ProdStrucVariantUniqueID
- Parameters:
prodStrucVariantUniqueID- The prodStrucVariantUniqueID to set.
-
setProductStructureVariantName
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductStructureVariantName
- Parameters:
productStructureVariantName- Variant
-
setProdStructureVariantParentUUID
Constraints: noneOriginal property name from the Odata EDM: ProdStructureVariantParentUUID
- Parameters:
prodStructureVariantParentUUID- Internal Number of iPPE Node
-
setProductStructureCreationDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProductStructureCreationDate
- Parameters:
productStructureCreationDate- Date of Application
-
setProductStructureCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProductStructureCreatedByUser
- Parameters:
productStructureCreatedByUser- User who created record
-
setProductStrucLastChangedDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProductStrucLastChangedDate
- Parameters:
productStrucLastChangedDate- Date of Last Change
-
setProductStrucLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProductStrucLastChangedByUser
- Parameters:
productStrucLastChangedByUser- Name of Person Who Changed Object
-
setProdStrucVariantChangeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProdStrucVariantChangeNumber
- Parameters:
prodStrucVariantChangeNumber- Change Number in iPPE
-
setAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Parameters:
authorizationGroup- Authorization group for change master record
-
setProdStrucVarIsMrkdForDeletion
Constraints: noneOriginal property name from the Odata EDM: ProdStrucVarIsMrkdForDeletion
- Parameters:
prodStrucVarIsMrkdForDeletion- Deletion Indicator
-
setProdStrucVarChgNmbrDescription
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProdStrucVarChgNmbrDescription
- Parameters:
prodStrucVarChgNmbrDescription- Change number description
-
setProductStructureVariantQty
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ProductStructureVariantQty
- Parameters:
productStructureVariantQty- Fixed Quantity in Variant of iPPE Product Structure
-
setProductStructureVariantUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProductStructureVariantUnit
- Parameters:
productStructureVariantUnit- Unit of Measure
-
setMaterial
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Parameters:
material- Product Number
-
setMaterialAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaterialAuthorizationGroup
- Parameters:
materialAuthorizationGroup- Authorization Group
-
setProductStructureVariantType
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductStructureVariantType
- Parameters:
productStructureVariantType- iPPE Variant Type
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProductStructureVariant>
-
getKey
- Overrides:
getKeyin classVdmObject<ProductStructureVariant>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProductStructureVariant>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProductStructureVariant>
-
field
@Nonnull public static <T> ProductStructureVariantField<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> ProductStructureVariantField<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<ProductStructureVariant>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProductStructureVariant>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProductStructureVariant>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProductStructureVariant>
-
builder
-
getProductStructureVariantUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProductStructureVariantUUID
- Returns:
- Internal Number of the PVS Variant
-
getProdStrucVariantChgStateIntID
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProdStrucVariantChgStateIntID
- Returns:
- Internal Counter for iPPE Objects
-
getProdStrucVariantUniqueID
Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: ProdStrucVariantUniqueID
- Returns:
- The prodStrucVariantUniqueID contained in this entity.
-
getProductStructureVariantName
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductStructureVariantName
- Returns:
- Variant
-
getProdStructureVariantParentUUID
Constraints: noneOriginal property name from the Odata EDM: ProdStructureVariantParentUUID
- Returns:
- Internal Number of iPPE Node
-
getProductStructureCreationDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProductStructureCreationDate
- Returns:
- Date of Application
-
getProductStructureCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProductStructureCreatedByUser
- Returns:
- User who created record
-
getProductStrucLastChangedDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProductStrucLastChangedDate
- Returns:
- Date of Last Change
-
getProductStrucLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProductStrucLastChangedByUser
- Returns:
- Name of Person Who Changed Object
-
getProdStrucVariantChangeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ProdStrucVariantChangeNumber
- Returns:
- Change Number in iPPE
-
getAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
- Authorization group for change master record
-
getProdStrucVarIsMrkdForDeletion
Constraints: noneOriginal property name from the Odata EDM: ProdStrucVarIsMrkdForDeletion
- Returns:
- Deletion Indicator
-
getProdStrucVarChgNmbrDescription
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProdStrucVarChgNmbrDescription
- Returns:
- Change number description
-
getProductStructureVariantQty
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ProductStructureVariantQty
- Returns:
- Fixed Quantity in Variant of iPPE Product Structure
-
getProductStructureVariantUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProductStructureVariantUnit
- Returns:
- Unit of Measure
-
getMaterial
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
- Product Number
-
getMaterialAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaterialAuthorizationGroup
- Returns:
- Authorization Group
-
getProductStructureVariantType
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductStructureVariantType
- Returns:
- iPPE Variant Type
-
toString
- Overrides:
toStringin classVdmObject<ProductStructureVariant>
-
equals
- Overrides:
equalsin classVdmEntity<ProductStructureVariant>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProductStructureVariant>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProductStructureVariant>
-