public abstract class Provider extends Object implements Comparable<Provider>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Provider.Language |
| Constructor and Description |
|---|
Provider() |
Provider(Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContactPerson(ContactPerson contactPerson) |
protected void |
addName(String language,
String name) |
protected boolean |
booleanValue(Object metadataValue) |
int |
compareTo(Provider that) |
boolean |
equals(Object o) |
Set<String> |
getAllowedEntityIds() |
ContactPerson |
getContactPerson(ContactPersonType type) |
List<ContactPerson> |
getContactPersons() |
String |
getDescription(Provider.Language language) |
Map<String,String> |
getDescriptions() |
Map<String,String> |
getHomeUrls() |
String |
getId() |
String |
getLogoUrl() |
String |
getName() |
String |
getName(Provider.Language language) |
Map<String,String> |
getNames() |
int |
hashCode() |
boolean |
isAllowedAll() |
boolean |
isLinked() |
protected String |
safeString(Object o) |
protected void |
setId(String id) |
void |
setLinked(boolean linked) |
protected void |
setName(String name) |
String |
toString() |
public String getId()
protected void setId(String id)
public boolean isLinked()
public void setLinked(boolean linked)
public String getName()
public String getLogoUrl()
public List<ContactPerson> getContactPersons()
public ContactPerson getContactPerson(ContactPersonType type)
public void addContactPerson(ContactPerson contactPerson)
public String getName(Provider.Language language)
protected void setName(String name)
public String getDescription(Provider.Language language)
public boolean isAllowedAll()
protected boolean booleanValue(Object metadataValue)
public int compareTo(Provider that)
compareTo in interface Comparable<Provider>Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.