com.ibm.commerce.rfq.utils
Class RFQResProductAttributes

java.lang.Object
  |
  +--com.ibm.commerce.utf.utils.RFQProductAttributes
        |
        +--com.ibm.commerce.rfq.utils.RFQResProductAttributes

public class RFQResProductAttributes
extends RFQProductAttributes

Acts as the interface with UI, saves an attribute of a product.


Field Summary
 java.lang.Long req_tc_id
           
 
Fields inherited from class com.ibm.commerce.utf.utils.RFQProductAttributes
attribute_id, attrtype, catentry_id, changeable, description, mandatory, name, operator_id, pattribute_id, tc_id, unit, value, valueDelim
 
Constructor Summary
RFQResProductAttributes(java.util.Hashtable h, java.lang.Integer languageId)
          Constructs a RFQResProductAttributes.
 
Methods inherited from class com.ibm.commerce.utf.utils.RFQProductAttributes
getAttribute_id, getAttrtype, getCatentry_id, getChangeable, getDescription, getMandatory, getName, getOperator_id, getPattribute_id, getTc_id, getUnit, getValue, getValueDelim, isChangeable, isMandatory, setAttribute_id, setAttrtype, setCatentry_id, setChangeable, setDescription, setMandatory, setName, setOperator_id, setPattribute_id, setTc_id, setUnit, setValue, setValueDelim
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

req_tc_id

public java.lang.Long req_tc_id
Constructor Detail

RFQResProductAttributes

public RFQResProductAttributes(java.util.Hashtable h,
                               java.lang.Integer languageId)
                        throws java.lang.Exception
Constructs a RFQResProductAttributes.
Parameters:
h - java.util.Hashtable
languageId - java.lang.Integer
Throws:
java.lang.Exception - The exception description.