Package com.biglybt.pifimpl.local.update
Class UpdatableComponentImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.update.UpdatableComponentImpl
-
public class UpdatableComponentImpl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected UpdatableComponent
comp
protected boolean
mandatory
-
Constructor Summary
Constructors Modifier Constructor Description protected
UpdatableComponentImpl(UpdatableComponent _comp, boolean _mandatory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UpdatableComponent
getComponent()
protected boolean
isMandatory()
-
-
-
Field Detail
-
comp
protected UpdatableComponent comp
-
mandatory
protected boolean mandatory
-
-
Constructor Detail
-
UpdatableComponentImpl
protected UpdatableComponentImpl(UpdatableComponent _comp, boolean _mandatory)
-
-
Method Detail
-
getComponent
protected UpdatableComponent getComponent()
-
isMandatory
protected boolean isMandatory()
-
-