com.titan.domain
Class Reservation
java.lang.Object
com.titan.domain.Reservation
- All Implemented Interfaces:
- Serializable
@Entity
public class Reservation
- 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 |
Reservation
public Reservation()
getId
public int getId()
setId
public void setId(int id)
getDate
public Date getDate()
setDate
public void setDate(Date date)
getAmountPaid
public double getAmountPaid()
setAmountPaid
public void setAmountPaid(double amount)
getCruise
public Cruise getCruise()
setCruise
public void setCruise(Cruise cruise)
getCabins
public Set<Cabin> getCabins()
setCabins
public void setCabins(Set<Cabin> cabins)
getCustomers
public Set<Customer> getCustomers()
setCustomers
public void setCustomers(Set<Customer> customers)
Copyright © 2011. All Rights Reserved.