public class ProductStructureNode extends VdmEntity<ProductStructureNode>
Original entity name from the Odata EDM: A_ProductStructureNodeType
Modifier and Type | Class and Description |
---|---|
static class |
ProductStructureNode.ProductStructureNodeBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductStructureNodeSelectable |
ALL_FIELDS
Selector for all available fields of ProductStructureNode.
|
static ProductStructureNodeField<String> |
CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations.
|
static ProductStructureNodeField<String> |
CLASS_PROPERTY
Use with available fluent helpers to apply the Class field to query operations.
|
static ProductStructureNodeField<String> |
PRODUCT_STRUC_LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the ProductStrucLastChangedByUser field to query operations.
|
static ProductStructureNodeField<LocalDateTime> |
PRODUCT_STRUC_LAST_CHANGED_DATE
Use with available fluent helpers to apply the ProductStrucLastChangedDate field to query operations.
|
static ProductStructureNodeField<String> |
PRODUCT_STRUCTURE_CREATED_BY_USER
Use with available fluent helpers to apply the ProductStructureCreatedByUser field to query operations.
|
static ProductStructureNodeField<LocalDateTime> |
PRODUCT_STRUCTURE_CREATION_DATE
Use with available fluent helpers to apply the ProductStructureCreationDate field to query operations.
|
static ProductStructureNodeField<String> |
PRODUCT_STRUCTURE_NODE_NAME
Use with available fluent helpers to apply the ProductStructureNodeName field to query operations.
|
static ProductStructureNodeField<String> |
PRODUCT_STRUCTURE_NODE_TYPE
Use with available fluent helpers to apply the ProductStructureNodeType field to query operations.
|
static ProductStructureNodeField<UUID> |
PRODUCT_STRUCTURE_NODE_UUID
Use with available fluent helpers to apply the ProductStructureNodeUUID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductStructureNode() |
ProductStructureNode(UUID productStructureNodeUUID,
String productStructureNodeName,
String classInternalID,
String productStructureNodeType,
LocalDateTime productStructureCreationDate,
String productStructureCreatedByUser,
LocalDateTime productStrucLastChangedDate,
String productStrucLastChangedByUser,
String classProperty) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ProductStructureNode.ProductStructureNodeBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProductStructureNodeField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getClassInternalID()
Constraints: Not nullable, Maximum length: 10
|
String |
getClassProperty()
Constraints: Not nullable, Maximum length: 18
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
String |
getProductStrucLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getProductStrucLastChangedDate()
Constraints: Not nullable, Precision: 0
|
String |
getProductStructureCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getProductStructureCreationDate()
Constraints: Not nullable, Precision: 0
|
String |
getProductStructureNodeName()
Constraints: Not nullable, Maximum length: 40
|
String |
getProductStructureNodeType()
Constraints: Not nullable, Maximum length: 8
|
UUID |
getProductStructureNodeUUID()
(Key Field) Constraints: Not nullable
|
Class<ProductStructureNode> |
getType() |
int |
hashCode() |
void |
setClassInternalID(String classInternalID)
Constraints: Not nullable, Maximum length: 10
|
void |
setClassProperty(String classProperty)
Constraints: Not nullable, Maximum length: 18
|
void |
setProductStrucLastChangedByUser(String productStrucLastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setProductStrucLastChangedDate(LocalDateTime productStrucLastChangedDate)
Constraints: Not nullable, Precision: 0
|
void |
setProductStructureCreatedByUser(String productStructureCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setProductStructureCreationDate(LocalDateTime productStructureCreationDate)
Constraints: Not nullable, Precision: 0
|
void |
setProductStructureNodeName(String productStructureNodeName)
Constraints: Not nullable, Maximum length: 40
|
void |
setProductStructureNodeType(String productStructureNodeType)
Constraints: Not nullable, Maximum length: 8
|
void |
setProductStructureNodeUUID(UUID productStructureNodeUUID)
(Key Field) Constraints: Not nullable
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ProductStructureNodeSelectable ALL_FIELDS
public static final ProductStructureNodeField<UUID> PRODUCT_STRUCTURE_NODE_UUID
public static final ProductStructureNodeField<String> PRODUCT_STRUCTURE_NODE_NAME
public static final ProductStructureNodeField<String> CLASS_INTERNAL_ID
public static final ProductStructureNodeField<String> PRODUCT_STRUCTURE_NODE_TYPE
public static final ProductStructureNodeField<LocalDateTime> PRODUCT_STRUCTURE_CREATION_DATE
public static final ProductStructureNodeField<String> PRODUCT_STRUCTURE_CREATED_BY_USER
public static final ProductStructureNodeField<LocalDateTime> PRODUCT_STRUC_LAST_CHANGED_DATE
public static final ProductStructureNodeField<String> PRODUCT_STRUC_LAST_CHANGED_BY_USER
public static final ProductStructureNodeField<String> CLASS_PROPERTY
public 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)
@Nonnull public Class<ProductStructureNode> getType()
getType
in class VdmObject<ProductStructureNode>
public void setProductStructureNodeUUID(@Nullable UUID productStructureNodeUUID)
Original property name from the Odata EDM: ProductStructureNodeUUID
productStructureNodeUUID
- Internal Number of iPPE Nodepublic void setProductStructureNodeName(@Nullable String productStructureNodeName)
Original property name from the Odata EDM: ProductStructureNodeName
You name the iPPE node when you create it. The name clearly identifies the iPPE node within a product class (class and class type).iPPE nodes are the basic elements of Integrated Product and Process Engineering. They represent general components and functions of a product.You can define different types of iPPE nodes with specific characteristics in Customizing.
productStructureNodeName
- Contains the name of the iPPE node.public void setClassInternalID(@Nullable String classInternalID)
Original property name from the Odata EDM: ClassInternalID
classInternalID
- Internal Class Numberpublic void setProductStructureNodeType(@Nullable String productStructureNodeType)
Original property name from the Odata EDM: ProductStructureNodeType
The iPPE node type determines specific characteristics for the iPPE node.There are various node types for the iPPE applications:Product Variant Structure FocusAccess Node Focus AccessView Node Special Focus ViewStructure Node Focus StructureAssembly Assembly for FocusAssembly Group Focus AssemblyVA Component Node Focus VA ItemColor Scheme Color Scheme for FocusColor Node Focus Color NodeProcess Structure Production ResourcesRouting Header WorkerActivity Operating FacilityOperationGrouping ActivityLine StructureLine NetworkLineLine SegmentWork AreaGroup of Alternative LinesBufferIntermediate BufferLine AreaYou define iPPE node types in Customizing under Define iPPE Node Types.
productStructureNodeType
- Gives the technical name of the iPPE node type. An iPPE node is an abstract representation of a
concrete component or function of a product.public void setProductStructureCreationDate(@Nullable LocalDateTime productStructureCreationDate)
Original property name from the Odata EDM: ProductStructureCreationDate
productStructureCreationDate
- Specifies the date on which the iPPE object was created.public void setProductStructureCreatedByUser(@Nullable String productStructureCreatedByUser)
Original property name from the Odata EDM: ProductStructureCreatedByUser
productStructureCreatedByUser
- User who created recordpublic void setProductStrucLastChangedDate(@Nullable LocalDateTime productStrucLastChangedDate)
Original property name from the Odata EDM: ProductStrucLastChangedDate
productStrucLastChangedDate
- Specifies the date on which the iPPE object was last changed.public void setProductStrucLastChangedByUser(@Nullable String productStrucLastChangedByUser)
Original property name from the Odata EDM: ProductStrucLastChangedByUser
productStrucLastChangedByUser
- Specifies the user who last changed the iPPE object.public void setClassProperty(@Nullable String classProperty)
Original property name from the Odata EDM: Class
classProperty
- Name used to uniquely identify a class within a class type.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ProductStructureNode>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductStructureNode>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductStructureNode>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductStructureNode>
@Nonnull public static <T> ProductStructureNodeField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> ProductStructureNodeField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ProductStructureNode>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ProductStructureNode>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ProductStructureNode>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ProductStructureNode>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static ProductStructureNode.ProductStructureNodeBuilder builder()
@Nullable public UUID getProductStructureNodeUUID()
Original property name from the Odata EDM: ProductStructureNodeUUID
@Nullable public String getProductStructureNodeName()
Original property name from the Odata EDM: ProductStructureNodeName
You name the iPPE node when you create it. The name clearly identifies the iPPE node within a product class (class and class type).iPPE nodes are the basic elements of Integrated Product and Process Engineering. They represent general components and functions of a product.You can define different types of iPPE nodes with specific characteristics in Customizing.
@Nullable public String getClassInternalID()
Original property name from the Odata EDM: ClassInternalID
@Nullable public String getProductStructureNodeType()
Original property name from the Odata EDM: ProductStructureNodeType
The iPPE node type determines specific characteristics for the iPPE node.There are various node types for the iPPE applications:Product Variant Structure FocusAccess Node Focus AccessView Node Special Focus ViewStructure Node Focus StructureAssembly Assembly for FocusAssembly Group Focus AssemblyVA Component Node Focus VA ItemColor Scheme Color Scheme for FocusColor Node Focus Color NodeProcess Structure Production ResourcesRouting Header WorkerActivity Operating FacilityOperationGrouping ActivityLine StructureLine NetworkLineLine SegmentWork AreaGroup of Alternative LinesBufferIntermediate BufferLine AreaYou define iPPE node types in Customizing under Define iPPE Node Types.
@Nullable public LocalDateTime getProductStructureCreationDate()
Original property name from the Odata EDM: ProductStructureCreationDate
@Nullable public String getProductStructureCreatedByUser()
Original property name from the Odata EDM: ProductStructureCreatedByUser
@Nullable public LocalDateTime getProductStrucLastChangedDate()
Original property name from the Odata EDM: ProductStrucLastChangedDate
@Nullable public String getProductStrucLastChangedByUser()
Original property name from the Odata EDM: ProductStrucLastChangedByUser
@Nullable public String getClassProperty()
Original property name from the Odata EDM: Class
@Nonnull public String toString()
toString
in class VdmObject<ProductStructureNode>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ProductStructureNode>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ProductStructureNode>
public int hashCode()
hashCode
in class VdmObject<ProductStructureNode>
Copyright © 2021 SAP SE. All rights reserved.