org.dps.core.persist
Interface ICharacterMailMessageBodyRecord


public interface ICharacterMailMessageBodyRecord


Method Summary
 java.lang.String getBody()
           
 long getCharacterID()
           
 int getKeyID()
           
 long getMessageID()
           
 void setBody(java.lang.String b)
           
 void setCharacterID(long c)
           
 void setKeyID(int a)
           
 void setMessageID(long m)
           
 

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)

getBody

java.lang.String getBody()

setBody

void setBody(java.lang.String b)