Esri Geoportal Server
1.2.2

com.esri.gpt.server.usage.harvester
Class ProtocolInfo

java.lang.Object
  extended by com.esri.gpt.server.usage.harvester.ProtocolInfo

public class ProtocolInfo
extends Object

This class is used to contain counts by harvesting protocol.

Author:
prat5814

Constructor Summary
ProtocolInfo()
           
 
Method Summary
 int getApprovedCount()
          Gets approved sites count
 int getDocumentCount()
          Gets documents count
 int getOnScheduleCount()
          Gets sites on a schedule count
 int getRegisteredCount()
          Gets registered sites count
 void setApprovedCount(int approvedCount)
          Sets approved sites count
 void setDocumentCount(int documentCount)
          Sets documents count
 void setOnScheduleCount(int onScheduleCount)
          Sets sites on a schedule count
 void setRegisteredCount(int registeredCount)
          Sets registered sites count
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolInfo

public ProtocolInfo()
Method Detail

getApprovedCount

public int getApprovedCount()
Gets approved sites count

Returns:

setApprovedCount

public void setApprovedCount(int approvedCount)
Sets approved sites count

Parameters:
approvedCount -

getRegisteredCount

public int getRegisteredCount()
Gets registered sites count

Returns:

setRegisteredCount

public void setRegisteredCount(int registeredCount)
Sets registered sites count

Parameters:
registeredCount -

getOnScheduleCount

public int getOnScheduleCount()
Gets sites on a schedule count

Returns:

setOnScheduleCount

public void setOnScheduleCount(int onScheduleCount)
Sets sites on a schedule count

Parameters:
onScheduleCount -

getDocumentCount

public int getDocumentCount()
Gets documents count

Returns:

setDocumentCount

public void setDocumentCount(int documentCount)
Sets documents count

Parameters:
documentCount -

Esri Geoportal Server
1.2.2

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