public class PlanningDepot extends AbstractPersistable
| Modifier and Type | Field and Description |
|---|---|
protected PlanningLocation |
location |
id| Constructor and Description |
|---|
PlanningDepot() |
PlanningDepot(PlanningLocation location) |
| Modifier and Type | Method and Description |
|---|---|
PlanningLocation |
getLocation() |
void |
setLocation(PlanningLocation location) |
String |
toString() |
protected PlanningLocation location
public PlanningDepot()
public PlanningDepot(PlanningLocation location)
public PlanningLocation getLocation()
public void setLocation(PlanningLocation location)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.