Uses of Class
org.gscg.singleuser.interactionlayer.dataobjects.DateIntData

Packages that use DateIntData
org.gscg.singleuser.interactionlayer.dataobjects   
org.gscg.singleuser.interactionlayer.dataobjects.content   
 

Uses of DateIntData in org.gscg.singleuser.interactionlayer.dataobjects
 

Methods in org.gscg.singleuser.interactionlayer.dataobjects that return DateIntData
static DateIntData DateIntData.makeDateIntData(double date, nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
           
 

Methods in org.gscg.singleuser.interactionlayer.dataobjects with parameters of type DateIntData
static double DateIntData.makeSimulationDate(DateIntData dateIntData, nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
           
 

Uses of DateIntData in org.gscg.singleuser.interactionlayer.dataobjects.content
 

Methods in org.gscg.singleuser.interactionlayer.dataobjects.content that return DateIntData
 DateIntData BillData.getFinalPaymentDate()
           
 DateIntData OrderConfirmationData.getProposedDelivery()
           
 DateIntData OrderConfirmationData.getProposedShippingDate()
           
 DateIntData OrderData.getDeliveryDate()
           
 DateIntData OrderData.getProposedShippingDate()
           
 DateIntData QuoteData.getProposedDelivery()
           
 DateIntData RFQData.getEarliestDelivery()
           
 DateIntData RFQData.getLatestDelivery()
           
 DateIntData RFQData.getCutOffDate()
           
 DateIntData RFQDataSuppliers.getEarliestDelivery()
           
 DateIntData RFQDataSuppliers.getLatestDelivery()
           
 DateIntData SentQuoteData.getProposedDelivery()
           
 

Constructors in org.gscg.singleuser.interactionlayer.dataobjects.content with parameters of type DateIntData
RFQDataSuppliers(java.lang.String senderName, java.lang.String[] suppliers, java.lang.String[] suppliersNickNames, DateIntData earliestDelivery, DateIntData latestDelivery, double amount, java.lang.String productName, javax.vecmath.Point2d ownLocation, javax.vecmath.Point2d[] suppliersLocations)
          constructs a new RFQDataSuppliers
SentQuoteData(RFQData rfqData, DateIntData proposedDelivery, double amount, double price)
          constructs a new SentQuoteData
 



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.