flowsim.slatr
Class SLABuyerProfile

java.lang.Object
  |
  +--flowsim.slatr.SLABuyerProfile

public class SLABuyerProfile
extends java.lang.Object


Field Summary
 boolean is_also_seller
           
 boolean is_end_user
           
 boolean send_not_asked_bids
           
 
Constructor Summary
SLABuyerProfile(boolean send_not_asked_bids, boolean is_end_user, boolean is_also_seller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

send_not_asked_bids

public final boolean send_not_asked_bids

is_end_user

public final boolean is_end_user

is_also_seller

public final boolean is_also_seller
Constructor Detail

SLABuyerProfile

public SLABuyerProfile(boolean send_not_asked_bids,
                       boolean is_end_user,
                       boolean is_also_seller)