|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.data.reporting.Solution
public class Solution
Solution container for Solution-Type.
| Constructor Summary | |
|---|---|
protected |
Solution()
Default C'tor |
| Method Summary | |
|---|---|
static Solution |
createSolution()
Create a solution. |
static Solution |
createSolution(String id,
String name)
Creates a populated Solution |
String |
getId()
|
String |
getName()
|
void |
setId(String id)
|
void |
setName(String name)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Solution()
| Method Detail |
|---|
public static Solution createSolution()
public static Solution createSolution(String id,
String name)
id - Sets the solution Id for solutionname - Sets the name number for solution
public String toString()
toString in class Objectpublic String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||