Class ProjectExportDependency

java.lang.Object
de.xima.fc.project.mgmt.impex.ProjectExportDependency
All Implemented Interfaces:
Serializable

public final class ProjectExportDependency extends Object implements Serializable
Model representing an entity which is a dependency of a project for export purposes.
Since:
8.5.0
Author:
Norman Lorenz
See Also:
  • Constructor Details

    • ProjectExportDependency

      public ProjectExportDependency(Serializable id, ProjectExportDependency.Type type, String label, String description)
      Creates a new ProjectExportDependency instance.
      Parameters:
      id - The unique identifier of the dependency.
      type - The type of the dependency, represented by the ProjectExportDependency.Type enum.
      label - A human-readable label for the dependency.
      description - Optional. A description of the dependency.
  • Method Details