Interface SolutionInfo
-
- All Superinterfaces:
Serializable
public interface SolutionInfo extends Serializable
Basic solution information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the solution.ApplicationVersion
getVersion()
Returns the version of the solution.
-
-
-
Method Detail
-
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
-
-