public class Special extends JDBCObject<Special>
Modifier and Type | Field and Description |
---|---|
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_PENDING
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
Special()
Constructs a
Special object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
Product |
getProduct()
Returns the product object.
|
java.lang.String |
getProductCode()
Returns the product code.
|
java.lang.String |
getProductUomCode()
Returns the product unit of measure code.
|
java.lang.String |
getTypeCode()
Returns the specials type code.
|
void |
setProduct(Product value)
Sets the product object.
|
private void |
setProductCode(java.lang.String value)
Sets the product code.
|
private void |
setProductUomCode(java.lang.String value)
Sets the product unit of measure code.
|
void |
setTypeCode(java.lang.String value)
Sets the specials type code.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatus
cloneMapAttributes, 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, toStringArray
private static final long serialVersionUID
public Special()
Special
object with all field values set to
null
.public java.lang.String getTypeCode()
public void setTypeCode(java.lang.String value)
value
- (String) The specials type code.public Product getProduct()
public void setProduct(Product value)
value
- (Product) The product object.public java.lang.String getProductCode()
private void setProductCode(java.lang.String value)
value
- (String) The product code.public java.lang.String getProductUomCode()
private void setProductUomCode(java.lang.String value)
value
- (String) The product unit of measure code.