Method |
Description |
|
GetAtractions ( ) : Attraction |
|
|
GetDescription ( ) : String |
|
|
GetLength ( ) : float |
|
|
GetLocalisation ( ) : Location |
|
|
GetName ( ) : String |
|
|
GetOrganizer ( ) : User |
|
|
GetPrice ( ) : double |
|
|
GetTransport ( ) : string |
|
|
GetUsersNumber ( ) : int |
|
|
SetAtractions ( Attraction atractions ) : void |
|
|
SetDescription ( String description ) : void |
|
|
SetLength ( float length ) : void |
|
|
SetLocalisation ( Location localisation ) : void |
|
|
SetName ( String name ) : void |
|
|
SetOrganizer ( User organizer ) : void |
|
|
SetPrice ( double price ) : void |
|
|
SetTransport ( string transport ) : void |
|
|
SetUsersNumber ( int usersNumber ) : void |
|
|
Trip ( ) : System |
|
|