com.bankframe.examples.bo.customer
Interface Customer

All Known Subinterfaces:
Customer

public interface Customer

This interface defines the remote interface of the Customer Entity.

Author:
ETU

Method Summary
 void amend(java.lang.String title, java.lang.String firstName, java.lang.String lastName)
          This method amends the attributes of the Customer entity.
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.lang.String getOwnerId()
           
 java.lang.String getTitle()
           
 

Method Detail

amend

public void amend(java.lang.String title,
                  java.lang.String firstName,
                  java.lang.String lastName)
           throws ValidationException,
                  java.rmi.RemoteException
This method amends the attributes of the Customer entity.

Parameters:
title -
firstName -
lastName -
Throws:
java.rmi.RemoteException
ValidationException

getFirstName

public java.lang.String getFirstName()
                              throws java.rmi.RemoteException
Returns:
the firstName attribute
Throws:
java.rmi.RemoteException

getLastName

public java.lang.String getLastName()
                             throws java.rmi.RemoteException
Returns:
the lastName attribute
Throws:
java.rmi.RemoteException

getOwnerId

public java.lang.String getOwnerId()
                            throws java.rmi.RemoteException
Returns:
the ownerId attribute
Throws:
java.rmi.RemoteException

getTitle

public java.lang.String getTitle()
                          throws java.rmi.RemoteException
Returns:
the title attribute
Throws:
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.