org.jwaf.notify
Class NotifiableUserAdapter

java.lang.Object
  |
  +--org.jwaf.notify.NotifiableUserAdapter
All Implemented Interfaces:
Notifiable

public class NotifiableUserAdapter
extends java.lang.Object
implements Notifiable

This is an adapter that allows a generic user to be a Notifiable object


Constructor Summary
NotifiableUserAdapter()
           
 
Method Summary
 java.lang.String getEmailNotificationAddress()
           
 java.lang.String getInboxNotificationAddress()
           
 void setInboxNotificationAddress(java.lang.String inboxNotificationAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifiableUserAdapter

public NotifiableUserAdapter()
Method Detail

getEmailNotificationAddress

public java.lang.String getEmailNotificationAddress()

getInboxNotificationAddress

public java.lang.String getInboxNotificationAddress()

setInboxNotificationAddress

public void setInboxNotificationAddress(java.lang.String inboxNotificationAddress)