/*
 * Generated by XDoclet - Do not edit!
 */
package com.dragonsoft.tryapp.ejb.entity.interfaces;

/**
 * Remote interface for User.
 */
public interface User
   extends com.dragonsoft.tryapp.ejb.entity.interfaces.Connection
{
   /**
    * Business method
    */
   public void setUsername( java.lang.String username )
      throws java.rmi.RemoteException;

   /**
    * Business method
    */
   public void setPassword( java.lang.String password )
      throws java.rmi.RemoteException;

   /**
    * Business method
    */
   public java.lang.String getUsername(  )
      throws java.rmi.RemoteException;

}
