org.dps.core.server.chr
Interface INotification


public interface INotification


Method Summary
 long getNotificationID()
           
 long getSenderID()
           
 long getSentDate()
           
 int getTypeID()
           
 boolean isRead()
           
 

Method Detail

getNotificationID

long getNotificationID()

getTypeID

int getTypeID()

getSenderID

long getSenderID()

getSentDate

long getSentDate()

isRead

boolean isRead()