public class Merchant extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Merchant.Logo |
| Constructor and Description |
|---|
Merchant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyName() |
Merchant.Logo |
getLogo() |
void |
setCompanyName(String companyName) |
void |
setLogo(Merchant.Logo logo) |
public String getCompanyName()
public void setCompanyName(String companyName)
public Merchant.Logo getLogo()
public void setLogo(Merchant.Logo logo)
Copyright © 2014. All rights reserved.