org.apache.myfaces.tobago.example.demo.bestpractice
Class Bird

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.bestpractice.Bird

public class Bird
extends Object


Constructor Summary
Bird(String name, int size)
           
 
Method Summary
 String getName()
           
 int getSize()
           
 String select()
           
 void setName(String name)
           
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bird

public Bird(String name,
            int size)
Method Detail

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.