org.apache.openejb.jee
Class WelcomeFileList

java.lang.Object
  extended by org.apache.openejb.jee.WelcomeFileList

public class WelcomeFileList
extends Object


Field Summary
protected  String id
           
protected  List<String> welcomeFile
           
 
Constructor Summary
WelcomeFileList()
           
 
Method Summary
 String getId()
           
 List<String> getWelcomeFile()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

welcomeFile

protected List<String> welcomeFile

id

protected String id
Constructor Detail

WelcomeFileList

public WelcomeFileList()
Method Detail

getWelcomeFile

public List<String> getWelcomeFile()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.