Class ProjectExportDependency
java.lang.Object
de.xima.fc.project.mgmt.impex.ProjectExportDependency
- All Implemented Interfaces:
Serializable
Model representing an entity which is a dependency of a project for export purposes.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration of possible project entities for referencing purposes. -
Constructor Summary
ConstructorsConstructorDescriptionProjectExportDependency(Serializable id, ProjectExportDependency.Type type, String label, String description) Creates a newProjectExportDependencyinstance. -
Method Summary
-
Constructor Details
-
ProjectExportDependency
public ProjectExportDependency(Serializable id, ProjectExportDependency.Type type, String label, String description) Creates a newProjectExportDependencyinstance.- Parameters:
id- The unique identifier of the dependency.type- The type of the dependency, represented by theProjectExportDependency.Typeenum.label- A human-readable label for the dependency.description- Optional. A description of the dependency.
-
-
Method Details
-
getId
The unique identifier of the dependency. -
getType
The type of the dependency, represented by theProjectExportDependency.Typeenum. -
getLabel
A human-readable label for the dependency. -
getDescription
Optional. A description of the dependency. -
equals
-
hashCode
-
toString
-