public abstract class Supplier extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
Supplier() |
Modifier and Type | Method and Description |
---|---|
static Supplier |
create(String supplierId,
String englishName,
String localName,
String logoUrl,
String phoneNumber,
String address)
Create a new supplier
|
abstract String |
getAddress()
Supplier address.
|
abstract String |
getEnglishName()
The English spelling of the supplier.
|
abstract String |
getLocalName()
The name of the supplier in the local language.
|
abstract String |
getLogoUrl()
The logo URL of the supplier (if exists).
|
abstract String |
getPhoneNumber()
Supplier phone number.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents, writeToParcel
public abstract String getEnglishName()
public abstract String getLocalName()
public abstract String getLogoUrl()
public abstract String getPhoneNumber()
public abstract String getAddress()