org.dps.core.persist
Interface IKillRecord


public interface IKillRecord


Method Summary
 long getEntityID()
           
 int getKeyID()
           
 long getKillID()
           
 long getKillTime()
           
 int getMoonID()
           
 long getSolarSystemID()
           
 void setEntityID(long c)
           
 void setKeyID(int a)
           
 void setKillID(long c)
           
 void setKillTime(long m)
           
 void setMoonID(int s)
           
 void setSolarSystemID(long d)
           
 

Method Detail

getKeyID

int getKeyID()

setKeyID

void setKeyID(int a)

getEntityID

long getEntityID()

setEntityID

void setEntityID(long c)

getKillID

long getKillID()

setKillID

void setKillID(long c)

getKillTime

long getKillTime()

setKillTime

void setKillTime(long m)

getMoonID

int getMoonID()

setMoonID

void setMoonID(int s)

getSolarSystemID

long getSolarSystemID()

setSolarSystemID

void setSolarSystemID(long d)