Uses of Class
myorg.relex.one2one.Ticket
-
Packages that use Ticket Package Description myorg.relex.one2one -
-
Uses of Ticket in myorg.relex.one2one
Fields in myorg.relex.one2one declared as Ticket Modifier and Type Field Description private Ticket
Passenger. ticket
Methods in myorg.relex.one2one that return Ticket Modifier and Type Method Description Ticket
Passenger. getTicket()
Methods in myorg.relex.one2one with parameters of type Ticket Modifier and Type Method Description void
Passenger. setTicket(Ticket ticket)
Constructors in myorg.relex.one2one with parameters of type Ticket Constructor Description Passenger(Ticket ticket, String name)
-