public class A
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
a |
protected java.util.List |
b |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getA()
Get the a.
|
java.util.List |
getB()
Get the b.
|
void |
setA(java.lang.String a)
Set the a.
|
void |
setB(java.util.List b)
Set the b.
|
public java.lang.String getA()
public void setA(java.lang.String a)
a
- The a to set.public java.util.List getB()
public void setB(java.util.List b)
b
- The b to set.