com.redspr.beanldom.test
Class NameBean

java.lang.Object
  |
  +--com.redspr.beanldom.test.NameBean

public class NameBean
extends Object

Example Java Bean.

Author:
Sam Hough

Constructor Summary
NameBean(String firstName2, String lastName2)
          Creates a new instance of NameBean
 
Method Summary
 String[] getAka()
           
 NameBean[] getChildren()
           
 String getFirstName()
           
 String getLastName()
           
 NameBean getPartner()
           
 void setAka(String[] p0)
           
 void setChildren(NameBean[] p0)
           
 void setPartner(NameBean p0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameBean

public NameBean(String firstName2,
                String lastName2)
Creates a new instance of NameBean

Method Detail

getFirstName

public String getFirstName()

getLastName

public String getLastName()

getPartner

public NameBean getPartner()

setPartner

public void setPartner(NameBean p0)

getChildren

public NameBean[] getChildren()

setChildren

public void setChildren(NameBean[] p0)

getAka

public String[] getAka()

setAka

public void setAka(String[] p0)