com.ibm.commerce.tools.promotions.beansrc
Class DiscountChooseListBeanBase

java.lang.Object
  com.ibm.commerce.beans.InputDataBeanImpl
      com.ibm.commerce.beans.SmartDataBeanImpl
          com.ibm.commerce.tools.promotions.beansrc.DiscountChooseListBeanBase
All Implemented Interfaces:
DataBean, Delegator, InputDataBean, Protectable, java.io.Serializable, SmartDataBean
Direct Known Subclasses:
DiscountChooseListBean

public class DiscountChooseListBeanBase
extends SmartDataBeanImpl
implements Protectable, Delegator

DiscountChooseListBeanBase

See Also:
Serialized Form

Field Summary
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
DiscountChooseListBeanBase()
DiscountChooseListBean constructor
Method Summary
Protectable getDelegate()
getDelegate
java.lang.Long getOwner()
Return the member reference number of the owner.
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, populate, 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
Constructor Detail

DiscountChooseListBeanBase

public DiscountChooseListBeanBase()
DiscountChooseListBean constructor
Method Detail

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception
getDelegate
Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.accesscontrol.policymanager.Protectable
Throws:
java.lang.Exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException
Return the member reference number of the owner.
Specified by:
getOwner in interface Protectable
Returns:
long
Throws:
java.lang.Exception
java.rmi.RemoteException

Feedback