org.dps.core.persist
Interface ICharacterNotificationRecord


public interface ICharacterNotificationRecord


Method Summary
 long getCharacterID()
           
 int getKeyID()
           
 long getNotificationID()
           
 long getSenderID()
           
 long getSentDate()
           
 int getTypeID()
           
 boolean isRead()
           
 void setCharacterID(long c)
           
 void setKeyID(int a)
           
 void setNotificationID(long i)
           
 void setRead(boolean r)
           
 void setSenderID(long s)
           
 void setSentDate(long d)
           
 void setTypeID(int t)
           
 

Method Detail

getKeyID

int getKeyID()

setKeyID

void setKeyID(int a)

getCharacterID

long getCharacterID()

setCharacterID

void setCharacterID(long c)

getNotificationID

long getNotificationID()

setNotificationID

void setNotificationID(long i)

getTypeID

int getTypeID()

setTypeID

void setTypeID(int t)

getSenderID

long getSenderID()

setSenderID

void setSenderID(long s)

getSentDate

long getSentDate()

setSentDate

void setSentDate(long d)

isRead

boolean isRead()

setRead

void setRead(boolean r)