コード例 #1
0
 public void setGroupType(groupType type)
 {
     Type = type;
 }
コード例 #2
0
 public specialBookings(int numRooms, int numDays, groupType type)
 {
     this.numberOfDays = numDays;
     this.numberOfRooms = numRooms;
     this.type = type;
 }