public class BookArticleRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Article |
article |
protected boolean |
bestEffortPolicy |
protected Building |
building |
protected Location |
destinationLocation |
protected MagalieUser |
magalieUser |
protected double |
requestedQuantity |
| Constructor and Description |
|---|
BookArticleRequest(MagalieUser magalieUser,
Building building,
Article article,
double requestedQuantity,
Location destinationLocation,
boolean bestEffortPolicy) |
| Modifier and Type | Method and Description |
|---|---|
Article |
getArticle() |
Building |
getBuilding() |
Location |
getDestinationLocation() |
MagalieUser |
getMagalieUser() |
double |
getRequestedQuantity() |
boolean |
isBestEffortPolicy() |
String |
toString() |
protected MagalieUser magalieUser
protected Building building
protected Article article
protected double requestedQuantity
protected Location destinationLocation
protected boolean bestEffortPolicy
public BookArticleRequest(MagalieUser magalieUser, Building building, Article article, double requestedQuantity, Location destinationLocation, boolean bestEffortPolicy)
public MagalieUser getMagalieUser()
public Building getBuilding()
public Article getArticle()
public double getRequestedQuantity()
public Location getDestinationLocation()
public boolean isBestEffortPolicy()
Copyright © 2013 CodeLutin. All rights reserved.