Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.history
Class HeRecord

java.lang.Object
  extended by com.esri.gpt.framework.request.Record
      extended by com.esri.gpt.catalog.harvest.history.HeRecord

public class HeRecord
extends Record

Historical information about harvesting.

See Also:
HeRecords

Constructor Summary
HeRecord(HrRecord harvestRepository)
          Creates instance of harvest event.
 
Method Summary
 Date getHarvestDate()
          Gets harvest date.
 int getHarvestedCount()
          Gets harvested documents count.
 int getPublishedCount()
          Gets published documents count.
 HrRecord getRepository()
          Gets harvest site.
 String getUuid()
          Gets harvest event record uuid.
 int getValidatedCount()
          Gets validated documents count.
 void setHarvestedCount(int harvested)
          Sets harvested documents count.
 void setPublishedCount(int published)
          Sets published documents count.
 void setValidatedCount(int validated)
          Sets validated documents count.
 String toString()
          Creates string representation of harvest event.
 
Methods inherited from class com.esri.gpt.framework.request.Record
getIsSelected, setIsSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeRecord

public HeRecord(HrRecord harvestRepository)
Creates instance of harvest event.

Parameters:
harvestRepository - harvest repository
Method Detail

getUuid

public String getUuid()
Gets harvest event record uuid.

Returns:
uuid

getRepository

public HrRecord getRepository()
Gets harvest site.

Returns:
harvest site

getHarvestDate

public Date getHarvestDate()
Gets harvest date.

Returns:
harvest date

toString

public String toString()
Creates string representation of harvest event.

Overrides:
toString in class Object
Returns:
string representation of harvest event

getHarvestedCount

public int getHarvestedCount()
Gets harvested documents count.

Returns:
harvested documents count

setHarvestedCount

public void setHarvestedCount(int harvested)
Sets harvested documents count.

Parameters:
harvested - harvested documents count

getValidatedCount

public int getValidatedCount()
Gets validated documents count.

Returns:
validated documents count

setValidatedCount

public void setValidatedCount(int validated)
Sets validated documents count.

Parameters:
validated - validated documents count

getPublishedCount

public int getPublishedCount()
Gets published documents count.

Returns:
published documents count

setPublishedCount

public void setPublishedCount(int published)
Sets published documents count.

Parameters:
published - published documents count

Esri Geoportal Server
1.0

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