|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.request.Record com.esri.gpt.catalog.harvest.jobs.HjRecord
public class HjRecord
Harvest job information.
HjRecords
Nested Class Summary | |
---|---|
static class |
HjRecord.JobStatus
Harvest job status. |
static class |
HjRecord.JobType
Job type. |
Constructor Summary | |
---|---|
HjRecord(HrRecord harvestRepository)
Creates instance of harvest job. |
Method Summary | |
---|---|
CommonCriteria |
getCriteria()
Gets criteria. |
HrRecord |
getHarvestSite()
Gets harvest site. |
Date |
getInputDate()
Gets job date. |
Date |
getJobDate()
Gets job date. |
String |
getServiceId()
Gets service id. |
HjRecord.JobStatus |
getStatus()
Gets job status. |
HjRecord.JobType |
getType()
Gets job type. |
String |
getUuid()
Gets job uuid. |
void |
setCriteria(CommonCriteria criteria)
Sets criteria. |
void |
setServiceId(String serviceId)
Sets service id. |
void |
setStatus(HjRecord.JobStatus jobStatus)
Sets job status. |
void |
setType(HjRecord.JobType jobType)
Sets job type. |
String |
toString()
Creates string representation of harvest job. |
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 |
---|
public HjRecord(HrRecord harvestRepository)
harvestRepository
- harvest repository.Method Detail |
---|
public String getUuid()
public Date getInputDate()
public Date getJobDate()
public HrRecord getHarvestSite()
public HjRecord.JobType getType()
public void setType(HjRecord.JobType jobType)
jobType
- job type.public HjRecord.JobStatus getStatus()
public void setStatus(HjRecord.JobStatus jobStatus)
jobStatus
- job status.public String toString()
toString
in class Object
public String getServiceId()
public void setServiceId(String serviceId)
serviceId
- service idpublic CommonCriteria getCriteria()
public void setCriteria(CommonCriteria criteria)
criteria
- criteria
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |