DLESE Tools
v1.6.0

org.dlese.dpc.index.reader
Class DleseCollectionDocReader.OrganizationContributor

java.lang.Object
  extended by org.dlese.dpc.index.reader.DleseCollectionDocReader.OrganizationContributor
All Implemented Interfaces:
DleseCollectionDocReader.Contributor
Enclosing class:
DleseCollectionDocReader

public class DleseCollectionDocReader.OrganizationContributor
extends Object
implements DleseCollectionDocReader.Contributor

A bean that holds information about a DLESE contributor that is an organization.

Author:
John Weatherley

Constructor Summary
DleseCollectionDocReader.OrganizationContributor()
           
 
Method Summary
 String getType()
          Gets the type, which is 'organization'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DleseCollectionDocReader.OrganizationContributor

public DleseCollectionDocReader.OrganizationContributor()
Method Detail

getType

public String getType()
Gets the type, which is 'organization'.

Specified by:
getType in interface DleseCollectionDocReader.Contributor
Returns:
The String 'organization'.

DLESE Tools
v1.6.0