com.ibm.commerce.negotiation.beans
Interface AutoBidSmartDataBean

All Known Implementing Classes:
AutoBidDataBean

public interface AutoBidSmartDataBean


Method Summary
 java.lang.String getAutoBidId()
          Gets the autoBidId field.
 java.lang.String getDeviceExpDate()
          Get Device Expiration Date in format: yyyy-mm-dd
 java.lang.String getDeviceExpDay()
          Gets the Device Expiration (e.g.
 java.lang.String getDeviceExpMonth()
          Gets the Device Expiration (e.g.
 java.lang.String getDeviceExpYear()
          Gets the Device Expiration (e.g.
 

Method Detail

getAutoBidId

public java.lang.String getAutoBidId()
Gets the autoBidId field.
Returns:
the auto bid id.

getDeviceExpDate

public java.lang.String getDeviceExpDate()
Get Device Expiration Date in format: yyyy-mm-dd
Returns:
the expiration date of the relevant credit device.

getDeviceExpDay

public java.lang.String getDeviceExpDay()
Gets the Device Expiration (e.g. credit expiration) Day in format: dd
Returns:
the expiration day of the relevant credit device.

getDeviceExpMonth

public java.lang.String getDeviceExpMonth()
Gets the Device Expiration (e.g. credit expiration) Month in format: mm
Returns:
the expiration month of the relevant credit device.

getDeviceExpYear

public java.lang.String getDeviceExpYear()
Gets the Device Expiration (e.g. credit expiration) Year in format: yyyy
Returns:
the expiration year of the relevant credit device.