public class ProductAttribute extends JDBCObject<ProductAttribute>
| 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_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
ProductAttribute()
Constructs a
ProductAttribute object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
ProductAttributeDescriptor |
getDescriptor(FlashServletContext ctx)
Returns the attribute descriptor.
|
java.lang.String |
getDescriptorCode()
Returns the attribute descriptor code.
|
java.lang.String |
getDescriptorName()
(not persisted) Returns the attribute descriptor description.
|
java.lang.String |
getProductCode()
Returns the product code.
|
java.lang.String |
getUomCode()
Returns the product unit of measure code.
|
java.lang.String |
getValue()
Returns the attribute value.
|
void |
setDescriptorCode(java.lang.String value)
Sets the attribute descriptor code.
|
void |
setDescriptorName(java.lang.String value)
(not persisted) Sets the attribute descriptor description.
|
void |
setProductCode(java.lang.String value)
Sets the product code.
|
void |
setUomCode(java.lang.String value)
Sets the product unit of measure code.
|
void |
setValue(java.lang.String value)
Sets the attribute value.
|
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 ProductAttribute()
ProductAttribute object with all field values set to
null.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 ProductAttributeDescriptor getDescriptor(FlashServletContext ctx)
ctx - (FlashServletContext) The current servlet context.public java.lang.String getDescriptorCode()
public void setDescriptorCode(java.lang.String value)
value - (String) The attribute descriptor code.public java.lang.String getDescriptorName()
public void setDescriptorName(java.lang.String value)
value - (String) The attribute descriptor description.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - (String) The attribute.