org.inigma.utopia.spellbook
Class Spellbook
java.lang.Object
org.inigma.utopia.spellbook.Spellbook
- All Implemented Interfaces:
- java.lang.Iterable<Spell>
public class Spellbook
- extends java.lang.Object
- implements java.lang.Iterable<Spell>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Spellbook
public Spellbook()
Spellbook
public Spellbook(java.util.Collection<Spell> spellList)
getAccountId
public java.lang.String getAccountId()
setAccountId
public void setAccountId(java.lang.String accountId)
iterator
public java.util.Iterator<Spell> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<Spell>
addSpell
public void addSpell(Spell spell)
removeSpell
public void removeSpell(Spell spell)
getSpells
public java.util.Collection<Spell> getSpells()
setSpells
public void setSpells(java.util.Collection<Spell> spells)
clear
public void clear()
Copyright © 2008. All Rights Reserved.