public class PackageMetadata extends Object
Constructor and Description |
---|
PackageMetadata(Long connDbId,
String connectionId,
String scenarioName,
String phase,
String technology)
Ctr of the package metadata
|
PackageMetadata(String connectionId,
String scenarioName,
String phase,
String technology)
Ctr of the package metadata
|
Modifier and Type | Method and Description |
---|---|
Long |
getConnDbId()
Gets conn db id.
|
String |
getConnectionId()
Gets connection id.
|
String |
getPhase()
Gets phase.
|
String |
getScenarioName()
Gets scenario name.
|
String |
getTechnology()
Gets technology.
|
public PackageMetadata(String connectionId, String scenarioName, String phase, String technology)
connectionId
- Name of the connectionscenarioName
- Name of the scenariophase
- Name of the scenario phasetechnology
- Name of the technologypublic PackageMetadata(@Param(value="connDbId") Long connDbId, @Param(value="connectionId") String connectionId, @Param(value="scenarioName") String scenarioName, @Param(value="phase") String phase, @Param(value="technology") String technology)
connectionId
- Name of the connectionscenarioName
- Name of the scenariophase
- Name of the scenario phasetechnology
- Name of the technologyconnDbId
- db if of the connectionpublic Long getConnDbId()
public String getConnectionId()
public String getScenarioName()
public String getPhase()
public String getTechnology()
Copyright © 2020. All rights reserved.