org.orange.kicsa.business.skill
Interface SkillFactory

All Known Implementing Classes:
SkillFactoryImpl

public interface SkillFactory

testcase test.org.orange.kicsa.business.skill.TestSkillFactory

Method Summary
 SkillgetRoot()
           
 intgetRootId()
           
 SkillKeygetRootKey()
           
 SkillTreegetTree()
           
 ObjectmakeObject()
           
 voidsetRoot(Skill root)
           

Method Detail

getRoot

public Skill getRoot()

getRootId

public int getRootId()

getRootKey

public SkillKey getRootKey()

getTree

public SkillTree getTree()

makeObject

public Object makeObject()

setRoot

public void setRoot(Skill root)
throws org.orange.util.BackingStoreException

Dependency Links

to Class test.org.orange.kicsa.business.skill.TestSkillFactory

to Class java.lang.Object

to Class org.orange.kicsa.business.skill.Skill

to Class org.orange.util.BackingStoreException

to Class org.orange.kicsa.business.skill.SkillTree

to Class org.orange.kicsa.business.skill.SkillKey

to Class Diagram test.org.orange.kicsa.business.skill

to Class Diagram test.org.orange.kicsa.business

to Class Diagram test.org.orange.kicsa

to Class Diagram test.org.orange

to Class Diagram test.org

to Class Diagram test

to Class Diagram <default>

to Class Diagram org.orange.kicsa.business.skill

to Class Diagram org.orange.kicsa.business

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org

to Class Diagram org.orange.util