edu.rice.rubis.beans
Interface Region
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Region
- extends javax.ejb.EJBObject
This is the Remote Interface of the Region Bean
- Version:
- 1.0
- Author:
- Emmanuel Cecchet and Julie Marguerite
Method Summary |
java.lang.Integer |
getId()
Get region's id. |
java.lang.String |
getName()
Get the region name. |
void |
setName(java.lang.String newName)
Set region's name |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getId
public java.lang.Integer getId()
throws java.rmi.RemoteException
- Get region's id.
- Returns:
- region id
- Throws:
java.rmi.RemoteException
- if an error occurs
getName
public java.lang.String getName()
throws java.rmi.RemoteException
- Get the region name.
- Returns:
- region name
- Throws:
java.rmi.RemoteException
- if an error occurs
setName
public void setName(java.lang.String newName)
throws java.rmi.RemoteException
- Set region's name
- Parameters:
newName
- region name- Throws:
java.rmi.RemoteException
- if an error occurs
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.