com.ibm.commerce.negotiation.objects
Class BidPaymentBean

com.ibm.commerce.negotiation.objects.BidPaymentBean
All Implemented Interfaces:
java.io.Serializable

public class BidPaymentBean
implements java.io.Serializable

IBM internal use only.

See Also:
Serialized Form

Constructor Summary
BidPaymentBean()
           
 
Method Summary
 java.lang.String getBankInfo()
          IBM internal use only.
 java.lang.Long getBidId()
          IBM internal use only.
 java.lang.String getComment()
          IBM internal use only.
 java.sql.Timestamp getDeviceExpiration()
          IBM internal use only.
 java.lang.String getDeviceNumber()
          IBM internal use only.
 int getEncrypted()
          IBM internal use only.
 java.lang.Long getId()
          IBM internal use only.
 java.lang.String getPayDeviceType()
          IBM internal use only.
 java.math.BigDecimal getPaymentAmount()
          IBM internal use only.
 int getPaymentType()
          IBM internal use only.
 java.sql.Timestamp getPayTime()
          IBM internal use only.
 void setBankInfo(java.lang.String aBankInfo)
          IBM internal use only.
 void setBidId(java.lang.Long aBidId)
          IBM internal use only.
 void setComment(java.lang.String aComment)
          IBM internal use only.
 void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration)
          IBM internal use only.
 void setDeviceNumber(java.lang.String aDeviceNumber)
          IBM internal use only.
 void setEncrypted(int aEncrypted)
          IBM internal use only.
 void setId(java.lang.Long aId)
          IBM internal use only.
 void setPayDeviceType(java.lang.String aPayDeviceType)
          IBM internal use only.
 void setPaymentAmount(java.math.BigDecimal aPaymentAmount)
          IBM internal use only.
 void setPaymentType(int aPaymentType)
          IBM internal use only.
 void setPayTime(java.sql.Timestamp aPayTime)
          IBM internal use only.
 

Constructor Detail

BidPaymentBean

public BidPaymentBean()
Method Detail

getBankInfo

public java.lang.String getBankInfo()

IBM internal use only.

Returns:
java.lang.String

getBidId

public java.lang.Long getBidId()

IBM internal use only.

Returns:
java.lang.Long

getComment

public java.lang.String getComment()

IBM internal use only.

Returns:
java.lang.String

getDeviceExpiration

public java.sql.Timestamp getDeviceExpiration()

IBM internal use only.

Returns:
java.sql.Timestamp

getDeviceNumber

public java.lang.String getDeviceNumber()

IBM internal use only.

Returns:
java.lang.String

getEncrypted

public int getEncrypted()

IBM internal use only.

Returns:
int

getId

public java.lang.Long getId()

IBM internal use only.

Returns:
java.lang.Long

getPayDeviceType

public java.lang.String getPayDeviceType()

IBM internal use only.

Returns:
java.lang.String

getPaymentAmount

public java.math.BigDecimal getPaymentAmount()

IBM internal use only.

Returns:
java.math.BigDecimal

getPaymentType

public int getPaymentType()

IBM internal use only.

Returns:
int

getPayTime

public java.sql.Timestamp getPayTime()

IBM internal use only.

Returns:
java.sql.Timestamp

setBankInfo

public void setBankInfo(java.lang.String aBankInfo)

IBM internal use only.

Parameters:
aBankInfo - java.lang.String
Returns:
void

setBidId

public void setBidId(java.lang.Long aBidId)

IBM internal use only.

Parameters:
aBidId - java.lang.Long
Returns:
void

setComment

public void setComment(java.lang.String aComment)

IBM internal use only.

Parameters:
aComment - java.lang.String
Returns:
void

setDeviceExpiration

public void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration)

IBM internal use only.

Parameters:
aDeviceExpiration - java.sql.Timestamp
Returns:
void

setDeviceNumber

public void setDeviceNumber(java.lang.String aDeviceNumber)

IBM internal use only.

Parameters:
aDeviceNumber - java.lang.String
Returns:
void

setEncrypted

public void setEncrypted(int aEncrypted)

IBM internal use only.

Parameters:
aEncrypted - int
Returns:
void

setId

public void setId(java.lang.Long aId)

IBM internal use only.

Parameters:
aId - java.lang.Long
Returns:
void

setPayDeviceType

public void setPayDeviceType(java.lang.String aPayDeviceType)

IBM internal use only.

Parameters:
aPayDeviceType - java.lang.String
Returns:
void

setPaymentAmount

public void setPaymentAmount(java.math.BigDecimal aPaymentAmount)

IBM internal use only.

Parameters:
aPaymentAmount - java.math.BigDecimal
Returns:
void

setPaymentType

public void setPaymentType(int aPaymentType)

IBM internal use only.

Parameters:
aPaymentType - int
Returns:
void

setPayTime

public void setPayTime(java.sql.Timestamp aPayTime)

IBM internal use only.

Parameters:
aPayTime - java.sql.Timestamp
Returns:
void