Class Vehicles
- java.lang.Object
-
- org.bremersee.http.codec.xml.model.xml2.Vehicles
-
public class Vehicles extends Object
The vehicles.- Author:
- Christian Bremer
-
-
Constructor Summary
Constructors Constructor Description Vehicles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Vehicle>getEntries()Gets entries.IntegergetMonth()Gets month.StringgetSeries()Gets series.intgetYear()Gets year.inthashCode()voidsetMonth(Integer month)Sets month.voidsetSeries(String series)Sets series.voidsetYear(int year)Sets year.StringtoString()
-
-
-
Method Detail
-
getSeries
public String getSeries()
Gets series.- Returns:
- the series
-
setSeries
public void setSeries(String series)
Sets series.- Parameters:
series- the series
-
getYear
public int getYear()
Gets year.- Returns:
- the year
-
setYear
public void setYear(int year)
Sets year.- Parameters:
year- the year
-
getMonth
public Integer getMonth()
Gets month.- Returns:
- the month
-
setMonth
public void setMonth(Integer month)
Sets month.- Parameters:
month- the month
-
-