org.apache.commons.betwixt.io.read
Class PetBean

java.lang.Object
  extended by org.apache.commons.betwixt.io.read.PetBean

public class PetBean
extends java.lang.Object

Author:
Apache Commons Team, Apache Software Foundation

Constructor Summary
PetBean()
           
PetBean(Animal pet, PersonBean owner)
           
 
Method Summary
 PersonBean getOwner()
           
 Animal getPet()
           
 void setOwner(PersonBean owner)
           
 void setPet(Animal pet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PetBean

public PetBean()

PetBean

public PetBean(Animal pet,
               PersonBean owner)
Method Detail

getOwner

public PersonBean getOwner()

setOwner

public void setOwner(PersonBean owner)

getPet

public Animal getPet()

setPet

public void setPet(Animal pet)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.