public class ImportValidation extends JDBCObject<ImportValidation>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ERROR_BASICDESC_MISSING
The error code for basic description is missing.
|
static java.lang.String |
ERROR_CATCODE_INVALID
The error code for category code is invalid.
|
static java.lang.String |
ERROR_CATCODE_MISSING
The error code for category code is missing.
|
static java.lang.String |
ERROR_CLASSCODE_MISSING
The error code for classification code is missing.
|
static java.lang.String |
ERROR_DELETED
The error code for deleted.
|
static java.lang.String |
ERROR_LARGEIMAGE_MISSING
The error code for catalog large image is missing.
|
static java.lang.String |
ERROR_LEADCODE_INVALID
The error code for lead time code is invalid.
|
static java.lang.String |
ERROR_LEADCODE_MISSING
The error code for lead time code is missing.
|
static java.lang.String |
ERROR_LONGDESC_MISSING
The error code for catalog long description is missing.
|
static java.lang.String |
ERROR_LOWSTOCK_INVALID
The error code for low stock quantity is invalid.
|
static java.lang.String |
ERROR_LOWSTOCK_MISSING
The error code for low stock quantity is missing.
|
static java.lang.String |
ERROR_MFRCODE_INVALID
The error code for manufacturer code is invalid.
|
static java.lang.String |
ERROR_MFRCODE_MISSING
The error code for manufacturer code is missing.
|
static java.lang.String |
ERROR_MFRPART_MISSING
The error code for manufacturer part id is missing.
|
static java.lang.String |
ERROR_NOERROR
The error code for no errors.
|
static java.lang.String |
ERROR_OUTSTOCK_INVALID
The error code for out of stock quantity is invalid.
|
static java.lang.String |
ERROR_OUTSTOCK_MISSING
The error code for out of stock quantity is missing.
|
static java.lang.String |
ERROR_POSTED
The error code for posted.
|
static java.lang.String |
ERROR_PRODCODE_INVALID
The error code for product code is invalid.
|
static java.lang.String |
ERROR_PRODCODE_MISSING
The error code for product code is missing.
|
static java.lang.String |
ERROR_PRODUOM_INVALID
The error code for duplicate product definition.
|
static java.lang.String |
ERROR_SHORTDESC_MISSING
The error code for catalog short description is missing.
|
static java.lang.String |
ERROR_SMALLIMAGE_MISSING
The error code for catalog small image is missing.
|
static java.lang.String |
ERROR_UOMCODE_INVALID
The error code for unit of measure code is invalid.
|
static java.lang.String |
ERROR_UOMCODE_MISSING
The error code for unit of measure code is missing.
|
private static long |
serialVersionUID
The class' serialization version id.
|
static int |
TYPE_NOERROR
The type code for no errors.
|
static int |
TYPE_SEVERE
The type code for severe errors.
|
static int |
TYPE_WARNING
The type code for warning errors.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
ImportValidation()
Constructs an
ImportValidation object with all field values set
to null. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchNumber()
Returns the batch number.
|
java.lang.String |
getCode()
Returns the error code.
|
java.lang.String |
getCodeText()
Returns the error code description.
|
static java.lang.String |
getCodeText(java.lang.String code)
Returns the error code description for the given code.
|
int |
getCount()
Returns the count of error occurrences in the batch.
|
int |
getSequence()
Returns the sort sequence for error.
|
int |
getType()
Returns the error type.
|
java.lang.String |
getTypeText()
Returns the error type description.
|
static java.lang.String |
getTypeText(int type)
Returns the error type description for the given type.
|
void |
setBatchNumber(int value)
Sets the batch number.
|
void |
setCode(java.lang.String value)
Sets the error code.
|
void |
setCount(int value)
Sets the count of error occurrences in the batch.
|
void |
setSequence(int value)
Sets the sort sequence for error.
|
void |
setType(int value)
Sets the error type.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatuscloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArrayprivate static final long serialVersionUID
public static final int TYPE_NOERROR
public static final int TYPE_WARNING
public static final int TYPE_SEVERE
public static final java.lang.String ERROR_NOERROR
public static final java.lang.String ERROR_DELETED
public static final java.lang.String ERROR_POSTED
public static final java.lang.String ERROR_PRODCODE_MISSING
public static final java.lang.String ERROR_PRODCODE_INVALID
public static final java.lang.String ERROR_UOMCODE_MISSING
public static final java.lang.String ERROR_UOMCODE_INVALID
public static final java.lang.String ERROR_PRODUOM_INVALID
public static final java.lang.String ERROR_BASICDESC_MISSING
public static final java.lang.String ERROR_CATCODE_MISSING
public static final java.lang.String ERROR_CATCODE_INVALID
public static final java.lang.String ERROR_LEADCODE_MISSING
public static final java.lang.String ERROR_LEADCODE_INVALID
public static final java.lang.String ERROR_LOWSTOCK_MISSING
public static final java.lang.String ERROR_LOWSTOCK_INVALID
public static final java.lang.String ERROR_OUTSTOCK_MISSING
public static final java.lang.String ERROR_OUTSTOCK_INVALID
public static final java.lang.String ERROR_MFRPART_MISSING
public static final java.lang.String ERROR_MFRCODE_MISSING
public static final java.lang.String ERROR_MFRCODE_INVALID
public static final java.lang.String ERROR_CLASSCODE_MISSING
public static final java.lang.String ERROR_SMALLIMAGE_MISSING
public static final java.lang.String ERROR_LARGEIMAGE_MISSING
public static final java.lang.String ERROR_SHORTDESC_MISSING
public static final java.lang.String ERROR_LONGDESC_MISSING
public ImportValidation()
ImportValidation object with all field values set
to null.public int getBatchNumber()
public void setBatchNumber(int value)
value - (int) The batch number.public int getSequence()
public void setSequence(int value)
value - (int) The sort sequence for error.public int getType()
public java.lang.String getTypeText()
public static java.lang.String getTypeText(int type)
type - (int) The error type for the desired description.public void setType(int value)
value - (int) The error type.public java.lang.String getCode()
public java.lang.String getCodeText()
public static java.lang.String getCodeText(java.lang.String code)
code - (String) The error code for the desired description.public void setCode(java.lang.String value)
value - (String) The error code.public int getCount()
public void setCount(int value)
value - (int) The count of error occurrences in the batch.