Class ModelEntity.ModelEntityBuilder<C extends ModelEntity,B extends ModelEntity.ModelEntityBuilder<C,B>>

Enclosing class:
ModelEntity

public abstract static class ModelEntity.ModelEntityBuilder<C extends ModelEntity,B extends ModelEntity.ModelEntityBuilder<C,B>> extends Asset.AssetBuilder<C,B>
  • Constructor Details

    • ModelEntityBuilder

      public ModelEntityBuilder()
  • Method Details

    • $fillValuesFrom

      protected B $fillValuesFrom(C instance)
      Overrides:
      $fillValuesFrom in class Asset.AssetBuilder<C extends ModelEntity,B extends ModelEntity.ModelEntityBuilder<C,B>>
    • typeName

      public B typeName(String typeName)
      Fixed typeName for ModelEntitys.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends ModelEntity,B extends ModelEntity.ModelEntityBuilder<C,B>>
      Returns:
      this.
    • applicationContainer

      public B applicationContainer(IApplicationContainer applicationContainer)
      ApplicationContainer asset containing this Catalog asset.
      Returns:
      this.
    • assetApplicationQualifiedName

      public B assetApplicationQualifiedName(String assetApplicationQualifiedName)
      Qualified name of the Application Container that contains this asset.
      Returns:
      this.
    • inputToAirflowTask

      public B inputToAirflowTask(IAirflowTask inputToAirflowTask)
    • inputToAirflowTasks

      public B inputToAirflowTasks(Collection<? extends IAirflowTask> inputToAirflowTasks)
    • clearInputToAirflowTasks

      public B clearInputToAirflowTasks()
    • inputToProcess

      public B inputToProcess(ILineageProcess inputToProcess)
    • inputToProcesses

      public B inputToProcesses(Collection<? extends ILineageProcess> inputToProcesses)
    • clearInputToProcesses

      public B clearInputToProcesses()
    • inputToSparkJob

      public B inputToSparkJob(ISparkJob inputToSparkJob)
    • inputToSparkJobs

      public B inputToSparkJobs(Collection<? extends ISparkJob> inputToSparkJobs)
    • clearInputToSparkJobs

      public B clearInputToSparkJobs()
    • modelBusinessDate

      public B modelBusinessDate(Long modelBusinessDate)
      Business date for the asset.
      Returns:
      this.
    • modelDomain

      public B modelDomain(String modelDomain)
      Model domain in which this asset exists.
      Returns:
      this.
    • modelEntityAttributeCount

      public B modelEntityAttributeCount(Long modelEntityAttributeCount)
      Number of attributes in the entity.
      Returns:
      this.
    • modelEntityAttribute

      public B modelEntityAttribute(IModelAttribute modelEntityAttribute)
    • modelEntityAttributes

      public B modelEntityAttributes(Collection<? extends IModelAttribute> modelEntityAttributes)
    • clearModelEntityAttributes

      public B clearModelEntityAttributes()
    • modelEntityGeneralizationEntity

      public B modelEntityGeneralizationEntity(IModelEntity modelEntityGeneralizationEntity)
      General entity, representing shared characteristics of specialized entities.
      Returns:
      this.
    • modelEntityGeneralizationName

      public B modelEntityGeneralizationName(String modelEntityGeneralizationName)
      Name of the general entity.
      Returns:
      this.
    • modelEntityGeneralizationQualifiedName

      public B modelEntityGeneralizationQualifiedName(String modelEntityGeneralizationQualifiedName)
      Unique identifier for the general entity.
      Returns:
      this.
    • modelEntityImplementedByAsset

      public B modelEntityImplementedByAsset(ICatalog modelEntityImplementedByAsset)
    • modelEntityImplementedByAssets

      public B modelEntityImplementedByAssets(Collection<? extends ICatalog> modelEntityImplementedByAssets)
    • clearModelEntityImplementedByAssets

      public B clearModelEntityImplementedByAssets()
    • modelEntityMappedFromEntity

      public B modelEntityMappedFromEntity(IModelEntity modelEntityMappedFromEntity)
    • modelEntityMappedFromEntities

      public B modelEntityMappedFromEntities(Collection<? extends IModelEntity> modelEntityMappedFromEntities)
    • clearModelEntityMappedFromEntities

      public B clearModelEntityMappedFromEntities()
    • modelEntityMappedToEntity

      public B modelEntityMappedToEntity(IModelEntity modelEntityMappedToEntity)
    • modelEntityMappedToEntities

      public B modelEntityMappedToEntities(Collection<? extends IModelEntity> modelEntityMappedToEntities)
    • clearModelEntityMappedToEntities

      public B clearModelEntityMappedToEntities()
    • modelEntityName

      public B modelEntityName(String modelEntityName)
      Simple name of the entity in which this asset exists, or empty if it is itself a data model entity.
      Returns:
      this.
    • modelEntityQualifiedName

      public B modelEntityQualifiedName(String modelEntityQualifiedName)
      Unique name of the entity in which this asset exists, or empty if it is itself a data model entity.
      Returns:
      this.
    • modelEntityRelatedFromEntity

      public B modelEntityRelatedFromEntity(IModelEntityAssociation modelEntityRelatedFromEntity)
    • modelEntityRelatedFromEntities

      public B modelEntityRelatedFromEntities(Collection<? extends IModelEntityAssociation> modelEntityRelatedFromEntities)
    • clearModelEntityRelatedFromEntities

      public B clearModelEntityRelatedFromEntities()
    • modelEntityRelatedToEntity

      public B modelEntityRelatedToEntity(IModelEntityAssociation modelEntityRelatedToEntity)
    • modelEntityRelatedToEntities

      public B modelEntityRelatedToEntities(Collection<? extends IModelEntityAssociation> modelEntityRelatedToEntities)
    • clearModelEntityRelatedToEntities

      public B clearModelEntityRelatedToEntities()
    • modelEntitySpecializationEntity

      public B modelEntitySpecializationEntity(IModelEntity modelEntitySpecializationEntity)
    • modelEntitySpecializationEntities

      public B modelEntitySpecializationEntities(Collection<? extends IModelEntity> modelEntitySpecializationEntities)
    • clearModelEntitySpecializationEntities

      public B clearModelEntitySpecializationEntities()
    • modelEntitySubjectArea

      public B modelEntitySubjectArea(String modelEntitySubjectArea)
      Subject area of the entity.
      Returns:
      this.
    • modelExpiredAtBusinessDate

      public B modelExpiredAtBusinessDate(Long modelExpiredAtBusinessDate)
      Business expiration date for the asset.
      Returns:
      this.
    • modelExpiredAtSystemDate

      public B modelExpiredAtSystemDate(Long modelExpiredAtSystemDate)
      System expiration date for the asset.
      Returns:
      this.
    • modelImplementedEntity

      public B modelImplementedEntity(IModelEntity modelImplementedEntity)
    • modelImplementedEntities

      public B modelImplementedEntities(Collection<? extends IModelEntity> modelImplementedEntities)
    • clearModelImplementedEntities

      public B clearModelImplementedEntities()
    • modelName

      public B modelName(String modelName)
      Simple name of the model in which this asset exists, or empty if it is itself a data model.
      Returns:
      this.
    • modelNamespace

      public B modelNamespace(String modelNamespace)
      Model namespace in which this asset exists.
      Returns:
      this.
    • modelQualifiedName

      public B modelQualifiedName(String modelQualifiedName)
      Unique name of the model in which this asset exists, or empty if it is itself a data model.
      Returns:
      this.
    • modelSystemDate

      public B modelSystemDate(Long modelSystemDate)
      System date for the asset.
      Returns:
      this.
    • modelType

      public B modelType(String modelType)
      Type of the model asset (conceptual, logical, physical).
      Returns:
      this.
    • modelVersionAgnosticQualifiedName

      public B modelVersionAgnosticQualifiedName(String modelVersionAgnosticQualifiedName)
      Unique name of the parent in which this asset exists, irrespective of the version (always implies the latest version).
      Returns:
      this.
    • modelVersionName

      public B modelVersionName(String modelVersionName)
      Simple name of the version in which this asset exists, or empty if it is itself a data model version.
      Returns:
      this.
    • modelVersionQualifiedName

      public B modelVersionQualifiedName(String modelVersionQualifiedName)
      Unique name of the version in which this asset exists, or empty if it is itself a data model version.
      Returns:
      this.
    • modelVersion

      public B modelVersion(IModelVersion modelVersion)
    • modelVersions

      public B modelVersions(Collection<? extends IModelVersion> modelVersions)
    • clearModelVersions

      public B clearModelVersions()
    • outputFromAirflowTask

      public B outputFromAirflowTask(IAirflowTask outputFromAirflowTask)
    • outputFromAirflowTasks

      public B outputFromAirflowTasks(Collection<? extends IAirflowTask> outputFromAirflowTasks)
    • clearOutputFromAirflowTasks

      public B clearOutputFromAirflowTasks()
    • outputFromProcess

      public B outputFromProcess(ILineageProcess outputFromProcess)
    • outputFromProcesses

      public B outputFromProcesses(Collection<? extends ILineageProcess> outputFromProcesses)
    • clearOutputFromProcesses

      public B clearOutputFromProcesses()
    • outputFromSparkJob

      public B outputFromSparkJob(ISparkJob outputFromSparkJob)
    • outputFromSparkJobs

      public B outputFromSparkJobs(Collection<? extends ISparkJob> outputFromSparkJobs)
    • clearOutputFromSparkJobs

      public B clearOutputFromSparkJobs()
    • self

      protected abstract B self()
      Specified by:
      self in class Asset.AssetBuilder<C extends ModelEntity,B extends ModelEntity.ModelEntityBuilder<C,B>>
    • build

      public abstract C build()
      Specified by:
      build in class Asset.AssetBuilder<C extends ModelEntity,B extends ModelEntity.ModelEntityBuilder<C,B>>
    • toString

      public String toString()
      Overrides:
      toString in class Asset.AssetBuilder<C extends ModelEntity,B extends ModelEntity.ModelEntityBuilder<C,B>>