org.dps.core.persist
Interface IKillItemRecord


public interface IKillItemRecord


Method Summary
 long getEntityID()
           
 int getFlag()
           
 int getKeyID()
           
 long getKillID()
           
 int getQtyDestroyed()
           
 int getQtyDropped()
           
 int getTypeID()
           
 void setEntityID(long c)
           
 void setFlag(int f)
           
 void setKeyID(int a)
           
 void setKillID(long c)
           
 void setQtyDestroyed(int t)
           
 void setQtyDropped(int t)
           
 void setTypeID(int t)
           
 

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)

getTypeID

int getTypeID()

setTypeID

void setTypeID(int t)

getFlag

int getFlag()

setFlag

void setFlag(int f)

getQtyDestroyed

int getQtyDestroyed()

setQtyDestroyed

void setQtyDestroyed(int t)

getQtyDropped

int getQtyDropped()

setQtyDropped

void setQtyDropped(int t)