public class Solution extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Solution()
Default C'tor
|
public static Solution createSolution()
public static Solution createSolution(String id, String name)
id - Sets the solution Id for solutionname - Sets the name number for solutionpublic String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setCopyright © 2016. All Rights Reserved.