com.titan.domain
Class Reservation

java.lang.Object
  extended by com.titan.domain.Reservation
All Implemented Interfaces:
Serializable

@Entity
public class Reservation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Reservation()
           
 
Method Summary
 double getAmountPaid()
           
 Set<Cabin> getCabins()
           
 Cruise getCruise()
           
 Set<Customer> getCustomers()
           
 Date getDate()
           
 int getId()
           
 void setAmountPaid(double amount)
           
 void setCabins(Set<Cabin> cabins)
           
 void setCruise(Cruise cruise)
           
 void setCustomers(Set<Customer> customers)
           
 void setDate(Date date)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reservation

public Reservation()
Method Detail

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.