de.apage4u.database.interfaces
Interface Data

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Data
extends javax.ejb.EJBObject

This interface defines the remote interface for the Data Bean


Method Summary
 java.lang.String getArtist()
           
 java.lang.Integer getId()
           
 java.lang.String getNotes()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 void setArtist(java.lang.String artist)
           
 void setId(java.lang.Integer id)
           
 void setNotes(java.lang.String type)
           
 void setTitle(java.lang.String title)
           
 void setType(java.lang.String type)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.Integer getId()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setId

public void setId(java.lang.Integer id)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTitle

public java.lang.String getTitle()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setTitle

public void setTitle(java.lang.String title)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getArtist

public java.lang.String getArtist()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setArtist

public void setArtist(java.lang.String artist)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getType

public java.lang.String getType()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setType

public void setType(java.lang.String type)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNotes

public java.lang.String getNotes()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setNotes

public void setNotes(java.lang.String type)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2004 www.apage4u.de. All Rights Reserved.