public class ImportBatch extends JDBCObject<ImportBatch>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
static int |
STATUS_CANDIDATE |
static int |
STATUS_CREATED
The status constants.
|
static int |
STATUS_DELETED |
static int |
STATUS_IMPORT_DELETING |
static int |
STATUS_IMPORT_DELETING_FAILED |
static int |
STATUS_IMPORTING |
static int |
STATUS_IMPORTING_FAILED |
static int |
STATUS_PENDING_DELETING |
static int |
STATUS_PENDING_DELETING_FAILED |
static int |
STATUS_PENDING_PRODUCT |
static int |
STATUS_POSTED |
static int |
STATUS_POSTING |
static int |
STATUS_POSTING_FAILED |
static int |
STATUS_PROCESSING |
static int |
STATUS_PROCESSING_FAILED |
static int |
STATUS_VALIDATING |
static int |
STATUS_VALIDATING_FAILED |
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
ImportBatch()
Constructs an
ImportBatch object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description.
|
java.util.ArrayList<ImportCriteria> |
getImportCriteria()
Returns the set of import criteria.
|
java.util.ArrayList<ImportValidation> |
getImportValidations()
Returns the set of import validation errors.
|
int |
getNumber()
Returns the unique number for the batch.
|
int |
getRecordsBackend()
Returns the number of transferred records from backend system.
|
int |
getRecordsDeleted()
Returns the number of deleted pending records.
|
int |
getRecordsExcluded1()
Returns the number of excluded records due to existence in the product
table.
|
int |
getRecordsExcluded2()
Returns the number of excluded records due to existence in the pending
product table.
|
int |
getRecordsPosted()
Returns the number of posted pending records.
|
int |
getRecordsSelected()
Returns the number of selected candidate records.
|
int |
getStatus()
Returns the status code.
|
java.lang.String |
getStatusText()
Returns the status code test.
|
java.util.Date |
getTimeCandidate()
Returns the time when batch changed status to candidate.
|
java.util.Date |
getTimeCreated()
Returns the time when batch was created.
|
java.util.Date |
getTimeDeleted()
Returns the time when batch changed status to deleted.
|
java.util.Date |
getTimePending()
Returns the time when batch changed status to pending.
|
java.util.Date |
getTimePosted()
Returns the time when batch changed status to posted.
|
void |
setDescription(java.lang.String value)
Sets the description.
|
void |
setImportCriteria(java.util.ArrayList<ImportCriteria> criteria)
Sets the set of import criteria.
|
void |
setImportValidations(java.util.ArrayList<ImportValidation> validations)
Sets the set of import validation errors.
|
void |
setNumber(int value)
Sets the unique number for the batch.
|
void |
setRecordsBackend(int value)
Sets the number of transferred records from backend system.
|
void |
setRecordsDeleted(int value)
Sets the number of deleted pending records.
|
void |
setRecordsExcluded1(int value)
Sets the number of excluded records due to existence in the product table.
|
void |
setRecordsExcluded2(int value)
Sets the number of excluded records due to existence in the pending
product table.
|
void |
setRecordsPosted(int value)
Sets the number of posted pending records.
|
void |
setRecordsSelected(int value)
Sets the number of selected candidate records.
|
void |
setStatus(int value)
Sets the status code.
|
void |
setTimeCandidate(java.util.Date value)
Sets the time when batch changed status to candidate.
|
void |
setTimeCreated(java.util.Date value)
Sets the time when batch was created.
|
void |
setTimeDeleted(java.util.Date value)
Sets the time when batch changed status to deleted.
|
void |
setTimePending(java.util.Date value)
Sets the time when batch changed status to pending.
|
void |
setTimePosted(java.util.Date value)
Sets the time when batch changed status to posted.
|
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 STATUS_CREATED
public static final int STATUS_PROCESSING
public static final int STATUS_PROCESSING_FAILED
public static final int STATUS_CANDIDATE
public static final int STATUS_IMPORTING
public static final int STATUS_IMPORTING_FAILED
public static final int STATUS_IMPORT_DELETING
public static final int STATUS_IMPORT_DELETING_FAILED
public static final int STATUS_DELETED
public static final int STATUS_PENDING_PRODUCT
public static final int STATUS_VALIDATING
public static final int STATUS_VALIDATING_FAILED
public static final int STATUS_POSTING
public static final int STATUS_POSTING_FAILED
public static final int STATUS_PENDING_DELETING
public static final int STATUS_PENDING_DELETING_FAILED
public static final int STATUS_POSTED
public ImportBatch()
ImportBatch object with all field values set to
null.public int getNumber()
public void setNumber(int value)
value - (int) The unique number for the batch.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - (String) The description.public int getStatus()
public java.lang.String getStatusText()
public void setStatus(int value)
value - (int) The status code.public int getRecordsBackend()
public void setRecordsBackend(int value)
value - (int) The number of transferred records from backend
system.public int getRecordsExcluded1()
public void setRecordsExcluded1(int value)
value - (int) The number of excluded records due to existence in
the product table.public int getRecordsExcluded2()
public void setRecordsExcluded2(int value)
value - (int) The number of excluded records due to existence
in the pending product table.public int getRecordsSelected()
public void setRecordsSelected(int value)
value - (int) The number of selected candidate records.public int getRecordsDeleted()
public void setRecordsDeleted(int value)
value - (int) The number of deleted pending records.public int getRecordsPosted()
public void setRecordsPosted(int value)
value - (int) The number of posted pending records.public java.util.Date getTimeCreated()
public void setTimeCreated(java.util.Date value)
value - (java.util.Date) The time when batch was created.public java.util.Date getTimeCandidate()
public void setTimeCandidate(java.util.Date value)
value - (java.util.Date) The time when batch changed status to
candidate.public java.util.Date getTimeDeleted()
public void setTimeDeleted(java.util.Date value)
value - (java.util.Date) The time when batch changed status to
deleted.public java.util.Date getTimePending()
public void setTimePending(java.util.Date value)
value - (java.util.Date) The time when batch changed status to
pending.public java.util.Date getTimePosted()
public void setTimePosted(java.util.Date value)
value - (java.util.Date) The time when batch changed status to
posted.public java.util.ArrayList<ImportCriteria> getImportCriteria()
public void setImportCriteria(java.util.ArrayList<ImportCriteria> criteria)
criteria - (ArrayList) The import criteria.public java.util.ArrayList<ImportValidation> getImportValidations()
public void setImportValidations(java.util.ArrayList<ImportValidation> validations)
validations - (ArrayList) The import validation errors.