Class ProductStructureNode
Original entity name from the Odata EDM: A_ProductStructureNodeType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProductStructureNodeSelectableSelector for all available fields of ProductStructureNode.static final ProductStructureNodeField<String>Use with available fluent helpers to apply the ClassInternalID field to query operations.static final ProductStructureNodeField<String>Use with available fluent helpers to apply the Class field to query operations.static final ProductStructureNodeField<String>Use with available fluent helpers to apply the ProductStrucLastChangedByUser field to query operations.static final ProductStructureNodeField<LocalDateTime>Use with available fluent helpers to apply the ProductStrucLastChangedDate field to query operations.static final ProductStructureNodeField<String>Use with available fluent helpers to apply the ProductStructureCreatedByUser field to query operations.static final ProductStructureNodeField<LocalDateTime>Use with available fluent helpers to apply the ProductStructureCreationDate field to query operations.static final ProductStructureNodeField<String>Use with available fluent helpers to apply the ProductStructureNodeName field to query operations.static final ProductStructureNodeField<String>Use with available fluent helpers to apply the ProductStructureNodeType field to query operations.static final ProductStructureNodeField<UUID>Use with available fluent helpers to apply the ProductStructureNodeUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionProductStructureNode(UUID productStructureNodeUUID, String productStructureNodeName, String classInternalID, String productStructureNodeType, LocalDateTime productStructureCreationDate, String productStructureCreatedByUser, LocalDateTime productStrucLastChangedDate, String productStrucLastChangedByUser, String classProperty) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ProductStructureNodeField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductStructureNodeField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 18protected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullablegetType()inthashCode()voidsetClassInternalID(String classInternalID) Constraints: Not nullable, Maximum length: 10voidsetClassProperty(String classProperty) Constraints: Not nullable, Maximum length: 18voidsetProductStrucLastChangedByUser(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: 0voidsetProductStructureNodeName(String productStructureNodeName) Constraints: Not nullable, Maximum length: 40voidsetProductStructureNodeType(String productStructureNodeType) Constraints: Not nullable, Maximum length: 8voidsetProductStructureNodeUUID(UUID productStructureNodeUUID) (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 ProductStructureNode. -
PRODUCT_STRUCTURE_NODE_UUID
Use with available fluent helpers to apply the ProductStructureNodeUUID field to query operations. -
PRODUCT_STRUCTURE_NODE_NAME
Use with available fluent helpers to apply the ProductStructureNodeName field to query operations. -
CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations. -
PRODUCT_STRUCTURE_NODE_TYPE
Use with available fluent helpers to apply the ProductStructureNodeType 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. -
CLASS_PROPERTY
Use with available fluent helpers to apply the Class field to query operations.
-
-
Constructor Details
-
ProductStructureNode
public ProductStructureNode() -
ProductStructureNode
public ProductStructureNode(@Nullable UUID productStructureNodeUUID, @Nullable String productStructureNodeName, @Nullable String classInternalID, @Nullable String productStructureNodeType, @Nullable LocalDateTime productStructureCreationDate, @Nullable String productStructureCreatedByUser, @Nullable LocalDateTime productStrucLastChangedDate, @Nullable String productStrucLastChangedByUser, @Nullable String classProperty)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProductStructureNode>
-
setProductStructureNodeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProductStructureNodeUUID
- Parameters:
productStructureNodeUUID- Internal Number of iPPE Node
-
setProductStructureNodeName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProductStructureNodeName
- Parameters:
productStructureNodeName- iPPE Node Description
-
setClassInternalID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Parameters:
classInternalID- Internal Class Number
-
setProductStructureNodeType
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductStructureNodeType
- Parameters:
productStructureNodeType- iPPE Node Type
-
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
-
setClassProperty
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Class
- Parameters:
classProperty- Class number
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProductStructureNode>
-
getKey
- Overrides:
getKeyin classVdmObject<ProductStructureNode>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProductStructureNode>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProductStructureNode>
-
field
@Nonnull public static <T> ProductStructureNodeField<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> ProductStructureNodeField<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<ProductStructureNode>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProductStructureNode>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProductStructureNode>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProductStructureNode>
-
builder
-
getProductStructureNodeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProductStructureNodeUUID
- Returns:
- Internal Number of iPPE Node
-
getProductStructureNodeName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProductStructureNodeName
- Returns:
- iPPE Node Description
-
getClassInternalID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
- Internal Class Number
-
getProductStructureNodeType
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductStructureNodeType
- Returns:
- iPPE Node Type
-
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
-
getClassProperty
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Class
- Returns:
- Class number
-
toString
- Overrides:
toStringin classVdmObject<ProductStructureNode>
-
equals
- Overrides:
equalsin classVdmEntity<ProductStructureNode>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProductStructureNode>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProductStructureNode>
-