public class RestockNotification extends JDBCObject<RestockNotification>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
static java.lang.String |
TYPE_LOWSTOCK
The type code for a low stock type.
|
static java.lang.String |
TYPE_RESTOCK
The type code for a restock type.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
RestockNotification()
Constructs a
RestockNotification object with all field values set
to null. |
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableQty()
Returns the product's available quantity.
|
java.util.Date |
getDateAsked()
Returns the time when request was submitted.
|
java.util.Date |
getDateNotified()
Returns the time when notification was issued.
|
java.lang.String |
getDescription()
Returns the product's description.
|
java.lang.String |
getEmailAddr()
Returns the notification email address.
|
java.lang.Integer |
getLowQty()
Returns the associated product's (or product's category) low quantity value.
|
java.lang.Integer |
getOutQty()
Returns the product's (or product's category) out quantity value.
|
java.lang.String |
getProductCode()
Returns the product code.
|
java.lang.String |
getType()
Returns the notification type.
|
java.lang.String |
getUomCode()
Returns the product unit of measure code.
|
java.lang.String |
getUserId()
Returns the id of user who submitted the request.
|
void |
setAvailableQty(int value)
Sets the product's available quantity.
|
void |
setDateAsked(java.util.Date value)
Sets the time when request was submitted.
|
void |
setDateNotified(java.util.Date value)
Sets the time when notification was issued.
|
void |
setDescription(java.lang.String value)
Sets the product's description.
|
void |
setEmailAddr(java.lang.String value)
Sets the notification email address.
|
void |
setLowQty(java.lang.Integer value)
Sets the product's (or product's category) low quantity value.
|
void |
setOutQty(java.lang.Integer value)
Sets the product's (or product's category) out quantity value.
|
void |
setProductCode(java.lang.String value)
Sets the product code.
|
void |
setType(java.lang.String value)
Sets the notification type.
|
void |
setUomCode(java.lang.String value)
Sets the product unit of measure code.
|
void |
setUserId(java.lang.String value)
Sets the id of user who submitted the request.
|
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 java.lang.String TYPE_RESTOCK
public static final java.lang.String TYPE_LOWSTOCK
public RestockNotification()
RestockNotification object with all field values set
to null.public java.lang.String getType()
public void setType(java.lang.String value)
value - (String) The notification type.public java.lang.String getProductCode()
public void setProductCode(java.lang.String value)
value - (String) The product code.public java.lang.String getUomCode()
public void setUomCode(java.lang.String value)
value - (String) The product unit of measure code.public java.lang.String getEmailAddr()
public void setEmailAddr(java.lang.String value)
value - (String) The notification email address.public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value - (String) The id of user who submitted the request.public java.util.Date getDateAsked()
public void setDateAsked(java.util.Date value)
value - (java.util.Date) The time when request was submitted.public java.util.Date getDateNotified()
public void setDateNotified(java.util.Date value)
value - (java.util.Date) The time when notification was issued.public java.lang.Integer getLowQty()
public void setLowQty(java.lang.Integer value)
value - (Integer) The product's low quantity value.public java.lang.Integer getOutQty()
public void setOutQty(java.lang.Integer value)
value - (Integer) The product's out quantity value.public int getAvailableQty()
public void setAvailableQty(int value)
value - (int) The product's available quantity.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - (String) The product's description.