public class Dealer extends Object
| Constructor and Description |
|---|
Dealer() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
String |
getCreatedAt() |
String |
getCurrency() |
long |
getId() |
String |
getName() |
String |
getNote() |
String |
getSlug() |
DealerType |
getType() |
String |
getUpdatedAt() |
void |
setAddress(Address address) |
void |
setCreatedAt(String createdAt) |
void |
setCurrency(String currency) |
void |
setId(long id) |
void |
setName(String name) |
void |
setNote(String note) |
void |
setSlug(String slug) |
void |
setType(DealerType type) |
void |
setUpdatedAt(String updatedAt) |
public long getId()
public void setId(long id)
id - the internal IDpublic String getName()
public void setName(String name)
name - the common name of the dealerpublic DealerType getType()
public void setType(DealerType type)
type - the type of dealerpublic String getNote()
public void setNote(String note)
note - a free text notepublic String getSlug()
public void setSlug(String slug)
slug - the slug namepublic String getCurrency()
public void setCurrency(String currency)
currency - the accepted currencypublic String getCreatedAt()
public void setCreatedAt(String createdAt)
createdAt - the ISO 8601 formatted timestamp of dealer's entry creationpublic String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
updatedAt - the ISO 8601 formatted timestamp of last entry's updatepublic Address getAddress()
public void setAddress(Address address)
address - the address of the dealerCopyright © 2015. All rights reserved.