org.wvc.config.xml.pojos
Class Screen

java.lang.Object
  extended by org.wvc.config.xml.pojos.Screen

public class Screen
extends Object

Screen tag.

Author:
julian

Constructor Summary
Screen(String id, String className)
           
 
Method Summary
 String getClassName()
           
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screen

public Screen(String id,
              String className)
Parameters:
id -
className -
Method Detail

getId

public String getId()
Returns:
the id

getClassName

public String getClassName()
Returns:
the className


Copyright © 2009. All Rights Reserved.