org.jboss.example.jaxrs2.async
Class Customer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Customer
public Customer()
Customer
public Customer(String name)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2013. All Rights Reserved.