public class ReceptionLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
alreadyStoredQuantity |
protected Location |
location |
| Constructor and Description |
|---|
ReceptionLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAlreadyStoredQuantity() |
String |
getBarcode() |
String |
getCode() |
String |
getId() |
int |
getRequiredAccreditationLevel() |
Warehouse |
getWarehouse() |
boolean |
isFullLocation() |
boolean |
isRequiredCraneMan() |
void |
setAlreadyStoredQuantity(double alreadyStoredQuantity) |
protected Location location
protected double alreadyStoredQuantity
public ReceptionLocation(Location location)
public String getBarcode()
public String getCode()
public boolean isRequiredCraneMan()
public Warehouse getWarehouse()
public boolean isFullLocation()
public int getRequiredAccreditationLevel()
public String getId()
public double getAlreadyStoredQuantity()
public void setAlreadyStoredQuantity(double alreadyStoredQuantity)
Copyright © 2013 CodeLutin. All rights reserved.