org.rapla.entities
Interface Ownable

All Known Subinterfaces:
Appointment, Preferences, Reservation

public interface Ownable

Should be implemented by objects which can be uniquely associated with a User.


Method Summary
 User getOwner()
           
 void setOwner(User owner)
           
 

Method Detail

setOwner

void setOwner(User owner)

getOwner

User getOwner()


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.