com.ibm.commerce.common.beans
Class QuantityUnitDataBean

java.lang.Object
  com.ibm.commerce.beans.InputDataBeanImpl
      com.ibm.commerce.beans.SmartDataBeanImpl
          com.ibm.commerce.common.beans.QuantityUnitDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class QuantityUnitDataBean
extends SmartDataBeanImpl

IBM Internal Use

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM Copyright
protected java.lang.String istrDescription
Description
protected java.lang.String istrDescripton
Description
protected java.lang.String istrLanguageId
Language Id
protected java.lang.String istrQuantityUnitId
Quantity Unit Id
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Constructor Summary
QuantityUnitDataBean()
Method Summary
java.lang.String getDescription()
Insert the method's description here.
java.lang.String getLanguageId()
Insert the method's description here.
java.lang.String getQuantityUnitId()
Insert the method's description here.
void populate()
Retrieves data from the database
void setDescription(java.lang.String newDescription)
Sets description
void setLanguageId(java.lang.String newLanguageId)
Insert the method's description here.
void setQuantityUnitId(java.lang.String newQuantityUnitId)
Sets quantity unit id
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, setCommandContext
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM Copyright
See Also:
Constant Field Values

istrQuantityUnitId

protected java.lang.String istrQuantityUnitId
Quantity Unit Id

istrLanguageId

protected java.lang.String istrLanguageId
Language Id

istrDescripton

protected java.lang.String istrDescripton
Description

istrDescription

protected java.lang.String istrDescription
Description
Constructor Detail

QuantityUnitDataBean

public QuantityUnitDataBean()
Method Detail

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getLanguageId

public java.lang.String getLanguageId()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getQuantityUnitId

public java.lang.String getQuantityUnitId()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

populate

public void populate()
              throws java.lang.Exception
Retrieves data from the database
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception

setDescription

public void setDescription(java.lang.String newDescription)
Sets description
Parameters:
newDescription -

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Parameters:
newLanguageId - java.lang.String

setQuantityUnitId

public void setQuantityUnitId(java.lang.String newQuantityUnitId)
Sets quantity unit id
Parameters:
newQuantityUnitId -

Feedback