Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.repository
Class HrActionCriteria

java.lang.Object
  extended by com.esri.gpt.framework.request.Criteria
      extended by com.esri.gpt.framework.request.ActionCriteria
          extended by com.esri.gpt.catalog.harvest.repository.HrActionCriteria
All Implemented Interfaces:
Serializable

public class HrActionCriteria
extends ActionCriteria

Harvest repository action criteria.

See Also:
Serialized Form

Nested Class Summary
static class HrActionCriteria.RepositoryAction
          Harvest repository action.
 
Constructor Summary
HrActionCriteria()
           
 
Method Summary
 HrActionCriteria.RepositoryAction getAction()
          Gets repository action.
 String getActionAsString()
          Gets action as string.
 String getFromDate()
          Gets from date.
 Date getFromDateAsDate()
          Gets from date as date object.
 String getHarvestType()
          Gets harvest type.
 String getMaxRecs()
          Gets max recs.
 String getUuid()
          Gets uuid of repository to edit.
 void setAction(HrActionCriteria.RepositoryAction action)
          Sets repository action.
 void setActionAsString(String action)
          Sets action as string.
 void setFromDate(String fromDate)
          Sets from date.
 void setHarvestType(String harvestType)
          Set sharvest type.
 void setMaxRecs(String maxRecs)
          Sets max recs.
 void setUuid(String uuid)
          Sets uuid of repository to edit.
 
Methods inherited from class com.esri.gpt.framework.request.ActionCriteria
getActionKey, getSelectedRecordIds, getSelectedRecordIdSet, reset, setActionKey, setSelectedRecordIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HrActionCriteria

public HrActionCriteria()
Method Detail

getUuid

public String getUuid()
Gets uuid of repository to edit.

Returns:
uuid of repository to edit

setUuid

public void setUuid(String uuid)
Sets uuid of repository to edit.

Parameters:
uuid - uuid of repository to edit

getAction

public HrActionCriteria.RepositoryAction getAction()
Gets repository action.

Returns:
repository action

setAction

public void setAction(HrActionCriteria.RepositoryAction action)
Sets repository action.

Parameters:
action - repository action

getActionAsString

public String getActionAsString()
Gets action as string.

Returns:
action name

setActionAsString

public void setActionAsString(String action)
Sets action as string.

Parameters:
action - action name

getHarvestType

public String getHarvestType()
Gets harvest type.

Returns:
harvest type

setHarvestType

public void setHarvestType(String harvestType)
Set sharvest type.

Parameters:
harvestType - harvest type

getFromDateAsDate

public Date getFromDateAsDate()
Gets from date as date object.

Returns:
from date or null if date invalid

getFromDate

public String getFromDate()
Gets from date.

Returns:
from date

setFromDate

public void setFromDate(String fromDate)
Sets from date.

Parameters:
fromDate - from date

getMaxRecs

public String getMaxRecs()
Gets max recs.

Returns:
max recs

setMaxRecs

public void setMaxRecs(String maxRecs)
Sets max recs.

Parameters:
maxRecs - max recs

Esri Geoportal Server
1.0

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