public class Primitives extends Object
| Constructor and Description |
|---|
Primitives() |
| Modifier and Type | Method and Description |
|---|---|
String |
getA() |
int |
getC() |
org.finos.springbot.tests.form.Primitives.Meal |
getM() |
boolean |
isB() |
void |
setA(String a) |
void |
setB(boolean b) |
void |
setC(int c) |
void |
setM(org.finos.springbot.tests.form.Primitives.Meal m) |
public String getA()
public void setA(String a)
public boolean isB()
public void setB(boolean b)
public org.finos.springbot.tests.form.Primitives.Meal getM()
public void setM(org.finos.springbot.tests.form.Primitives.Meal m)
public int getC()
public void setC(int c)
Copyright © 2022 Finos. All rights reserved.