public class DealDependencyErrorData extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_MUTUALLY_EXCLUSIVE |
static int |
ERROR_NONE |
static int |
ERROR_PREREQUISITE |
static int |
INVALID_RESULT |
static int |
VALID_RESULT |
Constructor and Description |
---|
DealDependencyErrorData() |
DealDependencyErrorData(Poid inputPoid,
int errorType,
String errorMsg,
SparseArray deals) |
Modifier and Type | Method and Description |
---|---|
SparseArray |
getDealsArray() |
String |
getDescr() |
int |
getErrorType() |
Poid |
getInputPoid() |
int |
getResult() |
void |
setDescr(String descr) |
void |
setErrorType(int errType) |
void |
setInputPoid(Poid inputPoid) |
void |
setResult(int validationResult) |
void |
setResults(SparseArray resultsArray) |
public static final int ERROR_NONE
public static final int ERROR_MUTUALLY_EXCLUSIVE
public static final int ERROR_PREREQUISITE
public static final int VALID_RESULT
public static final int INVALID_RESULT
public DealDependencyErrorData()
public DealDependencyErrorData(Poid inputPoid, int errorType, String errorMsg, SparseArray deals)
Poid
- inputPoidint
- errorTypeString
- errorMsgSparseArray
- dealspublic Poid getInputPoid()
public int getErrorType()
public String getDescr()
public SparseArray getDealsArray()
public int getResult()
public void setInputPoid(Poid inputPoid)
public void setResult(int validationResult)
public void setDescr(String descr)
public void setResults(SparseArray resultsArray)
public void setErrorType(int errType)
Copyright © 2003, 2023, Oracle and/or its affiliates.