org.springframework.batch.sample.domain.order.internal.xml
Class Customer

java.lang.Object
  extended by org.springframework.batch.sample.domain.order.internal.xml.Customer

public class Customer
extends Object

An XML customer. This is a complex type.


Constructor Summary
Customer()
           
 
Method Summary
 String getAddress()
           
 int getAge()
           
 int getMoo()
           
 String getName()
           
 int getPoo()
           
 void setAddress(String address)
           
 void setAge(int age)
           
 void setMoo(int moo)
           
 void setName(String name)
           
 void setPoo(int poo)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Customer

public Customer()
Method Detail

getAddress

public String getAddress()

setAddress

public void setAddress(String address)

getAge

public int getAge()

setAge

public void setAge(int age)

getName

public String getName()

setName

public void setName(String name)

getMoo

public int getMoo()

setMoo

public void setMoo(int moo)

getPoo

public int getPoo()

setPoo

public void setPoo(int poo)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 SpringSource. All Rights Reserved.