com.ibm.commerce.payment.beans

Class PaymentSynchronizeDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.payment.beans.PaymentSynchronizeInputDataBean, com.ibm.commerce.payment.beans.PaymentSynchronizeSmartDataBean, Delegator, java.io.Serializable


    public class PaymentSynchronizeDataBean
    extends PaymentSynchronizeDataBeanBase
    implements com.ibm.commerce.payment.beans.PaymentSynchronizeInputDataBean, com.ibm.commerce.payment.beans.PaymentSynchronizeSmartDataBean
    This databean represents a PaymentSynchronize object.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      CommandContext getCommandContext()
      Gets the command context set within this bean.
      java.lang.String getDataBeanKeyPaySynchronizeReferenceNumber()
      Returns PaySynchronizeReferenceNumber
      TypedProperty getRequestProperties()
      Gets the request property set within this bean.
      void populate()
      Retrieves data from the database.
      void setCommandContext(CommandContext aCommandContext)
      Sets the command context within this bean.
      void setDataBeanKeyPaySynchronizeReferenceNumber(java.lang.String aPaySynchronizeReferenceNumber)
      Sets PaySynchronizeReferenceNumber
      void setRequestProperties(TypedProperty aRequestProperty)
      Sets the request property within this bean.
      • Methods inherited from class com.ibm.commerce.payment.objects.PaymentSynchronizeAccessBean

        getEntity, getPaySynchronizeReferenceNumber, getPaySynchronizeReferenceNumberInEntityType, getSynchronizeTimestamp1, getSynchronizeTimestamp1InEntityType, getSynchronizeTimestamp2, getSynchronizeTimestamp2InEntityType, getSynchronizeTimestamp3, getSynchronizeTimestamp3InEntityType, instantiateEntity, setInitKey_paySynchronizeReferenceNumber, setInitKey_paySynchronizeReferenceNumber, setPaySynchronizeReferenceNumber, setPaySynchronizeReferenceNumber, setSynchronizeTimestamp1, setSynchronizeTimestamp1, setSynchronizeTimestamp2, setSynchronizeTimestamp2, setSynchronizeTimestamp3, setSynchronizeTimestamp3
      • Methods inherited from class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean

        createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • PaymentSynchronizeDataBean

        public PaymentSynchronizeDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
      • getDataBeanKeyPaySynchronizeReferenceNumber

        public java.lang.String getDataBeanKeyPaySynchronizeReferenceNumber()
        Returns PaySynchronizeReferenceNumber
        Specified by:
        getDataBeanKeyPaySynchronizeReferenceNumber in interface com.ibm.commerce.payment.beans.PaymentSynchronizeSmartDataBean
        Returns:
        java.lang.String
      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyPaySynchronizeReferenceNumber

        public void setDataBeanKeyPaySynchronizeReferenceNumber(java.lang.String aPaySynchronizeReferenceNumber)
        Sets PaySynchronizeReferenceNumber
        Specified by:
        setDataBeanKeyPaySynchronizeReferenceNumber in interface com.ibm.commerce.payment.beans.PaymentSynchronizeInputDataBean
        Parameters:
        aPaySynchronizeReferenceNumber - java.lang.String
      • populate

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