public class Customer extends Object implements Serializable
Customer()
Customer(long id, String name)
Customer(String name)
Long
getId()
String
getName()
boolean
isBanned()
void
setBanned(boolean banned)
setId(Long id)
setName(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Customer()
public Customer(String name)
public Customer(long id, String name)
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public boolean isBanned()
public void setBanned(boolean banned)
Copyright © 2015 JBoss by Red Hat. All rights reserved.