|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.fps.model.business.vo.stats.KillStats
Constructor Summary | |
KillStats(Kill kill,
long advantage,
int factor)
Creates a new instance of KillStats |
Method Summary | |
java.lang.Long |
getAdvantage()
Getter for property advantage. |
int |
getFactor()
Getter for property factor. |
Kill |
getKill()
Getter for property kill. |
void |
setAdvantage(long advantage)
Setter for property advantage. |
void |
setFactor(int factor)
Setter for property factor. |
void |
setKill(Kill kill)
Setter for property kill. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KillStats(Kill kill, long advantage, int factor)
Method Detail |
public Kill getKill()
public void setKill(Kill kill)
kill
- New value of property kill.public java.lang.Long getAdvantage()
public void setAdvantage(long advantage)
advantage
- New value of property advantage.public int getFactor()
public void setFactor(int factor)
factor
- New value of property factor.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |