org.powertac.visualizer.beans
Class AppearanceListBean

java.lang.Object
  extended by org.powertac.visualizer.beans.AppearanceListBean
All Implemented Interfaces:
Serializable

public class AppearanceListBean
extends Object
implements Serializable

Holds the list of appearances. Such list should be declared in xml declaration file.

Author:
Jurica Babic
See Also:
Serialized Form

Constructor Summary
AppearanceListBean(List<Appearance> appereanceList, Appearance defaultAppearance)
           
 
Method Summary
 Appearance getAppereance()
           
 void resetAvailableList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppearanceListBean

public AppearanceListBean(List<Appearance> appereanceList,
                          Appearance defaultAppearance)
Method Detail

resetAvailableList

public void resetAvailableList()

getAppereance

public Appearance getAppereance()


Copyright © 2012 Power TAC. All Rights Reserved.