public class BatchJobResultItemInfo extends IdNamelessEntityInfo implements BatchJobResultItem
| Constructor and Description |
|---|
BatchJobResultItemInfo() |
BatchJobResultItemInfo(BatchJobResultItem orig) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchJobResultId()
The id of the batch job result to which this is attached
|
RichTextInfo |
getMessage()
Messages describing details of the status.
|
String |
getSourceId()
The id of the source object being processed
The kind of object being processed depends on the type of the batch job.
|
String |
getTargetId()
The id of the target object being created or processed
TODO: WORRY ABOUT SITUATIONS THAT ARE NOT ONE FOR ONE
|
void |
setBatchJobResultId(String batchJobResultId) |
void |
setMessage(RichTextInfo message) |
void |
setSourceId(String sourceId) |
void |
setTargetId(String targetId) |
getId, setIdgetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic BatchJobResultItemInfo()
public BatchJobResultItemInfo(BatchJobResultItem orig)
public RichTextInfo getMessage()
BatchJobResultItemgetMessage in interface BatchJobResultItempublic void setMessage(RichTextInfo message)
public String getSourceId()
BatchJobResultItemgetSourceId in interface BatchJobResultItempublic void setSourceId(String sourceId)
public String getTargetId()
BatchJobResultItemgetTargetId in interface BatchJobResultItempublic void setTargetId(String targetId)
public String getBatchJobResultId()
BatchJobResultItemgetBatchJobResultId in interface BatchJobResultItempublic void setBatchJobResultId(String batchJobResultId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.