public class Car extends Object
Constructor and Description |
---|
Car() |
Car(String vehicleIdentificationNumber,
CarType carType,
boolean antiTheftDevice,
BigDecimal value) |
Modifier and Type | Method and Description |
---|---|
CarType |
getCarType() |
BigDecimal |
getValue() |
String |
getVehicleIdentificationNumber() |
boolean |
isAntiTheftDevice() |
void |
setAntiTheftDevice(boolean antiTheftDevice) |
void |
setCarType(CarType carType) |
void |
setValue(BigDecimal value) |
void |
setVehicleIdentificationNumber(String vehicleIdentificationNumber) |
public Car()
public Car(String vehicleIdentificationNumber, CarType carType, boolean antiTheftDevice, BigDecimal value)
public String getVehicleIdentificationNumber()
public void setVehicleIdentificationNumber(String vehicleIdentificationNumber)
public CarType getCarType()
public void setCarType(CarType carType)
public boolean isAntiTheftDevice()
public void setAntiTheftDevice(boolean antiTheftDevice)
public BigDecimal getValue()
public void setValue(BigDecimal value)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.