|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.citerus.dddsample.domain.model.voyage.SampleVoyages
public class SampleVoyages
Sample carrier movements, for test purposes.
Field Summary | |
---|---|
static java.util.Map<VoyageNumber,Voyage> |
ALL
|
static Voyage |
CM001
|
static Voyage |
CM002
|
static Voyage |
CM003
|
static Voyage |
CM004
|
static Voyage |
CM005
|
static Voyage |
CM006
|
static Voyage |
DALLAS_TO_HELSINKI
Voyage number 0300A (by airplane) Dallas - Hamburg - Stockholm - Helsinki |
static Voyage |
DALLAS_TO_HELSINKI_ALT
Voyage number 0301S (by ship) Dallas - Hamburg - Stockholm - Helsinki, alternate route |
static Voyage |
HELSINKI_TO_HONGKONG
Voyage number 0400S (by ship) Helsinki - Rotterdam - Shanghai - Hongkong |
static Voyage |
HONGKONG_TO_NEW_YORK
Voyage number 0100S (by ship) Hongkong - Hangzou - Tokyo - Melbourne - New York |
static Voyage |
NEW_YORK_TO_DALLAS
Voyage number 0200T (by train) New York - Chicago - Dallas |
static Voyage |
v100
|
static Voyage |
v200
|
static Voyage |
v300
|
static Voyage |
v400
|
Constructor Summary | |
---|---|
SampleVoyages()
|
Method Summary | |
---|---|
static java.util.List<Voyage> |
getAll()
|
static Voyage |
lookup(VoyageNumber voyageNumber)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Voyage CM001
public static final Voyage CM002
public static final Voyage CM003
public static final Voyage CM004
public static final Voyage CM005
public static final Voyage CM006
public static final Voyage v100
public static final Voyage v200
public static final Voyage v300
public static final Voyage v400
public static final Voyage HONGKONG_TO_NEW_YORK
public static final Voyage NEW_YORK_TO_DALLAS
public static final Voyage DALLAS_TO_HELSINKI
public static final Voyage DALLAS_TO_HELSINKI_ALT
public static final Voyage HELSINKI_TO_HONGKONG
public static final java.util.Map<VoyageNumber,Voyage> ALL
Constructor Detail |
---|
public SampleVoyages()
Method Detail |
---|
public static java.util.List<Voyage> getAll()
public static Voyage lookup(VoyageNumber voyageNumber)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |