Serialized Form


Package com.ibatis.jpetstore.domain

Class com.ibatis.jpetstore.domain.Account extends Object implements Serializable

Serialized Fields

username

String username

password

String password

email

String email

firstName

String firstName

lastName

String lastName

status

String status

address1

String address1

address2

String address2

city

String city

state

String state

zip

String zip

country

String country

phone

String phone

favouriteCategoryId

String favouriteCategoryId

languagePreference

String languagePreference

listOption

boolean listOption

bannerOption

boolean bannerOption

bannerImagePath

String bannerImagePath

Class com.ibatis.jpetstore.domain.Cart extends Object implements Serializable

Serialized Fields

itemMap

Map itemMap

itemList

com.ibatis.common.util.PaginatedList itemList

Class com.ibatis.jpetstore.domain.CartItem extends Object implements Serializable

Serialized Fields

item

Item item

quantity

int quantity

inStock

boolean inStock

total

BigDecimal total

Class com.ibatis.jpetstore.domain.Category extends Object implements Serializable

Serialized Fields

categoryId

String categoryId

name

String name

imagePath

String imagePath

Class com.ibatis.jpetstore.domain.Item extends Object implements Serializable

Serialized Fields

itemId

String itemId

productId

String productId

listPrice

BigDecimal listPrice

unitCost

BigDecimal unitCost

supplierId

int supplierId

status

String status

attribute1

String attribute1

attribute2

String attribute2

attribute3

String attribute3

attribute4

String attribute4

attribute5

String attribute5

product

Product product

quantity

int quantity

Class com.ibatis.jpetstore.domain.LineItem extends Object implements Serializable

Serialized Fields

orderId

int orderId

lineNumber

int lineNumber

quantity

int quantity

itemId

String itemId

unitPrice

BigDecimal unitPrice

item

Item item

total

BigDecimal total

Class com.ibatis.jpetstore.domain.Order extends Object implements Serializable

Serialized Fields

orderId

int orderId

username

String username

orderDate

Date orderDate

shipAddress1

String shipAddress1

shipAddress2

String shipAddress2

shipCity

String shipCity

shipState

String shipState

shipZip

String shipZip

shipCountry

String shipCountry

billAddress1

String billAddress1

billAddress2

String billAddress2

billCity

String billCity

billState

String billState

billZip

String billZip

billCountry

String billCountry

courier

String courier

totalPrice

BigDecimal totalPrice

billToFirstName

String billToFirstName

billToLastName

String billToLastName

shipToFirstName

String shipToFirstName

shipToLastName

String shipToLastName

creditCard

String creditCard

expiryDate

String expiryDate

cardType

String cardType

locale

String locale

status

String status

lineItems

List lineItems

Class com.ibatis.jpetstore.domain.Product extends Object implements Serializable

Serialized Fields

productId

String productId

categoryId

String categoryId

name

String name

imagePath

String imagePath

description

String description

Class com.ibatis.jpetstore.domain.Sequence extends Object implements Serializable

Serialized Fields

name

String name

nextId

int nextId


Package com.ibatis.jpetstore.presentation

Class com.ibatis.jpetstore.presentation.AccountBean extends com.ibatis.struts.BaseBean implements Serializable

Serialized Fields

account

Account account

repeatedPassword

String repeatedPassword

pageDirection

String pageDirection

validation

String validation

myList

com.ibatis.common.util.PaginatedList myList

authenticated

boolean authenticated

accountBannerOption

boolean accountBannerOption

accountListOption

boolean accountListOption

Class com.ibatis.jpetstore.presentation.CartBean extends com.ibatis.struts.BaseBean implements Serializable

Serialized Fields

cart

Cart cart

workingItemId

String workingItemId

pageDirection

String pageDirection

Class com.ibatis.jpetstore.presentation.CatalogBean extends com.ibatis.struts.BaseBean implements Serializable

Serialized Fields

keyword

String keyword

pageDirection

String pageDirection

categoryId

String categoryId

category

Category category

categoryList

com.ibatis.common.util.PaginatedList categoryList

productId

String productId

product

Product product

productList

com.ibatis.common.util.PaginatedList productList

itemId

String itemId

item

Item item

itemList

com.ibatis.common.util.PaginatedList itemList

Class com.ibatis.jpetstore.presentation.OrderBean extends com.ibatis.struts.BaseBean implements Serializable

Serialized Fields

order

Order order

orderId

int orderId

shippingAddressRequired

boolean shippingAddressRequired

confirmed

boolean confirmed

orderList

com.ibatis.common.util.PaginatedList orderList

pageDirection

String pageDirection



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.