com.titan.domain
Class Customer
java.lang.Object
com.titan.domain.Customer
- All Implemented Interfaces:
- Serializable
@Entity
public class Customer
- extends Object
- implements Serializable
- 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()
getId
public int getId()
setId
public void setId(int id)
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getLastName
public String getLastName()
setLastName
public void setLastName(String lastName)
getHasGoodCredit
public boolean getHasGoodCredit()
setHasGoodCredit
public void setHasGoodCredit(boolean flag)
getAddress
public Address getAddress()
setAddress
public void setAddress(Address address)
getCreditCard
public CreditCard getCreditCard()
setCreditCard
public void setCreditCard(CreditCard card)
getPhoneNumbers
public Collection<Phone> getPhoneNumbers()
setPhoneNumbers
public void setPhoneNumbers(Collection<Phone> phones)
getReservations
public Collection<Reservation> getReservations()
setReservations
public void setReservations(Collection<Reservation> reservations)
Copyright © 2011. All Rights Reserved.