public class BOD extends BaseVO
BOD
is a noun that is returned in a ConfirmBOD.
This noun holds 2 objects:
1) A NounOutcomeValue
which is typically a noun which had a
problem being processed
2) A ProcessingOutcomeMessage
which is the message/reason the
NounOutcomeValue
had a problem being processedModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
CLASS_NAME, VALUE_OBJECT_ID
Constructor and Description |
---|
BOD()
Default constructor
|
BOD(BaseVO vo)
Constructs this object with a default value object.
|
BOD(BaseVO vo,
ProcessingOutcomeMessage errorMessage)
Constructs this object with a default value object and processing outcome message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getId()
The unique identifier of this noun is the Id of its
NounOutcomeValue . |
BaseVO |
getNounOutcomeValue()
Gets the BOD that has problems being processed
|
ProcessingOutcomeMessage |
getProcessingOutcomeMessage()
Returns a list of error processing messages
|
void |
setNounOutcomeValue(BaseVO vo)
Sets a list of BODs that have problems being processed
|
void |
setProcessingOutcomeMessage(ProcessingOutcomeMessage errorMessage)
Sets the error details for this BusinessObjectDocument
|
equals, get, getContext, getDataMap, getDescriptor, getObjectKey, hashCode, isEmpty, isNew, set, toString
public static final java.lang.String COPYRIGHT
public BOD()
public BOD(BaseVO vo)
BaseVO
- the default value object this noun will be based onpublic BOD(BaseVO vo, ProcessingOutcomeMessage errorMessage)
vo
- the default value object the constructed noun will be based onerrorMessage
- the error message the constructed noun will havepublic java.lang.Object getId()
NounOutcomeValue
.
If no NounOutcomeValue
is set, this method returns null.public BaseVO getNounOutcomeValue()
public void setNounOutcomeValue(BaseVO vo)
vo
- the outcome value of this nounpublic ProcessingOutcomeMessage getProcessingOutcomeMessage()
public void setProcessingOutcomeMessage(ProcessingOutcomeMessage errorMessage)
the
- error message of this noun