메소드 | 설명 | |
---|---|---|
adultOf ( int age ) : void |
Method to add a adult
|
|
childOf ( int age ) : void |
Method to add a child
|
|
detailed ( |
Method to add a custom GuestType
|
public detailed ( |
||
type | RoomDetail.GuestType | |
age | int | Pax age |
name | String | Pax name |
surname | String | Pax surname |
numberOfRooms | int | |
리턴 | void |