public class ExampleDataBean extends Object
| Constructor and Description |
|---|
ExampleDataBean(String colour,
String shape,
String animal)
Creates an ExampleDataBean.
|
public String getAnimal()
public void setAnimal(String animal)
animal - The animal to set.public String getColour()
public void setColour(String colour)
colour - The colour to set.public String getShape()
public void setShape(String shape)
shape - The shape to set.Copyright © 2024. All rights reserved.