public class ImportCriteria extends JDBCObject<ImportCriteria>
| Modifier and Type | Field and Description |
|---|---|
static int |
AND
The conjunction code for AND.
|
static int |
EQUAL
The operator code for equals.
|
static int |
GREATER_THAN
The operator code for greater than.
|
static int |
GREATER_THAN_OR_EQUAL
The operator code for greater than or equals.
|
static int |
LESS_THAN
The operator code for less than.
|
static int |
LESS_THAN_OR_EQUAL
The operator code for less than or equals.
|
static int |
NOT_EQUAL
The operator code for not equals.
|
static int |
OR
The conjunction code for OR.
|
private static long |
serialVersionUID
The class' serialization version id.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
ImportCriteria()
Constructs an
ImportCriteria object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchNumber()
Returns the batch number.
|
int |
getConjunction()
Returns the conjunction.
|
java.lang.String |
getConjunctionString()
Returns the conjunction as a string.
|
java.lang.String |
getData()
Returns the value to match.
|
java.lang.String |
getDescription()
Returns the description of field.
|
java.lang.String |
getName()
Returns the name of field.
|
int |
getOperator()
Returns the operator code.
|
java.lang.String |
getOperatorString()
Returns the operator as a string.
|
int |
getSequence()
Returns the sort sequence for criteria spec.
|
void |
setBatchNumber(int value)
Sets the batch number.
|
void |
setConjunction(int value)
Sets the conjunction.
|
void |
setData(java.lang.String value)
Sets the value to match.
|
void |
setDescription(java.lang.String value)
Sets the description of field.
|
void |
setName(java.lang.String value)
Sets the name of field.
|
void |
setOperator(int value)
Sets the operator code.
|
void |
setSequence(int value)
Sets the sort sequence for criteria spec.
|
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 EQUAL
public static final int LESS_THAN
public static final int LESS_THAN_OR_EQUAL
public static final int GREATER_THAN
public static final int GREATER_THAN_OR_EQUAL
public static final int NOT_EQUAL
public static final int AND
public static final int OR
public ImportCriteria()
ImportCriteria 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 criteria spec.public java.lang.String getName()
public void setName(java.lang.String value)
value - (String) The name of field.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - (String) The description of field.public int getOperator()
public java.lang.String getOperatorString()
public void setOperator(int value)
value - (int) The operator code.public java.lang.String getData()
public void setData(java.lang.String value)
value - (String) The value to match.public int getConjunction()
public java.lang.String getConjunctionString()
public void setConjunction(int value)
value - (int) The conjunction.