public class CarModel extends AlipayObject
Constructor and Description |
---|
CarModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBrandName()
Gets brand name.
|
String |
getConfigName()
Gets config name.
|
String |
getEngineDesc()
Gets engine desc.
|
String |
getFamilyShortName()
Gets family short name.
|
String |
getGearBoxType()
Gets gear box type.
|
String |
getPurchasePrice()
Gets purchase price.
|
String |
getSeat()
Gets seat.
|
String |
getVehicleClassCode()
Gets vehicle class code.
|
String |
getVehicleCode()
Gets vehicle code.
|
String |
getVehicleName()
Gets vehicle name.
|
String |
getYearPattern()
Gets year pattern.
|
void |
setBrandName(String brandName)
Sets brand name.
|
void |
setConfigName(String configName)
Sets config name.
|
void |
setEngineDesc(String engineDesc)
Sets engine desc.
|
void |
setFamilyShortName(String familyShortName)
Sets family short name.
|
void |
setGearBoxType(String gearBoxType)
Sets gear box type.
|
void |
setPurchasePrice(String purchasePrice)
Sets purchase price.
|
void |
setSeat(String seat)
Sets seat.
|
void |
setVehicleClassCode(String vehicleClassCode)
Sets vehicle class code.
|
void |
setVehicleCode(String vehicleCode)
Sets vehicle code.
|
void |
setVehicleName(String vehicleName)
Sets vehicle name.
|
void |
setYearPattern(String yearPattern)
Sets year pattern.
|
public String getBrandName()
public void setBrandName(String brandName)
brandName
- the brand namepublic String getConfigName()
public void setConfigName(String configName)
configName
- the config namepublic String getEngineDesc()
public void setEngineDesc(String engineDesc)
engineDesc
- the engine descpublic String getFamilyShortName()
public void setFamilyShortName(String familyShortName)
familyShortName
- the family short namepublic String getGearBoxType()
public void setGearBoxType(String gearBoxType)
gearBoxType
- the gear box typepublic String getPurchasePrice()
public void setPurchasePrice(String purchasePrice)
purchasePrice
- the purchase pricepublic String getSeat()
public void setSeat(String seat)
seat
- the seatpublic String getVehicleClassCode()
public void setVehicleClassCode(String vehicleClassCode)
vehicleClassCode
- the vehicle class codepublic String getVehicleCode()
public void setVehicleCode(String vehicleCode)
vehicleCode
- the vehicle codepublic String getVehicleName()
public void setVehicleName(String vehicleName)
vehicleName
- the vehicle namepublic String getYearPattern()
public void setYearPattern(String yearPattern)
yearPattern
- the year patternCopyright © 2018. All rights reserved.