org.dps.core.persist
Interface ICharacterMailMessageDestinationRecord


public interface ICharacterMailMessageDestinationRecord


Method Summary
 long getCharacterID()
           
 int getKeyID()
           
 long getMessageID()
           
 long getToCharacterID()
           
 void setCharacterID(long c)
           
 void setKeyID(int a)
           
 void setMessageID(long m)
           
 void setToCharacterID(long t)
           
 

Method Detail

getKeyID

int getKeyID()

setKeyID

void setKeyID(int a)

getCharacterID

long getCharacterID()

setCharacterID

void setCharacterID(long c)

getMessageID

long getMessageID()

setMessageID

void setMessageID(long m)

getToCharacterID

long getToCharacterID()

setToCharacterID

void setToCharacterID(long t)