public class ServiceProviderSettings extends Object
| Constructor and Description |
|---|
ServiceProviderSettings() |
| Modifier and Type | Method and Description |
|---|---|
List<ContactPerson> |
getContactPersons() |
String |
getDescriptionEn() |
String |
getDescriptionNl() |
String |
getDescriptionPt() |
String |
getDisplayNameEn() |
String |
getDisplayNameNl() |
String |
getDisplayNamePt() |
String |
getSpEntityId() |
StateType |
getStateType() |
boolean |
isHasGuestEnabled() |
boolean |
isNoConsentRequired() |
boolean |
isPublishedInEdugain() |
void |
setContactPersons(List<ContactPerson> contactPersons) |
void |
setDescriptionEn(String descriptionEn) |
void |
setDescriptionNl(String descriptionNl) |
void |
setDescriptionPt(String descriptionPt) |
void |
setDisplayNameEn(String displayNameEn) |
void |
setDisplayNameNl(String displayNameNl) |
void |
setDisplayNamePt(String displayNamePt) |
void |
setHasGuestEnabled(boolean hasGuestEnabled) |
void |
setNoConsentRequired(boolean noConsentRequired) |
void |
setPublishedInEdugain(boolean publishedInEdugain) |
void |
setSpEntityId(String spEntityId) |
void |
setStateType(StateType stateType) |
String |
toString() |
public String getSpEntityId()
public void setSpEntityId(String spEntityId)
public boolean isHasGuestEnabled()
public void setHasGuestEnabled(boolean hasGuestEnabled)
public boolean isNoConsentRequired()
public void setNoConsentRequired(boolean noConsentRequired)
public boolean isPublishedInEdugain()
public void setPublishedInEdugain(boolean publishedInEdugain)
public String getDisplayNameEn()
public void setDisplayNameEn(String displayNameEn)
public String getDisplayNameNl()
public void setDisplayNameNl(String displayNameNl)
public String getDisplayNamePt()
public void setDisplayNamePt(String displayNamePt)
public String getDescriptionEn()
public void setDescriptionEn(String descriptionEn)
public String getDescriptionNl()
public void setDescriptionNl(String descriptionNl)
public String getDescriptionPt()
public void setDescriptionPt(String descriptionPt)
public List<ContactPerson> getContactPersons()
public void setContactPersons(List<ContactPerson> contactPersons)
public StateType getStateType()
public void setStateType(StateType stateType)
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.