Package | Description |
---|---|
ordertracker |
Modifier and Type | Class and Description |
---|---|
class |
OrderBehaviour |
Modifier and Type | Method and Description |
---|---|
Order.Behaviour |
Order.BehaviourFactory.create(Order entity) |
Modifier and Type | Method and Description |
---|---|
static Order.BehaviourFactory |
Order.createBehaviourFactory(Class<? extends Order.Behaviour> cls)
Returns a BehaviourFactory on the assumption that the given class
has a single constructor with one parameter of type Order.
|
static void |
Order.setBehaviourFactory(Class<? extends Order.Behaviour> cls)
Sets the BehaviourFactory for all instances of
this class using the given Behaviour class as the base.
|
Copyright © 2012–2022. All rights reserved.