org.ow2.kerneos.common.config.generated
Class Folder

java.lang.Object
  extended by org.ow2.kerneos.common.config.ModuleBase
      extended by org.ow2.kerneos.common.config.generated.Module
          extended by org.ow2.kerneos.common.config.generated.ModuleWithWindow
              extended by org.ow2.kerneos.common.config.generated.Folder
All Implemented Interfaces:
Serializable

public class Folder
extends ModuleWithWindow
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}module-with-window">
       <sequence>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}modules"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Module> modules
           
 
Fields inherited from class org.ow2.kerneos.common.config.generated.ModuleWithWindow
height, loadMaximized, loadOnStartup, maximizable, promptBeforeClose, resizable, width
 
Fields inherited from class org.ow2.kerneos.common.config.generated.Module
bigIcon, description, id, name, smallIcon
 
Constructor Summary
Folder()
           
 
Method Summary
 List<Module> getModules()
           
 void setModules(List<Module> modules)
           
 
Methods inherited from class org.ow2.kerneos.common.config.generated.ModuleWithWindow
getHeight, getLoadMaximized, getLoadOnStartup, getMaximizable, getPromptBeforeClose, getResizable, getWidth, setHeight, setLoadMaximized, setLoadOnStartup, setMaximizable, setPromptBeforeClose, setResizable, setWidth
 
Methods inherited from class org.ow2.kerneos.common.config.generated.Module
getBigIcon, getDescription, getId, getName, getSmallIcon, setBigIcon, setDescription, setId, setName, setSmallIcon
 
Methods inherited from class org.ow2.kerneos.common.config.ModuleBase
getBundle, setBundle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modules

protected List<Module> modules
Constructor Detail

Folder

public Folder()
Method Detail

getModules

public List<Module> getModules()

setModules

public void setModules(List<Module> modules)


Copyright © 2013 OW2 Consortium. All Rights Reserved.