Package org.qubership.atp.mia.model.ei
Class ExportImportIdentifier
java.lang.Object
org.qubership.atp.mia.model.ei.ExportImportIdentifier
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExportImportCommonConfiguration,ExportImportCompound,ExportImportDirectory,ExportImportFile,ExportImportHeaderConfiguration,ExportImportPotHeaderConfiguration,ExportImportProcess,ExportImportSection
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExportImportIdentifier(UUID id, String name, UUID projectId, UUID sourceId) Class contains common fields for Export/Import models. -
Method Summary
-
Field Details
-
id
-
name
-
projectId
-
sourceId
-
-
Constructor Details
-
ExportImportIdentifier
Class contains common fields for Export/Import models. This constructor called as super() from its children.- Parameters:
id- - id of objectname- - name of objectprojectId- - projectIdsourceId- - id to identify that it the same object
-