|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.server.usage.harvester.ProtocolInfo
public class ProtocolInfo
This class is used to contain counts by harvesting protocol.
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 |
---|
public ProtocolInfo()
Method Detail |
---|
public int getApprovedCount()
public void setApprovedCount(int approvedCount)
approvedCount
- count of approved recordspublic int getRegisteredCount()
public void setRegisteredCount(int registeredCount)
registeredCount
- count of registered recordspublic int getOnScheduleCount()
public void setOnScheduleCount(int onScheduleCount)
onScheduleCount
- count of scheduled recordspublic int getDocumentCount()
public void setDocumentCount(int documentCount)
documentCount
- count of documents
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |