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, setId
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public BatchJobResultItemInfo()
public BatchJobResultItemInfo(BatchJobResultItem orig)
public RichTextInfo getMessage()
BatchJobResultItem
getMessage
in interface BatchJobResultItem
public void setMessage(RichTextInfo message)
public String getSourceId()
BatchJobResultItem
getSourceId
in interface BatchJobResultItem
public void setSourceId(String sourceId)
public String getTargetId()
BatchJobResultItem
getTargetId
in interface BatchJobResultItem
public void setTargetId(String targetId)
public String getBatchJobResultId()
BatchJobResultItem
getBatchJobResultId
in interface BatchJobResultItem
public void setBatchJobResultId(String batchJobResultId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.