net.sf.juoserver.files
Class SkillsFileEntryImpl

java.lang.Object
  extended by net.sf.juoserver.files.SkillsFileEntryImpl
All Implemented Interfaces:
SkillsFileEntry

public class SkillsFileEntryImpl
extends Object
implements SkillsFileEntry


Constructor Summary
SkillsFileEntryImpl(String skillName, boolean hasButton)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getSkillName()
           
 int hashCode()
           
 boolean isHasButton()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkillsFileEntryImpl

public SkillsFileEntryImpl(String skillName,
                           boolean hasButton)
Method Detail

getSkillName

public String getSkillName()
Specified by:
getSkillName in interface SkillsFileEntry

isHasButton

public boolean isHasButton()
Specified by:
isHasButton in interface SkillsFileEntry

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.