org.jadv.basic
Class LevelDesc

java.lang.Object
  |
  +--org.jadv.basic.SavedObject
        |
        +--org.jadv.basic.LevelDesc
All Implemented Interfaces:
java.io.Serializable

public class LevelDesc
extends SavedObject

Stores the description of a Level.
This is a stored Object and not a JAdvObject.

Author:
neitzel
See Also:
Serialized Form

Field Summary
(package private)  DataLevelBackground _backgr
           
(package private)  int _build
           
 
Fields inherited from class org.jadv.basic.SavedObject
ObjMan
 
Constructor Summary
LevelDesc()
          Standard Constructor for LevelDesc
LevelDesc(java.lang.String id, java.lang.String name, java.lang.String description, int build)
          Constructor for LevelDesc
 
Method Summary
 DataLevelBackground getBackground()
          getBackground() Returns the background of a Level
 int getBuild()
           
 void init(java.util.HashMap attribs)
          init(attribs) Initialisation of the object!
 
Methods inherited from class org.jadv.basic.SavedObject
addEvent, canBeSwapped, create, createAttributes, createObject, createObject, createUUID, destroyObject, findObject, getAttribute, getAttributes, getAutoStart, getDeveloper, getId, getIntAttribute, getIntAttribute, getName, getNext, getPrev, hexFormat, isChanged, isValid, loadObject, markChanged, markNotChanged, mergeAttributes, removeFromList, replaceObject, replaceObject, save, saveObject, setAttribute, setId, setIntAttribute, setName, storeAfter, swapOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_backgr

DataLevelBackground _backgr

_build

int _build
Constructor Detail

LevelDesc

public LevelDesc()
Standard Constructor for LevelDesc


LevelDesc

public LevelDesc(java.lang.String id,
                 java.lang.String name,
                 java.lang.String description,
                 int build)
Constructor for LevelDesc

Parameters:
name -
description -
Method Detail

getBackground

public DataLevelBackground getBackground()
getBackground() Returns the background of a Level

Returns:
DataLevelBackground

init

public void init(java.util.HashMap attribs)
init(attribs) Initialisation of the object!

Overrides:
init in class SavedObject
Parameters:
attribs -

getBuild

public int getBuild()