net.sourceforge.smile.test
Class ManagedBeanCustomer
java.lang.Object
net.sourceforge.smile.test.ManagedBeanCustomer
- public class ManagedBeanCustomer
- extends java.lang.Object
- Author:
- codehawk
This class is used for a test in the managed bean creation facility tests.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedBeanCustomer
public ManagedBeanCustomer()
getMailingAddress
public ManagedBeanAddress getMailingAddress()
- Returns:
getShippingAddress
public ManagedBeanAddress getShippingAddress()
- Returns:
setMailingAddress
public void setMailingAddress(ManagedBeanAddress address)
- Parameters:
address
-
setShippingAddress
public void setShippingAddress(ManagedBeanAddress address)
- Parameters:
address
-
getCustomerType
public java.lang.String getCustomerType()
- Returns:
setCustomerType
public void setCustomerType(java.lang.String string)
- Parameters:
string
-