public class FRestockNotification extends APIParam<FRestockNotification>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivHashCode, ivHashFlds, ivObjFlds| Constructor and Description |
|---|
FRestockNotification()
Constructs a
FRestockNotification object with all field values set
to null. |
FRestockNotification(java.util.HashMap<java.lang.String,java.lang.Object> source)
Constructs a
FRestockNotification object with field values based on
the supplied hash map. |
FRestockNotification(java.lang.String source)
Constructs a
FRestockNotification object with field values based on
the supplied JSON text string. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAvailableQty()
Returns the product's available quantity.
|
java.lang.String |
getDateAsked()
Returns the time when request was submitted.
|
java.lang.String |
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.String |
getLowQty()
Returns the associated product's (or product's category) low quantity value.
|
java.lang.String |
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.
|
protected void |
removeUnwantedFields()
Removes unwanted fields from a JSON object or from an array of JSON objects.
|
void |
setAvailableQty(java.lang.String value)
Sets the product's available quantity.
|
void |
setDateAsked(java.lang.String value)
Sets the time when request was submitted.
|
void |
setDateNotified(java.lang.String 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.String value)
Sets the product's (or product's category) low quantity value.
|
void |
setOutQty(java.lang.String 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, getHashFields, getObjectFields, hashCode, removeStringWhitespace, removeUnwantedFields, setHashFields, setObjectFields, toJSONString, toStringprivate static final long serialVersionUID
public FRestockNotification()
FRestockNotification object with all field values set
to null.public FRestockNotification(java.util.HashMap<java.lang.String,java.lang.Object> source)
FRestockNotification object with field values based on
the supplied hash map.source - (HashMap) A hash map of field names and values.public FRestockNotification(java.lang.String source)
FRestockNotification object with field values based on
the supplied JSON text string.source - (String) A string beginning with {
(left brace) and ending with }
(right brace).protected void removeUnwantedFields()
removeUnwantedFields in class APIParam<FRestockNotification>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.lang.String getDateAsked()
public void setDateAsked(java.lang.String value)
value - (String) The time when request was submitted.public java.lang.String getDateNotified()
public void setDateNotified(java.lang.String value)
value - (String) The time when notification was issued.public java.lang.String getLowQty()
public void setLowQty(java.lang.String value)
value - (String) The product's low quantity value.public java.lang.String getOutQty()
public void setOutQty(java.lang.String value)
value - (String) The product's out quantity value.public java.lang.String getAvailableQty()
public void setAvailableQty(java.lang.String value)
value - (String) The product's available quantity.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - (String) The product's description.