| | |
| | | private String rentingConfigId; |
| | | private String rentingDesc; |
| | | private String rentingTitle; |
| | | private String checkInDate; |
| | | private String checkIn; |
| | | private String rentingId; |
| | | private String roomId; |
| | | private String paymentType; |
| | |
| | | this.rentingTitle = rentingTitle; |
| | | } |
| | | |
| | | public String getCheckInDate() { |
| | | return checkInDate; |
| | | public String getCheckIn() { |
| | | return checkIn; |
| | | } |
| | | |
| | | public void setCheckInDate(String checkInDate) { |
| | | this.checkInDate = checkInDate; |
| | | public void setCheckIn(String checkIn) { |
| | | this.checkIn = checkIn; |
| | | } |
| | | |
| | | public String getRentingId() { |