public class StationProcess extends Object
| 构造器和说明 |
|---|
StationProcess() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCompletedQuantity() |
long |
getQuantity() |
String |
getStationName() |
void |
setCompletedQuantity(long completedQuantity) |
void |
setQuantity(long quantity) |
void |
setStationName(String stationName) |
public String getStationName()
public void setStationName(String stationName)
public long getQuantity()
public void setQuantity(long quantity)
public long getCompletedQuantity()
public void setCompletedQuantity(long completedQuantity)
Copyright © 2019. All rights reserved.