C# Class com.hotelbeds.distribution.hotel_api_sdk.helpers.RoomDetail

Show file Open project: hotelbeds-sdk/hotel-api-sdk-Net Class Usage Examples

Public Methods

Method Description
RoomDetail ( GuestType type, int age, String name, String surname, int roomId ) : System
RoomDetail ( int age ) : System
getAge ( ) : int
getName ( ) : String
getRoomId ( ) : int
getSurname ( ) : String
getType ( ) : GuestType

Method Details

RoomDetail() public method

public RoomDetail ( GuestType type, int age, String name, String surname, int roomId ) : System
type GuestType
age int
name String
surname String
roomId int
return System

RoomDetail() public method

public RoomDetail ( int age ) : System
age int
return System

getAge() public method

public getAge ( ) : int
return int

getName() public method

public getName ( ) : String
return String

getRoomId() public method

public getRoomId ( ) : int
return int

getSurname() public method

public getSurname ( ) : String
return String

getType() public method

public getType ( ) : GuestType
return GuestType