Compoze Software, Inc.

com.compoze.ejb
Interface IOwnedTarget


public interface IOwnedTarget

Classes that implement this interface have the ability to store an owner username.


Method Summary
 java.lang.String getOwner()
          Gets the username of the owner.
 void setOwner(java.lang.String sUsername)
          Sets the username of the owner.
 

Method Detail

getOwner


public java.lang.String getOwner()
                          throws java.rmi.RemoteException
Gets the username of the owner.
Returns:
the owner's username
Throws:
java.rmi.RemoteException - if a remote exception occurred

setOwner


public void setOwner(java.lang.String sUsername)
              throws java.rmi.RemoteException
Sets the username of the owner.
Parameters:
sUsername - the owner's username
Throws:
java.rmi.RemoteException - if a remote exception occurred

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.