org.apache.myfaces.tobago.example.demo.bestpractice
Class Bird
java.lang.Object
org.apache.myfaces.tobago.example.demo.bestpractice.Bird
public class Bird
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bird
public Bird(String name,
int size)
select
public String select()
getName
public String getName()
setName
public void setName(String name)
getSize
public int getSize()
setSize
public void setSize(int size)
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.