FileDocCategorySizeDatePackage
CustomerRemote.javaAPI DocExample740Tue May 14 23:32:20 BST 2002com.titan.customer

CustomerRemote

public interface CustomerRemote implements javax.ejb.EJBObject

Fields Summary
Constructors Summary
Methods Summary
public AddressDOgetAddress()

public booleangetHasGoodCredit()

public NamegetName()

public voidsetAddress(java.lang.String street, java.lang.String city, java.lang.String state, java.lang.String zip)

public voidsetAddress(AddressDO address)

public voidsetHasGoodCredit(boolean flag)

public voidsetName(Name name)