/*
 * Generated file - Do not edit!
 */
package com.alodar.example.interfaces;

import java.lang.*;

/**
 * Local interface for Address.
 * @author XDOCLET 1.1.2
 * @xdoclet-generated at Aug 25, 2002 3:02:28 PM
 */
public interface AddressLocal
   extends javax.ejb.EJBLocalObject
{
   /**
    * Returns a local Customer
    * @return a local Customer
    */
   public com.alodar.example.interfaces.CustomerLocal getCustomer(  ) ;

   /**
    * Gets a data object representing this instance
    * @return a data object representing this instance
    */
   public com.alodar.example.interfaces.AddressData getData(  ) ;

   /**
    * Sets a local Customer
    * @param languageCode a local Customer
    */
   public void setCustomer( com.alodar.example.interfaces.CustomerLocal customer ) ;

   /**
    * Sets a data object representing this instance
    * @param data a data object holding new values
    */
   public void setData( com.alodar.example.interfaces.AddressData data ) ;

}