com.neurowork.mobile.android.fw.themes
Class LevelTypeStyle

java.lang.Object
  extended by com.neurowork.mobile.android.fw.themes.LevelTypeStyle

public class LevelTypeStyle
extends java.lang.Object

Component that save the background name, and , for a activiyty type, or level.

Author:
Jonatan Alcocer Luna

Constructor Summary
LevelTypeStyle()
           
 
Method Summary
 java.lang.String getBackground()
           
 java.lang.String getLevelType()
           
 java.util.List<java.lang.String> getListComponents()
           
 java.util.Map<java.lang.String,java.lang.String> getMapFormatComponents()
           
 java.lang.String getSelectionList()
           
 void setBackground(java.lang.String background)
           
 void setComponents(java.lang.String components)
           
 void setLevelType(java.lang.String levelType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelTypeStyle

public LevelTypeStyle()
Method Detail

getLevelType

public java.lang.String getLevelType()

setLevelType

public void setLevelType(java.lang.String levelType)

getBackground

public java.lang.String getBackground()

setBackground

public void setBackground(java.lang.String background)

setComponents

public void setComponents(java.lang.String components)

getMapFormatComponents

public java.util.Map<java.lang.String,java.lang.String> getMapFormatComponents()

getListComponents

public java.util.List<java.lang.String> getListComponents()

getSelectionList

public java.lang.String getSelectionList()