public class ServiceLocationServiceChannel extends Object implements Serializable
| Constructor and Description |
|---|
ServiceLocationServiceChannel() |
public ServiceLocationServiceChannel id(String id)
public String getId()
public void setId(String id)
public ServiceLocationServiceChannel organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public ServiceLocationServiceChannel names(List<LocalizedValue> names)
public List<LocalizedValue> getNames()
public void setNames(List<LocalizedValue> names)
public ServiceLocationServiceChannel descriptions(List<LocalizedValue> descriptions)
public List<LocalizedValue> getDescriptions()
public void setDescriptions(List<LocalizedValue> descriptions)
public ServiceLocationServiceChannel phoneNumbers(List<Phone> phoneNumbers)
public ServiceLocationServiceChannel emails(List<Email> emails)
public ServiceLocationServiceChannel languages(List<String> languages)
public ServiceLocationServiceChannel phoneServiceCharge(Boolean phoneServiceCharge)
public Boolean getPhoneServiceCharge()
public void setPhoneServiceCharge(Boolean phoneServiceCharge)
public ServiceLocationServiceChannel webPages(List<WebPage> webPages)
public ServiceLocationServiceChannel areaType(String areaType)
public String getAreaType()
public void setAreaType(String areaType)
public ServiceLocationServiceChannel areas(List<Area> areas)
public ServiceLocationServiceChannel addresses(List<Address> addresses)
public ServiceLocationServiceChannel serviceHours(List<ServiceHour> serviceHours)
public List<ServiceHour> getServiceHours()
public void setServiceHours(List<ServiceHour> serviceHours)
public ServiceLocationServiceChannel publishingStatus(String publishingStatus)
public String getPublishingStatus()
public void setPublishingStatus(String publishingStatus)
Copyright © 2019 Metatavu Oy. All rights reserved.