Package net.sf.basedb.core
Class Install.ItemSubtypeFT
- java.lang.Object
-
- net.sf.basedb.core.Install.ItemSubtypeFT
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
multiple
(package private) boolean
required
(package private) ItemSubtypeData
subtype
-
Constructor Summary
Constructors Constructor Description ItemSubtypeFT(ItemSubtypeData subtype, boolean required, boolean multiple)
-
-
-
Field Detail
-
subtype
final ItemSubtypeData subtype
-
required
final boolean required
-
multiple
final boolean multiple
-
-
Constructor Detail
-
ItemSubtypeFT
ItemSubtypeFT(ItemSubtypeData subtype, boolean required, boolean multiple)
-
-