public class SimpleWithdrawItemTask extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Article |
article |
protected boolean |
articleUnavailable |
protected boolean |
driverLicenseRequired |
protected List<StoredArticle> |
storedArticles |
| Constructor and Description |
|---|
SimpleWithdrawItemTask(Article article,
Iterable<StoredArticle> storedArticles,
boolean driverLicenseRequired,
boolean articleUnavailable) |
| Modifier and Type | Method and Description |
|---|---|
Article |
getArticle() |
List<StoredArticle> |
getStoredArticles() |
boolean |
isArticleUnavailable() |
boolean |
isDriverLicenseRequired() |
protected Article article
protected List<StoredArticle> storedArticles
protected boolean driverLicenseRequired
protected boolean articleUnavailable
public SimpleWithdrawItemTask(Article article, Iterable<StoredArticle> storedArticles, boolean driverLicenseRequired, boolean articleUnavailable)
public Article getArticle()
public List<StoredArticle> getStoredArticles()
public boolean isDriverLicenseRequired()
public boolean isArticleUnavailable()
Copyright © 2013 CodeLutin. All rights reserved.