| java.lang.Object org.jaffa.persistence.Persistent org.jaffa.applications.test.modules.material.domain.Item
Item | public class Item extends Persistent (Code) | | Auto Generated Persistent class for the ITEM table.
author: Auto-Generated |
setItemId | public void setItemId(java.lang.String itemId)(Code) | | Setter for property itemId.
WARNING: This is strictly for use by the Persistence Engine. A developer should never use this method. Instead, use the update(field.Name.Upper1) method.
Parameters: itemId - New value of property itemId. |
setPart | public void setPart(java.lang.String part)(Code) | | Setter for property part.
WARNING: This is strictly for use by the Persistence Engine. A developer should never use this method. Instead, use the update(field.Name.Upper1) method.
Parameters: part - New value of property part. |
setQty | public void setQty(java.lang.Double qty)(Code) | | Setter for property qty.
WARNING: This is strictly for use by the Persistence Engine. A developer should never use this method. Instead, use the update(field.Name.Upper1) method.
Parameters: qty - New value of property qty. |
setSc | public void setSc(java.lang.String sc)(Code) | | Setter for property sc.
WARNING: This is strictly for use by the Persistence Engine. A developer should never use this method. Instead, use the update(field.Name.Upper1) method.
Parameters: sc - New value of property sc. |
setSerial | public void setSerial(java.lang.String serial)(Code) | | Setter for property serial.
WARNING: This is strictly for use by the Persistence Engine. A developer should never use this method. Instead, use the update(field.Name.Upper1) method.
Parameters: serial - New value of property serial. |
toString | public String toString()(Code) | | This returns the diagnostic information.
the diagnostic information. |
|
|