public abstract class Store extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
location |
protected String |
password |
protected String |
provider |
protected String |
type |
| Constructor and Description |
|---|
Store() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLocation() |
String |
getPassword() |
String |
getProvider() |
String |
getType() |
void |
setLocation(String location) |
void |
setPassword(String password) |
void |
setProvider(String provider) |
void |
setType(String type) |
protected String location
protected String password
protected String type
protected String provider
public String getLocation()
public void setLocation(String location)
public String getPassword()
public void setPassword(String password)
public String getType()
public void setType(String type)
public String getProvider()
public void setProvider(String provider)
Copyright © 2021. All Rights Reserved.