public class ServiceProviderDTO extends Object implements nl.b3p.ogc.ServiceProviderInterface, Comparable
| Constructor and Description |
|---|
ServiceProviderDTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
static ServiceProviderDTO |
createInstance(nl.b3p.ogc.ServiceProviderInterface spi) |
static List<ServiceProviderDTO> |
createList(List<nl.b3p.ogc.ServiceProviderInterface> spil) |
boolean |
equals(Object obj) |
String |
getAbbr() |
String |
getGivenName() |
Integer |
getId() |
String |
getName() |
String |
getTitle() |
String |
getType() |
Date |
getUpdatedDate() |
String |
getUrl() |
void |
setAbbr(String abbr) |
void |
setGivenName(String givenName) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setUpdatedDate(Date updatedDate) |
void |
setUrl(String url) |
public Integer getId()
getId in interface nl.b3p.ogc.ServiceProviderInterfacepublic void setId(Integer id)
id - the id to setpublic String getAbbr()
getAbbr in interface nl.b3p.ogc.ServiceProviderInterfacepublic void setAbbr(String abbr)
abbr - the abbr to setpublic String getName()
getName in interface nl.b3p.ogc.ServiceProviderInterfacepublic void setName(String name)
name - the name to setpublic String getTitle()
getTitle in interface nl.b3p.ogc.ServiceProviderInterfacepublic void setTitle(String title)
title - the title to setpublic String getGivenName()
getGivenName in interface nl.b3p.ogc.ServiceProviderInterfacepublic void setGivenName(String givenName)
givenName - the givenName to setpublic String getUrl()
getUrl in interface nl.b3p.ogc.ServiceProviderInterfacepublic void setUrl(String url)
url - the url to setpublic Date getUpdatedDate()
getUpdatedDate in interface nl.b3p.ogc.ServiceProviderInterfacepublic void setUpdatedDate(Date updatedDate)
public String getType()
getType in interface nl.b3p.ogc.ServiceProviderInterfacepublic void setType(String type)
type - the type to setpublic static ServiceProviderDTO createInstance(nl.b3p.ogc.ServiceProviderInterface spi)
public static List<ServiceProviderDTO> createList(List<nl.b3p.ogc.ServiceProviderInterface> spil)
public int compareTo(Object obj)
compareTo in interface ComparableCopyright © 2016. All rights reserved.