|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.citerus.dddsample.interfaces.booking.facade.dto.RouteCandidateDTO
public final class RouteCandidateDTO
DTO for presenting and selecting an itinerary from a collection of candidates.
Constructor Summary | |
---|---|
RouteCandidateDTO(java.util.List<LegDTO> legs)
Constructor. |
Method Summary | |
---|---|
java.util.List<LegDTO> |
getLegs()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RouteCandidateDTO(java.util.List<LegDTO> legs)
legs
- The legs for this itinerary.Method Detail |
---|
public java.util.List<LegDTO> getLegs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |