File
Doc
Category
Size
Date
Package
UserSession.java
API Doc
Example
607
Thu Dec 04 08:19:26 GMT 2003
org.springframework.samples.jpetstore.web.spring
UserSession
java.lang.Object
public class UserSession extends Object
author
Juergen Hoeller
since
30.11.2003
Fields Summary
private org.springframework.samples.jpetstore.domain.Account
account
private org.springframework.util.PagedListHolder
myList
Constructors Summary
public UserSession
(
org.springframework.samples.jpetstore.domain.Account
account)
this.account = account;
Methods Summary
public
org.springframework.samples.jpetstore.domain.Account
getAccount
()
return account;
public
org.springframework.util.PagedListHolder
getMyList
()
return myList;
public void
setMyList
(
org.springframework.util.PagedListHolder
myList)
this.myList = myList;
Java Code Source