public final class AffirmationFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Affirmation |
getAffirmation()
Get the underlying currently active Affirmation.
|
static AffirmationFactory |
getInstance()
Get the Factory Instance.
|
void |
setActiveAffirmation(Affirmation affirmation)
This method allows full control to set the active affirmation to a specific one.
|
public static AffirmationFactory getInstance()
public Affirmation getAffirmation()
public void setActiveAffirmation(Affirmation affirmation)
affirmation - The Affirmation class to use.Copyright © 2010-2015. All Rights Reserved.