All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mockrunner.example.ejb.interfaces.UserEntity Maven / Gradle / Ivy

/*
 * Generated by XDoclet - Do not edit!
 */
package com.mockrunner.example.ejb.interfaces;

/**
 * Remote interface for UserEntity.
 */
public interface UserEntity
   extends javax.ejb.EJBObject
{

   public java.lang.String getPassword(  )
      throws java.rmi.RemoteException;

   public void setPassword( java.lang.String password )
      throws java.rmi.RemoteException;

   public java.lang.String getUsername(  )
      throws java.rmi.RemoteException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy