org.jboss.example.jaxrs2.async
Class Customer

java.lang.Object
  extended by org.jboss.example.jaxrs2.async.Customer
All Implemented Interfaces:
Serializable

public class Customer
extends Object
implements Serializable

Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
Customer()
           
Customer(String name)
           
 
Method Summary
 String getName()
           
 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()

Customer

public Customer(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2013. All Rights Reserved.