net.sf.juoserver.model
Class Skill

java.lang.Object
  extended by net.sf.juoserver.model.Skill

public class Skill
extends Object


Constructor Summary
Skill(Coded skillCode, int value, int unmodifiedValue, int cap, SkillLockFlag lockFlag)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCap()
           
 SkillLockFlag getLockFlag()
           
 int getSkillId()
           
 int getUnmodifiedValue()
           
 int getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Skill

public Skill(Coded skillCode,
             int value,
             int unmodifiedValue,
             int cap,
             SkillLockFlag lockFlag)
Method Detail

getSkillId

public int getSkillId()

getValue

public int getValue()

getUnmodifiedValue

public int getUnmodifiedValue()

getCap

public int getCap()

getLockFlag

public SkillLockFlag getLockFlag()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2012. All Rights Reserved.