C# Class TripsService.Trip

Inheritance: ISerializable
Mostrar archivo Open project: mnarowski/inzynieria Class Usage Examples

Public Methods

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

Method Details

GetAtractions() public method

public GetAtractions ( ) : Attraction
return Attraction

GetDescription() public method

public GetDescription ( ) : String
return String

GetLength() public method

public GetLength ( ) : float
return float

GetLocalisation() public method

public GetLocalisation ( ) : Location
return Location

GetName() public method

public GetName ( ) : String
return String

GetOrganizer() public method

public GetOrganizer ( ) : User
return User

GetPrice() public method

public GetPrice ( ) : double
return double

GetTransport() public method

public GetTransport ( ) : string
return string

GetUsersNumber() public method

public GetUsersNumber ( ) : int
return int

SetAtractions() public method

public SetAtractions ( Attraction atractions ) : void
atractions Attraction
return void

SetDescription() public method

public SetDescription ( String description ) : void
description String
return void

SetLength() public method

public SetLength ( float length ) : void
length float
return void

SetLocalisation() public method

public SetLocalisation ( Location localisation ) : void
localisation Location
return void

SetName() public method

public SetName ( String name ) : void
name String
return void

SetOrganizer() public method

public SetOrganizer ( User organizer ) : void
organizer User
return void

SetPrice() public method

public SetPrice ( double price ) : void
price double
return void

SetTransport() public method

public SetTransport ( string transport ) : void
transport string
return void

SetUsersNumber() public method

public SetUsersNumber ( int usersNumber ) : void
usersNumber int
return void

Trip() public method

public Trip ( ) : System
return System