/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE ${last.version} modeling language!*/

package distributed.rmi2;
import java.io.Serializable;

public class ClientImpl extends CC implements java.io.Serializable , IClientImpl
{

  //------------------------
  // MEMBER VARIABLES
  //------------------------

  //------------------------
  // CONSTRUCTOR
  //------------------------

  public ClientImpl()
  {
    super();
  }
  //------------------------
  // Reference to the proxy
  //------------------------
  Client self;
  
  public void setSelf(Client proxy)
  {
    self=proxy;
  }

  //------------------------
  // Returning the Hashcode
  //------------------------
  public int getHashCode()
  {
    return hashCode();
  }

  //------------------------
  // INTERFACE
  //------------------------

  public void delete()
  {
    super.delete();
  }

}