ibspan.ecap.shared.ontology.negotiation
Class DemandForProduct

java.lang.Object
  extended by ibspan.ecap.shared.ontology.negotiation.DemandForProduct
All Implemented Interfaces:
jade.content.ContentElement, jade.content.Predicate, java.io.Serializable

public class DemandForProduct
extends java.lang.Object
implements jade.content.Predicate

Author:
Maciej Gawinecki, SRI PAS
See Also:
Serialized Form

Constructor Summary
DemandForProduct()
           
 
Method Summary
 DemandData getDemand()
           
 java.lang.String getGlobalProductId()
           
 java.util.Date getWhen()
           
 void setDemand(DemandData demand)
           
 void setGlobalProductId(java.lang.String globalProductId)
           
 void setWhen(java.util.Date when)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandForProduct

public DemandForProduct()
Method Detail

getGlobalProductId

public java.lang.String getGlobalProductId()

setGlobalProductId

public void setGlobalProductId(java.lang.String globalProductId)

getWhen

public java.util.Date getWhen()

setWhen

public void setWhen(java.util.Date when)

getDemand

public DemandData getDemand()

setDemand

public void setDemand(DemandData demand)