public class Bird extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getSize() |
String |
select()
Selects this bird in the controller.
|
void |
setName(String name) |
void |
setSize(int size) |
public Bird(String name, int size)
public String select()
public String getName()
public void setName(String name)
public int getSize()
public void setSize(int size)
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.