C# Class EA.Iws.Domain.NotificationApplication.Shipment.ShipmentInfo

Inheritance: System.Entity
ファイルを表示 Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
ShipmentInfo ( System.Guid notificationId, ShipmentPeriod shipmentPeriod, int numberOfShipments, ShipmentQuantity shipmentQuantity ) : System
UpdateNumberOfShipments ( int numberOfShipments ) : void
UpdateQuantity ( ShipmentQuantity shipmentQuantity ) : void
UpdateShipmentPeriod ( ShipmentPeriod shipmentPeriod, NotificationStatus status ) : void

Protected Methods

Method Description
ShipmentInfo ( ) : System

Method Details

ShipmentInfo() protected method

protected ShipmentInfo ( ) : System
return System

ShipmentInfo() public method

public ShipmentInfo ( System.Guid notificationId, ShipmentPeriod shipmentPeriod, int numberOfShipments, ShipmentQuantity shipmentQuantity ) : System
notificationId System.Guid
shipmentPeriod ShipmentPeriod
numberOfShipments int
shipmentQuantity ShipmentQuantity
return System

UpdateNumberOfShipments() public method

public UpdateNumberOfShipments ( int numberOfShipments ) : void
numberOfShipments int
return void

UpdateQuantity() public method

public UpdateQuantity ( ShipmentQuantity shipmentQuantity ) : void
shipmentQuantity ShipmentQuantity
return void

UpdateShipmentPeriod() public method

public UpdateShipmentPeriod ( ShipmentPeriod shipmentPeriod, NotificationStatus status ) : void
shipmentPeriod ShipmentPeriod
status NotificationStatus
return void