Esri Geoportal Server
1.2.9

com.esri.gpt.framework.dcat.adaptors
Class DcatPublisherAdaptor

java.lang.Object
  extended by com.esri.gpt.framework.dcat.adaptors.DcatAdaptor
      extended by com.esri.gpt.framework.dcat.adaptors.DcatPublisherAdaptor
All Implemented Interfaces:
DcatPublisher

public class DcatPublisherAdaptor
extends DcatAdaptor
implements DcatPublisher

DCAT contact point adaptor.


Field Summary
 
Fields inherited from class com.esri.gpt.framework.dcat.adaptors.DcatAdaptor
attrs
 
Constructor Summary
DcatPublisherAdaptor(JsonAttributes attrs)
           
 
Method Summary
 String getName()
          Gets person's name.
 String getSubOrganizationOf()
          Gets subOrganizationOf.
 String getType()
          Gets type.
 
Methods inherited from class com.esri.gpt.framework.dcat.adaptors.DcatAdaptor
getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DcatPublisherAdaptor

public DcatPublisherAdaptor(JsonAttributes attrs)
Method Detail

getType

public String getType()
Description copied from interface: DcatPublisher
Gets type.

Specified by:
getType in interface DcatPublisher
Returns:
type

getName

public String getName()
Description copied from interface: DcatPublisher
Gets person's name.

Specified by:
getName in interface DcatPublisher
Returns:
person's name

getSubOrganizationOf

public String getSubOrganizationOf()
Description copied from interface: DcatPublisher
Gets subOrganizationOf.

Specified by:
getSubOrganizationOf in interface DcatPublisher
Returns:
subOrganizationOf

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.