Serialized Form


Package org.springframework.webflow.samples.booking

Class org.springframework.webflow.samples.booking.Booking extends Object implements Serializable

Serialized Fields

id

Long id

user

User user

hotel

Hotel hotel

checkinDate

Date checkinDate

checkoutDate

Date checkoutDate

creditCard

String creditCard

creditCardName

String creditCardName

creditCardExpiryMonth

int creditCardExpiryMonth

creditCardExpiryYear

int creditCardExpiryYear

smoking

boolean smoking

beds

int beds

amenities

Set<E> amenities

Class org.springframework.webflow.samples.booking.Hotel extends Object implements Serializable

Serialized Fields

id

Long id

name

String name

address

String address

city

String city

state

String state

zip

String zip

country

String country

price

BigDecimal price

Class org.springframework.webflow.samples.booking.Preference extends Object implements Serializable

Serialized Fields

id

Long id

smoking

boolean smoking

beds

int beds

creditCard

String creditCard

creditCardName

String creditCardName

creditCardExpiryMonth

int creditCardExpiryMonth

creditCardExpiryYear

int creditCardExpiryYear

user

User user

Class org.springframework.webflow.samples.booking.SearchCriteria extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

searchString

String searchString
The user-provided search criteria for finding Hotels.


pageSize

int pageSize
The maximum page size of the Hotel result list


page

int page
The current page of the Hotel result list.

Class org.springframework.webflow.samples.booking.User extends Object implements Serializable

Serialized Fields

username

String username

password

String password

name

String name



Copyright © 2009 SpringSource, Inc. All Rights Reserved.