com.ibm.commerce.tools.epromotion.databeans
Class RLDiscountShippingModeDataBean

java.lang.Object
  com.ibm.commerce.beans.InputDataBeanImpl
      com.ibm.commerce.beans.SmartDataBeanImpl
          com.ibm.commerce.tools.epromotion.beansrc.RLDiscountShippingModeDataBeanBase
              com.ibm.commerce.tools.epromotion.databeans.RLDiscountShippingModeDataBean
All Implemented Interfaces:
DataBean, Delegator, InputDataBean, Protectable, java.io.Serializable, SmartDataBean

public class RLDiscountShippingModeDataBean
extends RLDiscountShippingModeDataBeanBase

Populate the data of relationship between discount and shipping method.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASSNAME
The name of this class.
static java.lang.String COPYRIGHT
copyright
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
RLDiscountShippingModeDataBean()
The default RLDiscountShippingModeDataBean constructor
Method Summary
int getLength()
gets length
java.lang.String getShipModeDesc(int index)
gets shipmode description
java.lang.String getShipModeId(int index)
gets shipmode id
void populate()
populates the data bean
Methods inherited from class com.ibm.commerce.tools.epromotion.beansrc.RLDiscountShippingModeDataBeanBase
getDelegate, getOwner
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.security.Protectable
fulfills
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
Field Detail

COPYRIGHT

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

CLASSNAME

public static final java.lang.String CLASSNAME
The name of this class.
See Also:
Constant Field Values
Constructor Detail

RLDiscountShippingModeDataBean

public RLDiscountShippingModeDataBean()
The default RLDiscountShippingModeDataBean constructor
Method Detail

getLength

public int getLength()
gets length
Returns:
int

getShipModeDesc

public java.lang.String getShipModeDesc(int index)
gets shipmode description
Parameters:
index - int
Returns:
java.lang.String

getShipModeId

public java.lang.String getShipModeId(int index)
gets shipmode id
Parameters:
index - int
Returns:
java.lang.String

populate

public void populate()
              throws ECException
populates the data bean
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
ECException

Feedback