Interface SolutionInfo
- All Superinterfaces:
Serializable
Basic solution information
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of the solution.Returns the version of the solution.
-
Method Details
-
getName
String getName()Returns the name of the solution.- Returns:
- the name of the solution
-
getVersion
ApplicationVersion getVersion()Returns the version of the solution.- Returns:
- the version of the solution
-