FileDocCategorySizeDatePackage
CustomerRemote.javaAPI DocExample801Wed Jul 11 20:09:40 BST 2001com.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)