ma.glasnost.orika.test.community.issue96
Class Customer

java.lang.Object
  extended by ma.glasnost.orika.test.community.issue96.Customer

public class Customer
extends Object


Constructor Summary
Customer()
           
 
Method Summary
 Address getAddress()
           
 String getName()
           
 void setAddress(Address address)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer()
Method Detail

getAddress

public Address getAddress()

setAddress

public void setAddress(Address address)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2014 Glasnost. All Rights Reserved.