public class ElectronicServiceChannel extends Object
| Constructor and Description |
|---|
ElectronicServiceChannel() |
public ElectronicServiceChannel id(String id)
public String getId()
public void setId(String id)
public ElectronicServiceChannel type(String type)
public String getType()
public void setType(String type)
public ElectronicServiceChannel organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public ElectronicServiceChannel names(List<LocalizedValue> names)
public List<LocalizedValue> getNames()
public void setNames(List<LocalizedValue> names)
public ElectronicServiceChannel descriptions(List<LocalizedValue> descriptions)
public List<LocalizedValue> getDescriptions()
public void setDescriptions(List<LocalizedValue> descriptions)
public ElectronicServiceChannel signatureQuantity(Integer signatureQuantity)
public Integer getSignatureQuantity()
public void setSignatureQuantity(Integer signatureQuantity)
public ElectronicServiceChannel requiresSignature(Boolean requiresSignature)
public Boolean getRequiresSignature()
public void setRequiresSignature(Boolean requiresSignature)
public ElectronicServiceChannel supportContacts(List<SupportContact> supportContacts)
public List<SupportContact> getSupportContacts()
public void setSupportContacts(List<SupportContact> supportContacts)
public ElectronicServiceChannel requiresAuthentication(Boolean requiresAuthentication)
public Boolean getRequiresAuthentication()
public void setRequiresAuthentication(Boolean requiresAuthentication)
public ElectronicServiceChannel urls(List<LocalizedValue> urls)
public List<LocalizedValue> getUrls()
public void setUrls(List<LocalizedValue> urls)
public ElectronicServiceChannel languages(List<String> languages)
public ElectronicServiceChannel attachments(List<ServiceChannelAttachment> attachments)
public List<ServiceChannelAttachment> getAttachments()
public void setAttachments(List<ServiceChannelAttachment> attachments)
public ElectronicServiceChannel webPages(List<WebPage> webPages)
public ElectronicServiceChannel serviceHours(List<ServiceHour> serviceHours)
public List<ServiceHour> getServiceHours()
public void setServiceHours(List<ServiceHour> serviceHours)
public ElectronicServiceChannel publishingStatus(String publishingStatus)
public String getPublishingStatus()
public void setPublishingStatus(String publishingStatus)
Copyright © 2017 Metatavu Oy. All rights reserved.