de.jos.game.xml
Class Level

java.lang.Object
  extended by de.jos.game.xml.Level

public class Level
extends java.lang.Object


Constructor Summary
Level()
           
 
Method Summary
 java.util.List<Combination> getAccumulatedCombinations()
           
 java.lang.Integer getBoardClearScore()
           
 java.util.Set<Bullet> getBullets()
           
 java.util.List<Combination> getCombinations()
           
 java.lang.String getData()
           
 java.lang.Integer getId()
           
 java.lang.Integer getLevelAdvanceScore()
           
 java.lang.Integer getMode()
           
 java.lang.Integer getNextLevelId()
           
 java.lang.Integer getNextLevelNewColor()
           
 java.lang.Integer getNumberColors()
           
 void initBullets(ResourceContainer resourceContainer)
          initialize the bullets on the board, only for puzzle levels
 void initLists()
           
 void setBoardClearScore(java.lang.Integer boardClearScore)
           
 void setCombinations(java.util.List<Combination> combinations)
           
 void setData(java.lang.String data)
           
 void setId(java.lang.Integer id)
           
 void setLevelAdvanceScore(java.lang.Integer levelAdvanceScore)
           
 void setMode(java.lang.Integer mode)
           
 void setNextLevelNewColor(java.lang.Integer nextLevelNewColor)
           
 void setNumberColors(java.lang.Integer numberColors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Level

public Level()
Method Detail

initLists

public void initLists()

initBullets

public void initBullets(ResourceContainer resourceContainer)
initialize the bullets on the board, only for puzzle levels

Parameters:
resourceContainer -

getNextLevelId

public java.lang.Integer getNextLevelId()

getBullets

public java.util.Set<Bullet> getBullets()

getCombinations

public java.util.List<Combination> getCombinations()

setCombinations

public void setCombinations(java.util.List<Combination> combinations)

getBoardClearScore

public java.lang.Integer getBoardClearScore()

setBoardClearScore

public void setBoardClearScore(java.lang.Integer boardClearScore)

getData

public java.lang.String getData()

setData

public void setData(java.lang.String data)

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getLevelAdvanceScore

public java.lang.Integer getLevelAdvanceScore()

setLevelAdvanceScore

public void setLevelAdvanceScore(java.lang.Integer levelAdvanceScore)

getMode

public java.lang.Integer getMode()

setMode

public void setMode(java.lang.Integer mode)

getAccumulatedCombinations

public java.util.List<Combination> getAccumulatedCombinations()

getNextLevelNewColor

public java.lang.Integer getNextLevelNewColor()

setNextLevelNewColor

public void setNextLevelNewColor(java.lang.Integer nextLevelNewColor)

getNumberColors

public java.lang.Integer getNumberColors()

setNumberColors

public void setNumberColors(java.lang.Integer numberColors)


Copyright © 2008. All Rights Reserved.