Esri Geoportal Server
1.2.9

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:
count of approved records

setApprovedCount

public void setApprovedCount(int approvedCount)
Sets approved sites count

Parameters:
approvedCount - count of approved records

getRegisteredCount

public int getRegisteredCount()
Gets registered sites count

Returns:
count of registered records

setRegisteredCount

public void setRegisteredCount(int registeredCount)
Sets registered sites count

Parameters:
registeredCount - count of registered records

getOnScheduleCount

public int getOnScheduleCount()
Gets sites on a schedule count

Returns:
count of scheduled records

setOnScheduleCount

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

Parameters:
onScheduleCount - count of scheduled records

getDocumentCount

public int getDocumentCount()
Gets documents count

Returns:
count of documents

setDocumentCount

public void setDocumentCount(int documentCount)
Sets documents count

Parameters:
documentCount - count of documents

Esri Geoportal Server
1.2.9

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