Serialized Form
-
Package org.mybatis.jpetstore.domain
-
Class org.mybatis.jpetstore.domain.Account
class Account extends Object implements Serializable- serialVersionUID:
- 8751282105532159742L
-
Serialized Fields
-
address1
String address1
The address1. -
address2
String address2
The address2. -
bannerName
String bannerName
The banner name. -
bannerOption
boolean bannerOption
The banner option. -
city
String city
The city. -
country
String country
The country. -
email
String email
The email. -
favouriteCategoryId
String favouriteCategoryId
The favourite category id. -
firstName
String firstName
The first name. -
languagePreference
String languagePreference
The language preference. -
lastName
String lastName
The last name. -
listOption
boolean listOption
The list option. -
password
String password
The password. -
phone
String phone
The phone. -
state
String state
The state. -
status
String status
The status. -
username
String username
The username. -
zip
String zip
The zip.
-
-
Class org.mybatis.jpetstore.domain.Cart
class Cart extends Object implements Serializable- serialVersionUID:
- 8329559983943337176L
-
Class org.mybatis.jpetstore.domain.CartItem
class CartItem extends Object implements Serializable- serialVersionUID:
- 6620528781626504362L
-
Serialized Fields
-
inStock
boolean inStock
The in stock. -
item
Item item
The item. -
quantity
int quantity
The quantity. -
total
BigDecimal total
The total.
-
-
Class org.mybatis.jpetstore.domain.Category
class Category extends Object implements Serializable- serialVersionUID:
- 3992469837058393712L
-
Class org.mybatis.jpetstore.domain.Item
class Item extends Object implements Serializable- serialVersionUID:
- -2159121673445254631L
-
Serialized Fields
-
attribute1
String attribute1
The attribute1. -
attribute2
String attribute2
The attribute2. -
attribute3
String attribute3
The attribute3. -
attribute4
String attribute4
The attribute4. -
attribute5
String attribute5
The attribute5. -
itemId
String itemId
The item id. -
listPrice
BigDecimal listPrice
The list price. -
product
Product product
The product. -
quantity
int quantity
The quantity. -
status
String status
The status. -
supplierId
int supplierId
The supplier id. -
unitCost
BigDecimal unitCost
The unit cost.
-
-
Class org.mybatis.jpetstore.domain.LineItem
class LineItem extends Object implements Serializable- serialVersionUID:
- 6804536240033522156L
-
Serialized Fields
-
item
Item item
The item. -
itemId
String itemId
The item id. -
lineNumber
int lineNumber
The line number. -
orderId
int orderId
The order id. -
quantity
int quantity
The quantity. -
total
BigDecimal total
The total. -
unitPrice
BigDecimal unitPrice
The unit price.
-
-
Class org.mybatis.jpetstore.domain.Order
class Order extends Object implements Serializable- serialVersionUID:
- 6321792448424424931L
-
Serialized Fields
-
billAddress1
String billAddress1
The bill address1. -
billAddress2
String billAddress2
The bill address2. -
billCity
String billCity
The bill city. -
billCountry
String billCountry
The bill country. -
billState
String billState
The bill state. -
billToFirstName
String billToFirstName
The bill to first name. -
billToLastName
String billToLastName
The bill to last name. -
billZip
String billZip
The bill zip. -
cardType
String cardType
The card type. -
courier
String courier
The courier. -
creditCard
String creditCard
The credit card. -
expiryDate
String expiryDate
The expiry date. -
lineItems
List<LineItem> lineItems
The line items. -
locale
String locale
The locale. -
orderDate
Date orderDate
The order date. -
orderId
int orderId
The order id. -
shipAddress1
String shipAddress1
The ship address1. -
shipAddress2
String shipAddress2
The ship address2. -
shipCity
String shipCity
The ship city. -
shipCountry
String shipCountry
The ship country. -
shipState
String shipState
The ship state. -
shipToFirstName
String shipToFirstName
The ship to first name. -
shipToLastName
String shipToLastName
The ship to last name. -
shipZip
String shipZip
The ship zip. -
status
String status
The status. -
totalPrice
BigDecimal totalPrice
The total price. -
username
String username
The username.
-
-
Class org.mybatis.jpetstore.domain.Product
class Product extends Object implements Serializable- serialVersionUID:
- -7492639752670189553L
-
Class org.mybatis.jpetstore.domain.Sequence
class Sequence extends Object implements Serializable- serialVersionUID:
- 8278780133180137281L
-
Serialized Fields
-
name
String name
The name. -
nextId
int nextId
The next id.
-
-
-
Package org.mybatis.jpetstore.web.actions
-
Class org.mybatis.jpetstore.web.actions.AbstractActionBean
class AbstractActionBean extends Object implements Serializable- serialVersionUID:
- -1767714708233127983L
-
Class org.mybatis.jpetstore.web.actions.AccountActionBean
class AccountActionBean extends AbstractActionBean implements Serializable- serialVersionUID:
- 5499663666155758178L
-
Class org.mybatis.jpetstore.web.actions.CartActionBean
class CartActionBean extends AbstractActionBean implements Serializable- serialVersionUID:
- -4038684592582714235L
-
Class org.mybatis.jpetstore.web.actions.CatalogActionBean
class CatalogActionBean extends AbstractActionBean implements Serializable- serialVersionUID:
- 5849523372175050635L
-
Serialized Fields
-
category
Category category
The category. -
categoryId
String categoryId
The category id. -
categoryList
List<Category> categoryList
The category list. -
item
Item item
The item. -
itemId
String itemId
The item id. -
itemList
List<Item> itemList
The item list. -
keyword
String keyword
The keyword. -
product
Product product
The product. -
productId
String productId
The product id. -
productList
List<Product> productList
The product list.
-
-
Class org.mybatis.jpetstore.web.actions.OrderActionBean
class OrderActionBean extends AbstractActionBean implements Serializable- serialVersionUID:
- -6171288227470176272L
-