Interface ProductIdentifier

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ProductIdentifier.ProductIdentifierBuilder
All Known Implementing Classes:
ProductIdentifier.ProductIdentifierBuilderImpl, ProductIdentifier.ProductIdentifierImpl

@RosettaDataType(value="ProductIdentifier", builder=ProductIdentifierBuilderImpl.class, version="5.30.0") @RuneDataType(value="ProductIdentifier", model="cdm", builder=ProductIdentifierBuilderImpl.class, version="5.30.0") public interface ProductIdentifier extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Comprises an identifier and a source. The associated metadata key denotes the ability to associate a hash value to the ProductIdentifier instantiations for the purpose of model cross-referencing, in support of functionality such as the event effect and the lineage.
Version:
5.30.0
  • Field Details

  • Method Details

    • getIdentifier

      FieldWithMetaString getIdentifier()
      Provides an identifier associated with a specific product. The identifier is unique within the public source specified in the source attribute.
    • getSource

      ProductIdTypeEnum getSource()
      Defines the source of the identifier.
    • getMeta

      com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends ProductIdentifier> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends ProductIdentifier> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject