3.2.4: 2013-12-06

net.sf.basedb.core
Class Install.ItemSubtypeFT

java.lang.Object
  extended by net.sf.basedb.core.Install.ItemSubtypeFT
Enclosing class:
Install

private static class Install.ItemSubtypeFT
extends Object


Field Summary
(package private)  boolean multiple
           
(package private)  boolean required
           
(package private)  ItemSubtypeData subtype
           
 
Constructor Summary
Install.ItemSubtypeFT(ItemSubtypeData subtype, boolean required, boolean multiple)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subtype

final ItemSubtypeData subtype

required

final boolean required

multiple

final boolean multiple
Constructor Detail

Install.ItemSubtypeFT

Install.ItemSubtypeFT(ItemSubtypeData subtype,
                      boolean required,
                      boolean multiple)

3.2.4: 2013-12-06