org.swixml.table
Class SimpleBean

java.lang.Object
  extended by org.swixml.table.SimpleBean

public class SimpleBean
extends Object

Author:
sorrentino

Constructor Summary
SimpleBean(String name, int age)
           
 
Method Summary
 int getAge()
           
 String getName()
           
 void setAge(int age)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleBean

public SimpleBean(String name,
                  int age)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAge

public int getAge()

setAge

public void setAge(int age)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2013. All Rights Reserved.