C# Class DomainDrivenDelivery.Pathfinder.Api.TransitEdge

Exibir arquivo Open project: awhatley/dddsample.net Class Usage Examples

Public Methods

Method Description
TransitEdge ( String voyageNumber, String fromUnLocode, String toUnLocode ) : System

Constructor.

getFromUnLocode ( ) : String
getToUnLocode ( ) : String
getVoyageNumber ( ) : String

Method Details

TransitEdge() public method

Constructor.
public TransitEdge ( String voyageNumber, String fromUnLocode, String toUnLocode ) : System
voyageNumber String voyage number
fromUnLocode String UN Locode of start location
toUnLocode String UN Locode of end location
return System

getFromUnLocode() public method

public getFromUnLocode ( ) : String
return String

getToUnLocode() public method

public getToUnLocode ( ) : String
return String

getVoyageNumber() public method

public getVoyageNumber ( ) : String
return String