public class PlateContent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlateContent.PlateLocation |
| Constructor and Description |
|---|
PlateContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
String |
getPlate() |
List<PlateContent.PlateLocation> |
getPlateLocationList() |
String |
getType() |
void |
setColor(String color) |
void |
setPlate(String plate) |
void |
setPlateLocationList(List<PlateContent.PlateLocation> plateLocationList) |
void |
setType(String type) |
String |
toString() |
public String getPlate()
public void setPlate(String plate)
public String getColor()
public void setColor(String color)
public String getType()
public void setType(String type)
public List<PlateContent.PlateLocation> getPlateLocationList()
public void setPlateLocationList(List<PlateContent.PlateLocation> plateLocationList)
Copyright © 2023. All rights reserved.