com.ibm.commerce.negotiation.beans

Interface AutoBidSmartDataBean

  • All Known Implementing Classes:
    AutoBidDataBean


    public interface AutoBidSmartDataBean
    The interface of auto bid smart data bean
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getAutoBidId()
      Gets the auto bid ID field.
      java.lang.String getDeviceExpDate()
      Gets device expiration date in format: yyyy-mm-dd
      java.lang.String getDeviceExpDay()
      Gets the device expiration (for example: credit expiration) day in format: dd
      java.lang.String getDeviceExpMonth()
      Gets the device expiration (for example: credit expiration) month in format: mm
      java.lang.String getDeviceExpYear()
      Gets the device expiration (for example: credit expiration) year in format: yyyy
    • Method Detail

      • getAutoBidId

        java.lang.String getAutoBidId()
        Gets the auto bid ID field.
        Returns:
        the auto bid ID.
      • getDeviceExpDate

        java.lang.String getDeviceExpDate()
        Gets device expiration date in format: yyyy-mm-dd
        Returns:
        the expiration date of the relevant credit device.
      • getDeviceExpDay

        java.lang.String getDeviceExpDay()
        Gets the device expiration (for example: credit expiration) day in format: dd
        Returns:
        the expiration day of the relevant credit device.
      • getDeviceExpMonth

        java.lang.String getDeviceExpMonth()
        Gets the device expiration (for example: credit expiration) month in format: mm
        Returns:
        the expiration month of the relevant credit device.
      • getDeviceExpYear

        java.lang.String getDeviceExpYear()
        Gets the device expiration (for example: credit expiration) year in format: yyyy
        Returns:
        the expiration year of the relevant credit device.