com.sun.j2ee.blueprints.petstore.control.web
Class AccountWebImpl

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.customer.account.model.AccountModel
        |
        +--com.sun.j2ee.blueprints.petstore.control.web.AccountWebImpl

public class AccountWebImpl
extends AccountModel
implements ModelUpdateListener

This class is the web-tier representation of the Account.

See Also:
Serialized Form

Constructor Summary
AccountWebImpl()
           
AccountWebImpl(ModelManager mm)
           
 
Method Summary
 void performUpdate()
           
 
Methods inherited from class com.sun.j2ee.blueprints.customer.account.model.AccountModel
copy, getContactInformation, getStatus, getUserId, isLoggedIn, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountWebImpl

public AccountWebImpl()

AccountWebImpl

public AccountWebImpl(ModelManager mm)
Method Detail

performUpdate

public void performUpdate()
Specified by:
performUpdate in interface ModelUpdateListener


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.